/* 인사말 */
#lnb_1010 .sub_contents_box {
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 80px 0 120px 0;
	display: flex;
}
#lnb_1010 .sub_contents_box_in50 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
#lnb_1010 .sub01_01_bg01 {
	width: 50%;
    height: 100%;
}
#lnb_1010 .sub01_01_bg img {
	width: 100%;
    height: 100%;
}
#lnb_1010 .sub01_01_txt_wrap {
    position: relative;
}
#lnb_1010 .sub01_01_txt_title {
    padding: 35px 60px 20px 60px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.03em;
}
#lnb_1010 .sub01_01_txt_sub {
    padding: 20px 60px;
    font-size: 1.365rem;
    line-height: 1.6;   
}
#lnb_1010 .sub01_01_bg02 {
	width: 50%;
    height: 100%;
}
#lnb_1010 .sub01_01_bg03 {
	width: 50%;
    height: 100%;
}
#lnb_1010 .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_1010 .sub_contents_box {
		display: flex;
		flex-direction: column;
	}
	#lnb_1010 .sub01_01_bg01 {
		width: 100%;
		height: 100%;
	}
	#lnb_1010 .sub_contents_box_in50 {
		width: 100%;
	}
	#lnb_1010 .sub_contents_box_in50.sub01_01_bg {
		order: 1;
	}
	#lnb_1010 .sub_contents_box_in50.sub01_01_txt_wrap {
		order: 2;
	}
	#lnb_1010 .sub_contents_box {
		padding: 80px 0 0 0;
	}
	#lnb_1010 .sub01_01_txt_title {
		padding: 40px 0px 20px 0px;
		font-size: 28px;
		font-weight: 600;
		line-height: 1.5;
		letter-spacing: -0.03em;
	}
	#lnb_1010 .sub01_01_txt_sub {
		padding: 20px 0px;
		font-size: 1.145rem;
		line-height: 1.6;
	}	
}

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

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

}