/* 인사말 */
#lnb_1010 .sub_contents_box {
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 80px 0 120px 0;
	display: flex; 
	align-items: center;
}
#lnb_1010 .sub_lnb_1010_title {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 125%;
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 25px 0 0 0;
}
#lnb_1010 .title-icon-bg:before {
    content: '';
    position: absolute;
    top: 0;
    width: 50px;
    height: 4px;
    background: #e60012;
}
#lnb_1010 .sub_lnb_1010_img_01 {
    width: 100%;
    height: 100%;
    margin-top: 80px;
}
#lnb_1010 .sub_lnb_1010_img_01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#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 .sub_lnb_1010_txt_01 {
	padding: 20px 0px;
	line-height: 200%;
}
#lnb_1010 .sub_lnb_1010_txt_02 {
	padding: 20px 60px;
	line-height: 200%;
}
#lnb_1010 .sub01_01_txt_title {
    padding: 40px 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.145rem;
    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;
}
#lnb_1010 .sub01_01_profile {
    display: flex;
    flex-direction: column;
    width: 20%;
    border-radius: 25px;
    align-items: center;
    border: solid 2px #073f7d;
	padding: 40px 0;
	box-shadow: 3px 3px 3px 3px #e3e3e3;
}
#lnb_1010 .sub_cont_tit_01 {
    margin-bottom: 20px;
    margin-top: 20px;
}
#lnb_1010 .sub_cont_txt_01 {
    margin-bottom: 10px;
}
#lnb_1010 .sub01_01_profile:not(:last-child) { 
	margin-right: 20px;
}
#lnb_1010 .sub_cont_img_01 { 
	width: 80px;
	height: auto;
}


#lnb_1010 .sub_lnb_1010_img_01_1030 {
	width: 100%;
	height: 600px;
	margin: 0 0 0;
    background-image: url(../img/sub/sub_lnb_1010_img_01_20241030.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

/*데스크탑, 와이드*/
@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;
	}	
	#lnb_1010 .sub_lnb_1010_txt_02 {
		padding: 20px 0px;
	}
}

/*모바일 가로, 타블렛 세로*/
@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;
	}
	#lnb_1010 .sub01_01_profile {
		width: calc(50% - 10px);
	}
	#lnb_1010 .sub01_01_profile:not(:last-child) { 
		margin-right: 0px;
		margin-bottom: 20px;
	}
	#lnb_1010 .sub01_01_profile:nth-child(odd) { 
		margin-right: 20px;
	}
	#lnb_1010 .sub_lnb_1010_img_01.d-flex {
		display: flex;
		flex-wrap: wrap;
	}
}

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

}