/* 사업장소개 */
#lnb_1050 .sub_lnb_1050 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#lnb_1050 .sub_lnb_1050_title {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 125%;
    display: block;
    margin-top: 90px;
    margin-bottom: 40px;
    padding: 25px 0 0 0;
}
#lnb_1050 .title-icon-bg:before {
    content: '';
    position: absolute;
    top: 0;
    width: 50px;
    height: 4px;
    background: #e60012;
}
#lnb_1050 .title-icon-bg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#lnb_1050 .title-icon-bg img {
	width: 70px;
    height: auto;
    margin-right: 20px;
    border: solid 1px #cccccc;
}
#lnb_1050 .mt-10 {
	margin-top: 100px;
}
#lnb_1050 .sub_lnb_1050_add_01 {
    font-size: 22px;
    font-weight: 500;
    line-height: 180%;
    padding-left: 0px;
    margin-top: 20px;
}
#lnb_1050 .sub_lnb_1050_add_02 {
    font-size: 18px;
    font-weight: 400;
    line-height: 180%;
    padding-left: 0px;
    margin-top: 5px;
}
#lnb_1050 .sub_lnb_1050_img_01 {
	width: 100%;
	height: auto;
}
#lnb_1050 img {
	width: 100%;
	height: auto;
	object-fit: contain;
}
#lnb_1050 iframe {
    margin-top: 0px;
}
#lnb_1050 .sub_lnb_1050_txt_02 {
    font-size: 22px;
    font-weight: 500;
    line-height: 180%;
    padding-left: 0px;
    margin-bottom: 40px;
}

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

}

/*타블렛 가로, 노트북*/
@media screen and (max-width: 1024px) {
	#lnb_1050 .sub_lnb_1050_add_01 {
		font-size: 18px;
		font-weight: 500;
		line-height: 180%;
		padding-left: 0px;
		margin-top: 20px;
	}
	#lnb_1050 .sub_lnb_1050_add_02 {
		font-size: 16px;
		font-weight: 400;
		line-height: 180%;
		padding-left: 0px;
		margin-top: 5px;
	}
	#lnb_1050 .sub_lnb_1050_txt_02 {
		font-size: 18px;
		font-weight: 500;
		line-height: 180%;
		padding-left: 0px;
		margin-bottom: 40px;
	}
}

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

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

}