/* 사회공헌 */
#lnb_4050 .sub_lnb_4050.dflex {
    display: flex;
	flex-wrap: wrap;
}
#lnb_4050 .sub_lnb_4050_txt_01 {
    margin-top: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    background: #f1f0f0;
    padding: 40px 40px 120px 40px;
}
#lnb_4050 .sub_lnb_4050_01 {
	width: calc(50% - 20px);
    margin-right:20px;
	display: block;
    background: #f1f0f0;
}
#lnb_4050 .sub_lnb_4050_02 {
	width: calc(50% - 20px);
    margin-left:20px;
	display: block;
    background: #f1f0f0;
}
#lnb_4050 .sub_lnb_4050 img {
    width: 100%;
	height: auto;
}
#lnb_4050 .sub_lnb_4050_txt_01 span:nth-child(1) {
	display: block;
    font-size: 36px;
    font-weight: 600;
}
#lnb_4050 .sub_lnb_4050_txt_01 span:nth-child(2) {
    display: block;
    font-size: 28px;
    font-weight: 500;
}
#lnb_4050 .sub_lnb_4050_txt_01 span:nth-child(3) {
	display: block;
    font-size: 18px;
    font-weight: 400;
	margin-top: 40px;
}
#lnb_4050 .sub_lnb_4050_txt_01 span:nth-child(4) {
	display: block;
    font-size: 18px;
    font-weight: 400;
}
#lnb_4050 .mt-120 {
    margin-top: 120px;
}







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

}

/*타블렛 가로, 노트북*/
@media screen and (max-width: 1024px) {
	#lnb_4050 .sub_lnb_4050.dflex {
		display: flex;
		flex-direction: column;
	}
	#lnb_4050 .sub_lnb_4050_01 {
		width: calc(100% - 0px);
		margin-right: 0px;
		margin-bottom: 20px;
	}
	#lnb_4050 .sub_lnb_4050_02 {
		width: calc(100% - 0px);  
		margin-left: 0px;
		margin-right: 0px;
	}
}

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

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

}