/* 케미칼사업 */
#lnb_2040 .sub_lnb_2040.dflex {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
#lnb_2040 .sub_lnb_2040_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_2040 .title-icon-bg:before {
    content: '';
    position: absolute;
    top: 0;
    width: 50px;
    height: 4px;
    background: #e60012;
}
#lnb_2040 .sub_lnb_2040_txt_02 {
    font-size: 22px;
    font-weight: 600;
    line-height: 180%;
    padding-left: 0px;
}
#lnb_2040 .sub_lnb_2040_txt_03 {
    font-size: 18px;
    font-weight: 400;
    line-height: 200%;
    padding-left: 0px;
    margin-top: 20px;
}
#lnb_2040 .sub_lnb_2040_img_01 {
	width: 100%;
    height: auto;
}
#lnb_2040 .sub_lnb_2040_img_01 img {
	width: 100%;
    height: auto;
    object-fit: cover;
}
#lnb_2040 .w-30 {
    /*width: 35%;*/
}
#lnb_2040 .w-70 {
    width: calc(100% - 388px);;
}
#lnb_2040 .stxt_tit {
    display: flex;
    font-size: 22px;
    font-weight: 600;
    line-height: 200%;
    align-items: center;
}
#lnb_2040 .stxt_txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    line-height: 200%;
    margin-left: 25px;
}
#lnb_2040 .sub_lnb_2040_txt_04 {
	padding-left: 100px;
}
#lnb_2040 .sub_lnb_2040_txt_04.r-padding {
	padding-right: 100px;
	padding-left: 0px;
}
#lnb_2040 table thead {
    border-top: solid 1px #121212;
    border-bottom: solid 1px #121212;
}
#lnb_2040 .table tr th {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background-color: #f5f5f5;
}
#lnb_2040 .table th:first-child, #lnb_2040 .table td:first-child {
    border-left: 0;
}
#lnb_2040 .table tbody tr th {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    background-color: #fcfcfc;
	line-height: 160%;
}
#lnb_2040 .table tbody tr td {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
	line-height: 200%;
}
#lnb_2040 .table tbody tr td.t-algin {	
	text-align: left;
    padding-left: 60px;
    padding-right: 30px;
    text-indent: -15px;
}
#lnb_2040 .table th:last-child, #lnb_2040 .table td:last-child {
    border-right: 0;
}
#lnb_2040 .table tbody tr .t-algin-area {
	text-align: left;
    padding-left: 60px;
    padding-right: 30px;
    text-indent: -15px;
}
#lnb_2040 .sub_lnb_2040_img_01.dflex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 80px;
}
#lnb_2040 .sub_lnb_2040_img_area:not(:nth-child(4n)) {
    margin-right: 30px;
}
#lnb_2040 .sub_lnb_2040_img_area {
    width: calc(25% - 30px);
    margin-bottom: 40px;
}
#lnb_2040 .sub_lnb_2040_img {
    width: 100%;
    height: auto;
    border: solid 1px #e0e0e0;
    padding: 20px;
    text-align: center;
}
#lnb_2040 .sub_lnb_2040_img img {
    width: 100%;
    max-width: 170px;
    height: 40px;
    object-fit: contain;
}

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

}

/*타블렛 가로, 노트북*/
@media screen and (max-width: 1024px) {
	#lnb_2040 .sub_lnb_2040_txt_02 {
		font-size: 18px;
		font-weight: 600;
		line-height: 180%;
		padding-left: 0px;
	}
	#lnb_2040 .sub_lnb_2040_img_02 {
		order: 1;
	}
	#lnb_2040 .sub_lnb_2040_txt_04  {
		order: 2;
	}
	#lnb_2040 .sub_lnb_2040.dflex {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}
	#lnb_2040 .sub_lnb_2040_img_02 img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	#lnb_2040 .w-70 {
		width: 100%;
	}
	#lnb_2040 .sub_lnb_2040_txt_04 {
		padding-left: 0px;
	}
	#lnb_2040 .stxt_tit {
		font-size: 18px;
		font-weight: 600;
		margin-top: 20px;
	}
	#lnb_2040 .stxt_txt {
		font-size: 16px;
		font-weight: 400;
		line-height: 180%;
	}
	#lnb_2040 .sub_lnb_2040_txt_04.r-padding {
		padding-right: 0px;
	}
	#lnb_2040 .sub_lnb_2040_txt_03 {
		font-size: 16px;
		font-weight: 400;
		margin-top: 0px;
	}
	#lnb_2040 .table tbody tr th {
		font-size: 15px;
		font-weight: 400;
	}
	#lnb_2040 .table tbody tr td {
		font-size: 15px;
		font-weight: 400;
		line-height: 180%;
	}
	#lnb_2040 .sub_lnb_2040_img_area {
		width: calc(50% - 7.5px);
		margin-bottom: 40px;
	}
	#lnb_2040 .sub_lnb_2040_img_area:not(:nth-child(4n)) {
		margin-right: 0px;
	}
	#lnb_2040 .sub_lnb_2040_img_area:not(:nth-child(2n)) {
		margin-right: 15px;
	}
	#lnb_2040 .sub_lnb_2040_title {
		margin-top: 40px;
		margin-bottom: 0px;
	}
}

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

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

}