/* 반도체사업 */
#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_01 {
    font-size: 18px;
    font-weight: 500;
    line-height: 180%;
    padding-left: 0px;
	margin-top: 20px;
}
#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 0px #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;
}
#lnb_2020 .accordion{ 
	width: 100%;
  height: 450px;
  display: flex;
  overflow: hidden;
}
#lnb_2020 .caption hr{
    display: inline-block;
    width: 40px;
    height: 1px;
    border-top: solid 2px #ffffff;
	margin: 0;
	opacity: .0;
  transition: all .3s ease;
}
#lnb_2020 .tab:hover hr{
  opacity: .6;
  transition: all .3s ease;
}
#lnb_2020 .tab{
  position: relative;
  width: 20%;
  height: inherit;
  padding: 20px;
  background: #000;
  color: #FFF;
  cursor: pointer;
  transition: width .3s ease;
}
#lnb_2020 .tab:not(:last-child) {
    margin-right: 10px;
}
#lnb_2020 .tab img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
  opacity: .6;
}
#lnb_2020 .caption{
  position: absolute;
  z-index: 2;
  white-space: nowrap;
  top: 60px; 
  padding-left: 20px;
}
#lnb_2020 .caption h2{
  margin-bottom: 20px;
  text-overflow:clip;
  font-size:24px;
  font-weight: 700;
  color: #ffffff;
  opacity: .6;
  transition: all .3s ease;
}
#lnb_2020 .tab:hover h2{
  font-size:28px;  
  opacity: 1.0; 
  transition: all .3s ease;
}
#lnb_2020 .caption h2 span{
  display: block;
  font-size:20px;  
  margin-bottom: 10px;
  transition: all .3s ease;
}
#lnb_2020 .tab:hover h2 span{
  font-size:28px; 
  transition: all .3s ease;
}
#lnb_2020 .caption p {
    opacity: 0;
    margin-top: 20px;
    font-size: 18px;
    line-height: 160%;
    color: #ffffff;
    transition: all .3s ease;
}
#lnb_2020 .tab:hover img{
  opacity: .6;
}
#lnb_2020 .tab:hover{
  width: 50%;
}
#lnb_2020 .tab:hover .caption{
  transition: all .3s ease;
  opacity: 1;
}
#lnb_2020 .tab:hover p{
  font-size:20px;
  transition: all .3s ease;
  opacity: 1;
}

/*데스크탑, 와이드*/
@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;
	}
	#lnb_2020 .accordion {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
	}
	#lnb_2020 .tab {
		width: 100%;
		height: 450px;
	}
	#lnb_2020 .tab:hover{
	  width: 100%;
	}
}

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

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

}