/* 2차전지사업 */
#lnb_2010 .sub_lnb_2010.dflex {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
#lnb_2010 .sub_lnb_2010_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_2010 .title-icon-bg:before {
    content: '';
    position: absolute;
    top: 0;
    width: 50px;
    height: 4px;
    background: #e60012;
}
#lnb_2010 .sub_lnb_2010_txt_02 {
    font-size: 22px;
    font-weight: 500;
    line-height: 180%;
    padding-left: 0px;
}
#lnb_2010 .sub_lnb_2010_txt_03 {
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    padding-left: 10px;
    margin-top: 20px;
    text-indent: -10px;
}
#lnb_2010 .sub_lnb_2010_img_01 {
	width: 100%;
    height: auto;
    background: #f5f5f5;
    margin-top: 80px;
    text-align: center;
}
#lnb_2010 .sub_lnb_2010_img_01 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: 80px;
}
#lnb_2010 .mt--5 {	
    margin-top: 0px;
}
#lnb_2010 .sub_lnb_2010_txt_05 {
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    padding-left: 0px;
}
#lnb_2010 .stxt_01 {
    display: flex;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: -20px;
    align-items: center;
    margin-left: -25px;
}
#lnb_2010 .sub_lnb_2010_img_02 img {
    width: 100%;
    height: 317px;
    object-fit: cover;
}
#lnb_2010 .sub_lnb_2010_txt_04 {
    font-size: 18px;
    font-weight: 400;
    line-height: 200%;
    padding-left: 100px;
}
#lnb_2010 .sub_lnb_2010_txt_000 {
    font-size: 18px;
    font-weight: 600;
    line-height: 200%;
    padding-left: 0px;
	padding-right: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}
#lnb_2010 table thead {
    border-top: solid 1px #121212;
    border-bottom: solid 1px #121212;
}
#lnb_2010 .table tr th {
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background-color: #f5f5f5;
}
#lnb_2010 .table th:first-child, #lnb_2010 .table td:first-child {
    border-left: 0;
}
#lnb_2010 .table tbody tr th {
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    background-color: #fcfcfc;
}
#lnb_2010 .table tbody tr td {
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
#lnb_2010 .table tbody tr td.t-algin {	
	text-align: left;
	padding-left: 40px;
}
#lnb_2010 .table th:last-child, #lnb_2010 .table td:last-child {
    border-right: 0;
}
#lnb_2010 .sub_lnb_2010_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_2010 .sub_lnb_2010_txt_05 {
    font-size: 18px;
    font-weight: 400;
    line-height: 200%;
    padding-left: 10px;
    margin-top: 20px;
    text-indent: -10px;
}
#lnb_2010 .stxt_05 {
    font-size: 18px;
    font-weight: 400;
    line-height: 200%;
    padding-left: 0px;
}
#lnb_2010 .accordion{ 
	width: 100%;
	height: 450px;
	display: flex;
	overflow: hidden;
}
#lnb_2010 .tab{
	position: relative;
	width: 16.6666667%;
	height: inherit;
	padding: 20px;
	background: #000;
	color: #FFF;
	cursor: pointer;
	transition: width .3s ease;
}
#lnb_2010 .tab:not(:last-child) {
    margin-right: 10px;
}
#lnb_2010 .tab .accordion-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease;
	opacity: .6;
}
#lnb_2010 .caption{
	position: absolute;
	z-index: 2;
	/*white-space: nowrap;*/
	top: 40px; 
	padding-left: 0px;
	transition: all .3s ease;
}
#lnb_2010 .caption dd{
	display: inline-block;
}
#lnb_2010 .tab:hover .caption{
	padding-left: 20px;
	transition: all .3s ease;
}
#lnb_2010 .caption hr{
    display: inline-block;
    width: 40px;
    height: 1px;
    border-top: solid 2px #ffffff; 
	margin: 0;
	margin-bottom:10px;
	opacity: .0;
  transition: all .3s ease;
}
#lnb_2010 .tab:hover hr{
  opacity: .6;
  transition: all .3s ease;
}
#lnb_2010 .caption h2{
	margin-bottom: 20px;
	text-overflow:clip;
	font-size:22px;
	font-weight: 700;
	color: #ffffff;
	opacity: .6;
	transition: all .3s ease;
}
#lnb_2010 .tab:hover h2{
  font-size:28px;   
  transition: all .3s ease;
	opacity: 1.0;
}
#lnb_2010 .caption h2 span{
  display: block;
  font-size:20px;  
  margin-bottom: 10px;
  transition: all .3s ease;
}
#lnb_2010 .tab:hover h2 span{
  font-size:28px; 
  transition: all .3s ease;
}
#lnb_2010 .caption p {
    opacity: 0;
    margin-top: 5px;
    font-size: 15px;
    line-height: 160%;
    color: #ffffff;
	text-indent: -15px;
    margin-left: 15px;
	margin-right: 15px;  
    transition: all .3s ease;
}
#lnb_2010 .caption .p-depth {
	text-indent: -12px;
    margin-left: 30px;
}
#lnb_2010 .tab:hover .accordion-img{
  opacity: .6;
}
#lnb_2010 .tab:hover{
  width: 50%;
}
#lnb_2010 .tab:hover .caption{
  transition: all .3s ease;
  opacity: 1;
}
#lnb_2010 .tab:hover p{
  font-size:17px;
  transition: all .3s ease;
  opacity: 1;
}

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

}

/*타블렛 가로, 노트북*/
@media screen and (max-width: 1024px) {
	#lnb_2010 .sub_lnb_2010_txt_02 {
		font-size: 18px;
		font-weight: 500;
	}
	#lnb_2010 .sub_lnb_2010_img_01 img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	#lnb_2010 .sub_lnb_2010_stitle {
		font-size: 20px;
		font-weight: 500;
	}
	#lnb_2010 .sub_lnb_2010_txt_05 {
		font-size: 16px;
		font-weight: 400;
	}
	#lnb_2010 .sub_lnb_2010_txt_05.text-indent-0 {
		margin-top: 20px;
        padding-left: 0;
        margin-left: 0;
        text-indent: 0;
	}
	#lnb_2010 .sub_lnb_2010.dflex {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;    
		align-items: stretch;
	}
	#lnb_2010 .sub_lnb_2010_txt_04 {
		padding-left: 0px;
		margin-top: 40px;
	}
	#lnb_2010 .accordion {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
	}
	#lnb_2010 .tab {
		width: 100%;
		height: 450px;
	}
	#lnb_2010 .tab:hover{
	  width: 100%;
	}
}

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

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

}