/* 학습목표, 학습내용 */



.targetBg {
	background:url(../img/target/targetBg.png);
	
	overflow:hidden;
	background-repeat:no-repeat;
	width:1000px;
	height:640px;
	background-position:100px 0px;
}


#conBg {
		/*display: none;*/
		position: absolute;
		top: 120px;
		left: 180px;
}



	#conSet{		
		position: absolute;
		top: 134px;
		left: 112px;
		width: 774px;
		height: 371px;
		/*background-color: #33FF00;*/
	}

/* 이미지 로드로 대체 */
#conSetImg{
	position: absolute;
		top: 0px;
		left: 0px;
}



#conNav {
	position: absolute;
	width: 300px;
	top:343px;
	left: 240px;
	margin-left:0px;
	font-size:17px;
	font-family: "Nanum Gothic ExtraBold";

}


#conPrev {
	background-image: url(../img/target/btnContent.png);
	background-repeat: no-repeat;
	position: relative;
	width: 148px;
	height: 34px;
	top: 0px;
	left: 0px;
	float:left;
	cursor:pointer;
}

#conPrev:hover {
	background-image: url(../img/target/btnContentOver.png);
	background-repeat: no-repeat;
	width: 148px;
	height: 34px;
	top: 0px;
	left: 0px;
	float:left;
	cursor:pointer;
}


#conNext {
	background-image: url(../img/target/btnTarget.png);
	background-repeat: no-repeat;
	position: relative;
	width: 148px;
	height: 34px;
	top: 0px;
	left: 0px;
	float:left;
	cursor:pointer;
}

#conNext:hover {
	background-image: url(../img/target/btnTargetOver.png);
	background-repeat: no-repeat;
	position: relative;
	width: 148px;
	height: 34px;
	top: 0px;
	left: 0px;
	float:left;
	cursor:pointer;
}



	#conSetOutro{		
		position: absolute;
		top: 38px;
		left: 0px;
		width: 1000px;
		height: 532px;
		/*background-color: #33FF00;*/
	}



	#conSubject{
		font-family:"Nanum Gothic Bold";
		font-size:20px;
		position: relative;
		top: 25px;
		left: 5px;
		width: 450px;
		height: 200px;
		/*background-color:blue;*/
		line-height:100%;
		clear: both;
	}


	#conTarget{
		font-family:"Nanum Gothic Bold";
		font-size:20px;
		position: relative;
		top: 50px;
		left: 5px;
		width: 450px;
		height: 200px;
		/*background-color:yellow;*/
		line-height:100%;
		clear: both;
	}


	#subtitle{

		background: url("../img/target/titleBar.png") no-repeat;
		position: relative;
		top: 0px;
		left: 0px;
		width: 251px;
		height: 47px;
	}
	
	#subtitle > span {
		display: inline-block;
		font-family:"Nanum Gothic Bold";
		font-size:19px;
		color:white;	
		margin-left: 50px;
		margin-top: 12px;

	}

	#subIn, #tarIn{
		position: relative;
		top: 10px;
		left: 0px;
		width: 450px;
		height: 180px;
	
		font-size:18px;
		color:#4F5458;
		line-height:150%;
		margin-left:10px;
		letter-spacing:-1px;
	}


  #dot {
	 position:relative;
	 top:0px;
	 width:10px;
	 float:left;
  }

  #cont{
	position:relative;
	float:left;
	width:440px;
	margin-bottom:15px;
  }

	
