/* 내용 */
section{position:relative;float:left;width:100%;height:620px;box-sizing:border-box;}
section h1{display:none;}
section #intro_con1 {text-align:left;width:100%; height:520px; background-image:url('../images/01_2/01_2_bg.png');}

/* 추가 */
span.dpb{display:block;}
section #intro_con1 div.learning_content:after{display:block;content:'';clear:both;}
section #intro_con1 div.learning_content{position:absolute; top:500px; right:220px;}
section #intro_con1 div.learning_content p{
	background-image:url('../images/01_2/lc_tit.png');background-repeat:no-repeat;
	width:226px; height:30px;
	font-size:20px;font-weight:800;color:#f7fbef;
	padding-top:6px;
	margin-bottom:2px;line-height: 30px;
	text-align: center;
}

section #intro_con1 div.learning_goal{
	background-image:url('../images/01_2/goal_bg.png');background-repeat:no-repeat;
	width:404px; height:111px;
	position:absolute;
	top:464px; right: 440px;
	padding: 50px 0px 20px 10px;
	}
section #intro_con1 div.learning_goal p{font-size:20px; font-weight:700; color:#ffffff;}

section #intro_con1 div.learning_goals:after{display:block;content:'';clear:both;}
section #intro_con1 div.learning_goals{padding-top:30px;padding-left:410px;}
section #intro_con1 div.learning_goals p{float:left;background-image:url('../images/01_2/lg_tit.png');background-repeat:no-repeat; width:120px; height:92px; font-size:28px; font-style:italic; font-weight:600; background-position:center center; line-height:93px; text-align:center;}
section #intro_con1 div.learning_goals ul{float:left;margin-top:50px;margin-left:5px;}
section #intro_con1 div.learning_goals ul li{font-size:25px;padding:5px;font-weight:600;}
