/* 연구소 소개 */
#lnb_3010 .sub_lnb_3010 {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#lnb_3010 .sub_lnb_3010.mt-3010-2 {
	margin-top: 20px;
}
#lnb_3010 .sub_lnb_3010.flex-top {
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
#lnb_3010 .sub_lnb_3010_img {
	width: 100%;
	height: 100%;
}
#lnb_3010 .sub_lnb_3010_img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
#lnb_3010 .icon-dot-01 {
    width: 12px;
    height: 12px;
    margin-right: 10px;
}
#lnb_3010 .sub_lnb_3010_txt_01 {
	font-size: 18px;
	font-weight: 400;
	line-height: 200%;	    
	padding-left: 5vw;
}
#lnb_3010 .sub_lnb_3010_title {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 125%;
    display: block;
    margin-top: 110px;
    margin-bottom: 40px;
	padding: 25px 0 0 0;
}
#lnb_3010 .sub_lnb_3010_title .title-icon-01 {
    width: 7px;
    height: 34px;
    display: inline-block;
    background: #3f87d2;
    margin-right: 15px;
    margin-bottom: -5px;
}
#lnb_3010 .sub_lnb_3010_txt_02 {
	font-size: 22px;
	font-weight: 500;
	line-height: 180%;
	padding-left: 0px;
	margin-top: 40px;
}
#lnb_3010 .sub_lnb_3010_txt_03 {
	font-size: 16px;
	font-weight: 400;
	line-height: 200%;
	padding-left: 0px;
	margin-top: 40px;
}
#lnb_3010 .sub_lnb_3010_txt_04 {
	font-size: 16px;
	font-weight: 400;
	line-height: 200%;
	padding-left: 6vw;
	margin-top: 40px;
}
#lnb_3010 .sub_lnb_3010 iframe {
	width: 100%;
	height: 450px; 
	margin-top: 40px;
	border: solid 1px #cccccc;
}
#lnb_3010 .sub_lnb_3010_add_01 {
	font-size: 22px;
	font-weight: 500;
	line-height: 180%;
	padding-left: 0px;
	margin-top: 20px;
}
#lnb_3010 .sub_lnb_3010_stitle {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 125%;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
	color: rgba(230, 0, 18, 1);
}
#lnb_3010 .stxt_01 {
	display: flex;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: -20px;
    align-items: center;    
	margin-left: -25px;
}
#lnb_3010 .w-40 {
	width: 40%;
}
#lnb_3010 .sub_lnb_3010_txt_05 {
	font-size: 16px;
	font-weight: 400;
	line-height: 200%;
	padding-left: 35px;
}
#lnb_3010 .mt-12 {
	margin-top: 120px;
}
#lnb_3010 .sub_lnb_3010_txt_06 {
	font-size: 16px;
	font-weight: 400;
	line-height: 200%;
	padding-left: 0px;
	text-indent: -15px;
	margin-left: 15px;
}
#lnb_3010 .sub_lnb_3010.dflex {
	flex-wrap: nowrap;
}
#lnb_3010 .sub_lnb_3010.dflex div:not(:last-child) {
	margin-right: 20px;
}
#lnb_3010 .sub_lnb_3010_cicle_area { 
}
#lnb_3010 .sub_lnb_3010_cicle_in {
	position: relative;
}
#lnb_3010 .sub_lnb_3010_cicle_in:after {
	border: dotted 1px rgba(230, 0, 18, 1);
    border-radius: 50%;
    width: 100%;
    height: 0;
	padding-bottom: 100%;
    display: block;
	content: "";
}
#lnb_3010 .sub_lnb_3010_cicle_in_in {
	width: 94%;
    height: 94%;
    left: 3%;
    top: 3%;
    position: absolute;
    text-align: center;
    border: solid 5px red;
    border-radius: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#lnb_3010 .sub_lnb_3010_cicle_in_in span {
	font-size: 22px;
	font-weight: 800;
	line-height: 160%;
}
#lnb_3010 .sub_lnb_3010_cicle_in_in .eng {
	font-size: 16px;
	font-weight: 400;
}
#lnb_3010 .mt-8 {
	margin-top: 80px;
}
#lnb_3010 .title-icon-bg:before {
    content: '';
    position: absolute;
    top: 0;
    width: 50px;
    height: 4px;
    background: #e60012;
}


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

}

/*타블렛 가로, 노트북*/
@media screen and (max-width: 1024px) {
	#lnb_3010 .sub_lnb_3010 {
		display: flex;
		flex-direction: column;
	}
	#lnb_3010 .sub_lnb_3010.m-50-1 {
        display: flex;
		flex-direction: row;
    }
	#lnb_3010 .sub_lnb_3010.m-50-2 {
        display: flex;
		flex-direction: row;
    }
	#lnb_3010 .sub_lnb_3010_img_01 {
		width: 100%;
		height: auto;     
		margin-top: 40px;
	}
	#lnb_3010 .sub_lnb_3010_img_01 img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	#lnb_3010 .w-50 {
		width: 100% !important;
		height: auto;
	}
	#lnb_3010 .sub_lnb_3010_txt_01 {
		font-size: 16px;
		font-weight: 400;
		padding-left: 0px; 
		margin-top: 20px;
	}
	#lnb_3010 .sub_lnb_3010_txt_02 {
		font-size: 18px;
		font-weight: 500;
		margin-top: 20px;
	}
	#lnb_3010 .sub_lnb_3010_txt_03 {
		font-size: 16px;
		font-weight: 400;
		line-height: 180%;
		margin-top: 20px;
	}
	#lnb_3010 .sub_lnb_3010_txt_06 {
		font-size: 16px;
		font-weight: 400;
		line-height: 180%;
		padding-left: 0px;
	}
	#lnb_3010 .sub_lnb_3010_txt_04 {
		font-size: 16px;
		font-weight: 400;
		line-height: 180%;
		padding-left: 6vw;
		margin-top: 40px;
	}
	#lnb_3010 .w-40 {
		width: 100%;
	}
	#lnb_3010 .sub_lnb_3010 iframe {
		width: 100%;
		height: 250px; 
	}
}

/*모바일 가로, 타블렛 세로*/
@media screen and (max-width: 768px) {
	#lnb_3010 .sub_lnb_3010.m-50-1 {
        display: flex;
		flex-direction: column;
    }
	#lnb_3010 .sub_lnb_3010.m-50-2 {
        display: flex;
		flex-direction: row;
    }
}

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

}