/* CSS Document */
@charset "utf-8";

#container{
	display: block;
	background-image: url("../img/down/down_bg.jpg");
	width:800px;
	height: 500px;
}

._chapTxt{
	display: block;
	position: relative;
	text-align: left;
	width:560px;height: 32px;
	color:#FFF;
	
	padding:0;
	margin:5px 0 10px 0;
}

._downBtn{
	font-family: "NanumSquare";
	font-size:17px;
	font-weight: 500;
	line-height: 20px;
	display: block;
	background-image: url("../img/down/down_btn.png");
	background-position: 0 3px;
	width:560px;height: 32px;
	background-color: transparent;
	border:0;
	cursor: pointer;
	text-align: left;
	background-repeat: no-repeat;
	padding:0;
	margin:0;
	color:#FFF;
	-webkit-font-smoothing:antialiased; 
	-moz-font-smoothing:antialiased; 
	font-smoothing:antialiased;
		
}
._downBtn.isIe{
	background-position: 0 0px;
}

._downBtn:hover{
	background-image: url("../img/down/down_btn_over.png");
}

._chapTxt.on{
	opacity: 1;
}

.chapNum{
	display: inline-block;
	font-size:16px;
	font-weight: 700;
	margin:8px 5px 5px 7px; 
	color:#47525F;
}
.chapNum.on{
	color:#fff;
}

#inCon{
	position: absolute;
	top:110px;
	left:80px;
	width:700px;
	height: 380px;
	overflow-y: auto;
	margin:3px;
}






