/*  공통사항------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* 연구실소개 */
.txt01 { 
	font-size:1.5em;
	letter-spacing: -1.2px;
	color:#464646;
}
.txt02{	line-height:200%; }

/* 주요성과 및 수상 */
.awards{
	 margin-top:5%;
	 background:url("../images/sub02/awards_bg.jpg") no-repeat center top; 
	 min-height:363px;
	 letter-spacing: 0.2px;
	 padding:0 5%;
}
.awards .s_txt01{
	font-size:1.6em;
	font-weight:600;
	color:#fff;
	padding:2em 0 0.5em;
}
.awards .s_txt02{
	font-size:0.9em;
	color:rgba(255,255,255,0.3);
	line-height:100%;
	padding-bottom:5%;
}
.awards ul{
	display:table;
	margin:0 auto;
}
.awards ul li{
	float:left;
	width:48%;
	display:table;
}
.awards ul li.left{
	width:52%;
}
.awards ul li.left p{
	float:left;
	width:46%;
	margin-right:4%;
}
.awards ul li p{
	box-shadow: 8px 8px 10px 0 rgba(0,0,0,0.09);
}

/* 지적재산권 소개 */
.property ul li {
    float: left;
    text-align: center;
	width: 25%;
}
.property ul li dl {
    border: 1px solid #eee;
    padding: 6em 1.8em 3em;
    margin: 0 2px 2em;
}
.property ul li dl dt{
    font-size:1.2em;
	color:#000;
	padding-bottom:5px;
}
.property ul li dl dd{
    line-height:100%;
}
.property ul li.li_style01{	background:url("../images/sub02/property_icon01.jpg") no-repeat center 20%; }
.property ul li.li_style02{	background:url("../images/sub02/property_icon02.jpg") no-repeat center 20%; }
.property ul li.li_style03{	background:url("../images/sub02/property_icon03.jpg") no-repeat center 20%; }
.property ul li.li_style04{	background:url("../images/sub02/property_icon04.jpg") no-repeat center 20%; }




@media screen and  (min-width:769px) {/* 최소 769 이상 공통사항------------------------------------------------------------------------------------------------------------------------------------------------------ */
	.mobile{ display:none;}

}

@media screen and (max-width:768px) {/* 최대 767 ------------------------------------------------------------------------------------------------------------------------------------------------------ */
	.txt02 br{display:none;}
	.pc{ display:none;}
	.awards ul li{
		float:none;
		width:96%;
		margin:2% 2% 0;
	}
	.awards ul li.left{
		width:100%;
		margin:0;
	}
	.awards ul li.left p{
		float:left;
		width:46%;
		margin:0 2%;
	}
	.property ul li {	width: 50%;}
}

@media screen and (max-width:500px){
	.property ul li {	width: 100%;}
}
