/* 반도체사업 */
#lnb_2020 .sub_lnb_2020.dflex {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
#lnb_2020 .sub_lnb_2020_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_2020 .title-icon-bg:before {
    content: '';
    position: absolute;
    top: 0;
    width: 50px;
    height: 4px;
    background: #e60012;
}
#lnb_2020 .sub_lnb_2020_txt_02 {
    font-size: 22px;
    font-weight: 500;
    line-height: 180%;
    padding-left: 0px;
}
#lnb_2020 .sub_lnb_2020_txt_03 {
    font-size: 18px;
    font-weight: 400;
    line-height: 200%;
    padding-left: 0px;
    margin-top: 20px;
}
#lnb_2020 .sub_lnb_2020_img_01 {
	width: 100%;
    height: auto;
}
#lnb_2020 .sub_lnb_2020_img_01 img {
	width: 100%;
    height: 530px;
    object-fit: cover;  
	border: solid 1px #cccccc
}
#lnb_2020 .sub_lnb_2020_img_02 img {
    width: 100%;
    height: 317px;
    object-fit: cover;  
	border: solid 1px #cccccc
}
#lnb_2020 .sub_lnb_2020_txt_04 {
    padding-left: 100px;
}
#lnb_2020 .stxt_tit { 
	display: flex;
    font-size: 22px;
    font-weight: 600;
    line-height: 200%;
    align-items: center;
}
#lnb_2020 .stxt_txt {
	display: flex;
    align-items: center;
	justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    line-height: 200%;
    margin-left: 25px;
}
#lnb_2020 .stxt_txt_in.start-5 {
	margin-left: auto;
    margin-right: auto;
}
#lnb_2020 .w-30 {
    width: 35%;
}
#lnb_2020 .w-70 {
    width: 65%;
}
#lnb_2020 .sub_lnb_2020_stitle {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 125%;
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
    color: rgba(230, 0, 18, 1);
}
#lnb_2020 table thead {
    border-top: solid 1px #121212;
    border-bottom: solid 1px #121212;
}
#lnb_2020 .table tr th {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background-color: #f5f5f5;
}
#lnb_2020 .table th:first-child, #lnb_2020 .table td:first-child {
    border-left: 0;
}
#lnb_2020 .table tbody tr th {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    background-color: #fcfcfc;
}
#lnb_2020 .table tbody tr td {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
#lnb_2020 .table tbody tr td.t-algin {	
	text-align: left;
	padding-left: 40px;
}
#lnb_2020 .table th:last-child, #lnb_2020 .table td:last-child {
    border-right: 0;
}
#lnb_2020 .sub_lnb_table_label {
	position: relative;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    height: 0;
    top: -30px;
}

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

}

/*타블렛 가로, 노트북*/
@media screen and (max-width: 1024px) {
	#lnb_2020 .sub_lnb_2020_txt_02 {
		font-size: 18px;
		font-weight: 500;
	}
	#lnb_2020 .sub_lnb_2020_txt_03 {
		font-size: 16px;
		font-weight: 400;
	}
	#lnb_2020 .w-30 {
		width: 100%;
	}
	#lnb_2020 .sub_lnb_2020.dflex {
		display: flex;
		flex-direction: column;
	}
	#lnb_2020 .w-70 {
		width: 100%;
	}
	#lnb_2020 .sub_lnb_2020_txt_04 {
		padding-left: 0px;
        margin-top: 40px;
	}
}

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

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

}