/*** include css***/

/**header css**/
	#header_wrap {
		width: 100%;
		min-width: 1024px;
		position:relative;
		z-index: 1;
		border-bottom: 1px solid #ddd;
	}
	.gnb_wrap{
		border-bottom:1px solid #ddd;
	}

/*gnb 영역*/
.gnb_wrap {
	width: 100%;
    overflow: hidden;
}
.gnb {
	width:1024px;
	margin:0 auto;
	line-height:30px;
}
	.gnb ul {
		float:right;
	}
		.gnb ul li {
			float:left;
			padding:0 10px;
		}
		.gnb ul li:last-child{
			padding-right:0;
		}
			.gnb ul li a {
				font-size:14px;
				color:#7a7a7a;
			}

/*header 영역*/
.header {
	position:relative;
	width:1024px;
	margin:0 auto;
}
.logo {
	text-align:center;
	margin:30px 0;
}
.s_box {
	position:absolute;
	bottom:0px;
	/*top:40px;*/
	right:0px;
	border:1px solid #ddd;
	padding: 2px 0px 2px 5px;
}
	.s_box .search{
		border:none;
	}
	.s_box button {
		border:none;
		background:#fff;
		line-height:25px;
		border-width:0;
		cursor:pointer;
	}
	
/*lnb 영역*/
.lnb_wrap {
	width:100%;
	line-height:38px;
	background:#084bb4;
	border-bottom:2px solid #002f7a;
}
.logo img{
	width:224px;	
}
.lnb {
	
}
	.lnb ul {
		overflow:hidden;
		margin-bottom:0;
	}
		.lnb ul li {
			    display: inline-block;
				margin-left: 0px;
				margin-top: 30px;
		}
		
			.lnb ul li a {
				font-size:20px;
				font-weight:600;
				color:#354762;
				display:block;
			}

/**퀵배너**/
.quick_b {
	width:130px;
	/*height:667px;*/
	border:1px solid #ddd;
	background:#fff;
	font-size:14px;
	display:none;
}
	.quick_b a{
		color:#444;
	}
.q_title {
	width:100%;
	line-height:30px;
	text-align:center;
	background:#222;
	color:#fff;
	font-weight:bold;
}
.cart_img_wrap {
	width:100%;
	margin-top:10px;
}
	.cart_img {
		width: 70px;
		margin: 25px auto 0 !important;
	}
	.move_arrow {
		width:100%;
		overflow:hidden;
	}
		.move_arrow ul{
			width:40px;
			margin:0 auto;
		}
			.move_arrow ul li {
				float:left;
				width:20px;
			}
				.move_arrow ul li button {
					width:20px;
					height:20px;
					border:1px solid #111;
					background:#444;
					color:#fff;
				}
.b_cart {
	width:100%;
	text-align:center;
	line-height:40px;
	border-bottom:1px solid #ddd;
}
.short {
	text-align:center;
}
	.short li {
		width:100%;
		border-bottom:1px solid #ddd;
	}
	.short a {
		width:100%;
		overflow:hidden;
	}
	.short a img {
		margin:15px 0 10px;
	}
	.short a span{
		display:block;
		margin-bottom:15px;
	}
		.e_tit {
			font-weight:bold;
			margin-bottom:5px !important;
		}

.n_img {
	height:109px;
}		
		
.go_top {
	display:block;
	width:100%;
	line-height:30px;
	background:#888;
	text-align:center;
	color:#fff !important;
	font-weight:600;
}
/**푸터**/
.term_wrap {
	width:100%;
	overflow:hidden;
	color:#efefef;
	border-bottom:solid 1px #d7d7d7;
}
	.term_wrap ul{
		width:1024px;
		height:30px;
		line-height:30px;
		margin:0 auto;
	}
		.term_wrap ul li {
			font-size:15px;
		}
			.term_wrap ul li a {
				color:#ddd;
			}
			.term_wrap ul li a:last-child{
				color: #419fe3;
			}
.footer {
	position:relative;
	width:1024px;
	margin:0 auto;
	padding:20px;
	font-family:'dotum';
	font-size:13px;
	color: #ddd;
}
.escro {
	position:absolute;
	top:10px;
	right:50px;
}

/*페이징*/

.paging {overflow: hidden; text-align: center;  margin-top: 20px; margin-bottom: 20px; font-weight: bold; color: #767676; display: table; margin-left: auto; margin-right: auto; }
.paging ul {overflow: hidden;}
.paging li {display: inline-block; zoom: 1; display: inline; float: left;}

.paging li {display: block; width: 24px; height: 20px; margin: 0 2px; overflow: hidden; color: #767676; font-size: 12px; padding-top: 4px;}/*border: 1px solid #ebebeb; */
.paging li.current {color:#000;}/*background:#EDA490; color: #fff;*/
.paging li a{color:#9C9C9C;}
