/* 인사제도 */
#lnb_6020 .sub_lnb_6020 {
	display: flex;
    flex-wrap: wrap;
    align-items: center;  
	margin-top: 90px;
}
#lnb_6020 .sub_lnb_6020.dflex {
    display: flex;
    height: 100%;
    align-items: stretch;
    flex-wrap: wrap;
}
#lnb_6020 .sub_lnb_6020_img_area.align-items {
    display: flex;
    width: calc(33.333333334% - 13.4px);
    height: auto;
    border: solid 1px #cccccc;
    flex-direction: column;
    align-items: flex-end;
	background: #f9f9f9;
    margin-right: 20px;
}
#lnb_6020 .sub_lnb_6020_img_area.align-items:nth-child(-n+3) {
	margin-bottom: 20px;
}
#lnb_6020 .sub_lnb_6020.dflex div:nth-child(3n) {
    margin-right: 0px;
}
#lnb_6020 .sub_lnb_6020_img_txt {
	width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    padding: 70px 40px;
    text-align: center;
}
#lnb_6020 .stxt_01 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin-top: 40px;
    margin-bottom: 30px;
	margin-left: 0px;
}
#lnb_6020 .sub_lnb_6020_img_txt img {
	width: auto;
	height: 120px;
}





/*인사제도*/
#lnb_6020 .part {margin-top: 90px;}
#lnb_6020 .basic_info_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #bfbfbf;
    padding: 40px 0 60px;
}

#lnb_6020 .basic_info_list li:last-child {
    padding-bottom: 0;
}

#lnb_6020 .basic_info_list li .left {
    width: 35%;
    max-width: 545px;
    padding-right: 30px;
}

#lnb_6020 .basic_info_list .t_tit2 {
    font-weight: 700;
    font-size: 28px;
    color: #061332;
    font-style: normal;
}
#lnb_6020 .basic_info_list .left img {
    width: 100px;
	margin-top:20px;
    border: 1px solid #bfbfbf;
	border-radius: 10px;
	padding:15px 20px;
}

#lnb_6020 .basic_info_list li .left .t_tit2 .c_blue {
    color: #0069D9;
    max-width: 100%;
}

#lnb_6020 .basic_info_list li .right {
    width: 65%;
}

#lnb_6020 .basic_info_list li .right .t_desc2_tit {
    margin-top: 0px;
    font-size: 24px;
    color: #146ee2;
    font-weight: 500;
	margin-bottom:15px;
}


#lnb_6020 .basic_info_list li .right .t_desc2 {
    font-weight: 400;
    font-size: 17px;
    color: #4c4f4c;
    font-style: 500;
    line-height: 28px;
}

#lnb_6020 .basic_info_list li .right .t_desc2:first-of-type {
    margin-top: 0;
}

#lnb_6020 .basic_info_list .Toptitle_text_icon{font-size:19px;font-weight:800}




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

}

/*타블렛 가로, 노트북*/
@media screen and (max-width: 1024px) {
	#lnb_6020 .sub_lnb_6020_img_area.align-items {
		width: calc(50% - 10px);	
		margin-right: 20px;
		height: auto;
	}
	#lnb_6020 .sub_lnb_6020_img_area.align-items:nth-child(-n+4) {
		margin-bottom: 20px;
	}
	#lnb_6020 .sub_lnb_6020.dflex div:nth-child(3n) {
		margin-right: 20px;
	}
	#lnb_6020 .sub_lnb_6020.dflex div:nth-child(2n) {
		margin-right: 0px;
	}
	#lnb_6020 .w-70 {
		width: 70%;
		margin-top: 0;
	}
	#lnb_6020 .sub_lnb_6020_stxt {
		font-size: 20px;
		font-weight: 400;
		line-height: 200%;
	}
	#lnb_6020 .stxt_01 {
		text-align: center;
		font-size: 20px;
		font-weight: 600;
		display: block;
		margin-top: 40px;
		margin-bottom: 30px;
		margin-left: 0px;
	}
	#lnb_6020 .w-30 {
		width: 100%;
	}
	#lnb_6020 .w-70 {
		width: 100%;
	}
	#lnb_6020 .basic_info_list li {
		display: flex;
		flex-direction: column;
	}
	#lnb_6020 .basic_info_list li .left {
		width: 100%;
		max-width: 100%;
		padding-right: 0;
	}
	#lnb_6020 .basic_info_list li .right {
		width: 100%;
		margin-top: 20px;
	}
}

/*모바일 가로, 타블렛 세로*/
@media screen and (max-width: 768px) {
	#lnb_6020 .sub_lnb_6020.dflex {
		display: flex;
		height: 100%;
		align-items: stretch;
		flex-wrap: wrap;
	}
	#lnb_6020 .sub_lnb_6020_img_area.align-items {
		width: 100%;
		height: auto;
	}
	#lnb_6020 .sub_lnb_6020.dflex div {
		margin-right: 0px;
	}
	#lnb_6020 .sub_lnb_6020.dflex div:nth-child(3n) {
		margin-right: 0px;
	}
	#lnb_6020 .sub_lnb_6020_img_area.align-items:nth-child(-n+5) {
		margin-bottom: 20px;
	}
}

/*모바일 세로*/
@media screen and (max-width: 480px) {

}