/* 인사말 */
#lnb_1020 .sub_contents_box {
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 80px 0 40px 0;
	display: flex;
}
#lnb_1020 .sub_contents_box.mt-10 {
    margin-top: 120px;
}
#lnb_1020 .sub_contents_box_in50 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
#lnb_1020 .sub_contents_box_in100 {
	display: flex;
    vertical-align: top;
    width: 100%;
    align-items: center;
    flex-direction: column;
}
#lnb_1020 .sub01_01_bg01 {
	width: 50%;
    height: 100%;
}
#lnb_1020 .sub01_01_bg img {
	width: 100%;
    height: 100%;
}
#lnb_1020 .sub01_01_txt_wrap {
    position: relative;
}
#lnb_1020 .sub01_01_txt_title {
    padding: 40px 60px 20px 60px;
    line-height: 1.5;
    letter-spacing: -0.03em;
}
#lnb_1020 .sub01_01_txt_sub {
    padding: 20px 60px;
    line-height: 1.6;   
}
#lnb_1020 .sub01_01_txt_sub.center {
	text-align: center;
}
#lnb_1020 .sub01_01_bg02 {
    position: absolute;
    width: 100%;
    height: 100%;
}
#lnb_1020 .sub01_01_bg03 {
	width: 50%;
    height: 100%;
}
#lnb_1020 .sub01_01_img01 {
	position: relative;
    float: right;
    width: 230px;
    height: auto;
	margin-right: 60px;
}

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

}

/*타블렛 가로, 노트북*/
@media screen and (max-width: 1024px) {
	#lnb_1020 .sub_contents_box {
		display: flex;
		flex-direction: column;
	}
	#lnb_1020 .sub01_01_bg01 {
		width: 100%;
		height: 100%;
	}
	#lnb_1020 .sub_contents_box_in50 {
		width: 100%;
	}
	#lnb_1020 .sub_contents_box_in50.sub01_01_bg {
		order: 1;
	}
	#lnb_1020 .sub_contents_box_in50.sub01_01_txt_wrap {
		order: 2;
	}
	#lnb_1020 .sub_contents_box {
		padding: 80px 0 0 0;
	}
	#lnb_1020 .sub01_01_txt_title {
		padding: 40px 0px 20px 0px;
		line-height: 1.5;
		letter-spacing: -0.03em;
	}
	#lnb_1020 .sub01_01_txt_sub {
		padding: 20px 0px;
		line-height: 1.6;
	}	
}

/*모바일 가로, 타블렛 세로*/
@media screen and (max-width: 768px) {
	#lnb_1020 .sub01_01_txt_sub {
		padding: 20px 0px;
		line-height: 1.6;
	}
	#lnb_1020 .sub01_01_txt_title {
		padding: 40px 0px 0px 0px;
	}
}

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

}