#top {
	width: 1200px;
	height: 215px;
	background: url("../../images/topBg.png") repeat-x 0 bottom;
	}
	#top img {
		width: 1200px;
		height: 207px;
		}

#bottom {
	width: 1200px;
	height: 128px;
	}
	#bottom img {
		width: 1200px;
		height: 128px;
		}

/* MENU */
#menu {
	width: 1200px;
	height: 165px;
	background: url("../../images/menuBg.png") no-repeat 0 0;
	padding: 8px 0 0 0;
	}
#menu li {
	float: left;
	}


/* POP */
#pop {
	width: 729px;
	height: 600px;
	position: absolute;
	padding: 62px 2px 16px 2px;
	}
	.pop_bg1 { background: url("../../images/popBg1.png") no-repeat 0 0; }
	.pop_bg2 { background: url("../../images/popBg2.png") no-repeat 0 0; }


.popTop {
	width: 728px;
	height: 42px;
	background: url("../../images/pop_titBg.png") no-repeat 0 0;
	color: #fff;
	font-size: 1.5em;
	}
	.popTop p {
		height: 37px;
		float: left;
		padding: 5px 0 0 33px;
		background: url("../../images/pop_tit_dot.png") no-repeat 15px 15px;
		}

	
.popCont {
	width: 672px;
	height: 283px;
	overflow: hidden;
	padding: 30px 28px 27px 29px;
	}
	.popCont p {
		float: left;
		width: 200px;
		height: 283px;
		overflow: hidden;
		}
		/* Ã¥ÀÌ¹ÌÁö */
		.popCont p.thumbnail {
			padding: 0 15px 0 0;
			position: relative;
			}
			.popCont .book_img { width: 200px; height: 283px; }
			.popCont p.thumbnail span {
				width: 74px;
				height: 81px;
				position: absolute;
				top: 0;
				left: 0;
				}

		/* QR code */
		.popCont p.qr {
			padding: 83px 20px 0 15px;
			background: url("../../images/pop_qrBg.png") no-repeat 15px 0;
			}
			.popCont p.qr img { width: 200px; height: 200px; }

		/* ±¤°íÀÌ¹ÌÁö */
		.popCont p.adver {
			background: url("../../images/pop_dotLine.png") no-repeat 0 0;
			padding: 0 0 0 22px;
			}
			.popCont p.adver img { width: 200px; height: 283px; }




	.bClose {
		width: 733px;
		text-align: center;
		padding: 0 0 20px 0;
		}



