/* 기술특허 */
#lnb_3030 .row {
	margin-top: 90px;
}
#lnb_3030 .mt-10 {
    margin-top: 120px;
}
#lnb_3030 .box-wrap {
    width: 100%;
    height: 100%;
    margin: 20px auto;
    display: flex;
}
#lnb_3030 .box {
    position: relative;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    cursor: pointer;
    width: 100%;
    height: 100%;
}
#lnb_3030 .box:nth-child(1) {
    margin-right: 40px;
}
#lnb_3030 .box img {
	width: 100%; display: block; 
	z-index: 10;
	transition: all 0.35s ease-in-out;
	transform: scale(1);
	opacity: 0.8; 
}
#lnb_3030 .img h3 {
	position: absolute;
    z-index: 9999;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    padding: 80px 60px;
	letter-spacing: -1px;
}
#lnb_3030 .box .info {
	opacity: 0; 
	z-index: 20;
	position: absolute; left: 0; top: 0; bottom: 0; right: 0; 
	background: url('../img/sub/sub_lnb_3020_img_over.png') rgba(0,0,0,0.7); 
	color: #fff; 
	padding: 13px; 
	transition: all 0.35s ease-in-out; 
	height:100%; 
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
#lnb_3030 .box .info h3 {
    z-index: 9999;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
	letter-spacing: -1px;
}
#lnb_3030 .box .info p {
	font-size: 24px;
    color: #ffffff;
    margin-top: 40px;
    line-height: 200%;
 }

/* box1 */
#lnb_3030 .box1 .info {
	opacity: 0; 
	top: auto;
	padding: 80px 60px;
}
#lnb_3030 .box1:hover .info {opacity: 1;}
#lnb_3030 figure {
    margin: 0;    
	background: #000;
}



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

}

/*타블렛 가로, 노트북*/
@media screen and (max-width: 1024px) {
	#lnb_3030 .box-wrap {
		width: 100%;
		height: 100%;
		margin: 20px auto;
		display: flex;
		flex-direction: column;
	}
	#lnb_3030 .box:nth-child(1) {
		margin-right: 0px;
	}
	#lnb_3030 .box {
		width: 100% !important;
		height: 100%;
		margin-bottom: 20px;
	}
	#lnb_3030 .img h3 {
		font-size: 20px;
		font-weight: 700;
		padding: 40px 30px;
	}
	#lnb_3030 .box1 .info {
		padding: 40px 30px;
	}
	#lnb_3030 .box .info h3 {
		font-size: 20px;
		font-weight: 700;
	}
	#lnb_3030 .box .info p {
		font-size: 16px;
	}
}

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

}

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

}