/************************************* 장바구니 *************************************/
#cart, .sub_layout{
	margin:-23px -15px 0;
	padding-bottom:40px;
}
#cart  h2, .sub_layout h2{
	background:#eee;
	padding:10px 15px;
	margin:0;
	border-bottom:1px solid #ddd;
	font-size:17px;
}
#cart ul.cart_list{
	width:100%;
}
#cart ul.cart_list li{
	border-bottom:1px solid #ccc;
	padding:10px 0 0;
}
#cart ul.cart_list table{
	border-collapse: collapse;
	width:100%;
}
#cart ul.cart_list table td{
	text-align:left;
	vertical-align:top;
	padding:2px 5px;
	letter-spacing:-0.5px;
}
#cart ul.cart_list table td.box{
	padding:0 0 0 12px;
}
#cart ul.cart_list table td.pro_name{
	padding:5px 5px 10px;
	font-size:14px;
	color:#333;
	font-weight:bold;
}
#cart ul.cart_list table td.pro_name .pro_cont{
	font-weight:normal;
	margin-top:3px;
}
#cart ul.cart_list table img.pro_img{
	width:83px;
	height:83px;
	border:1px solid #ddd;
}
#cart ul.cart_list table input.num_box{
	border:1px solid #ccc;
	height:18px;
	width:30px;
	line-height:18px;
	text-align:center;
	vertical-align:top;
	-webkit-appearance:none;
	-webkit-border-radius:2px;
}
#cart ul.cart_list table span.num_change{
	display:inline-block;
	background:#eee;
	border:1px solid #ccc;
	height:20px;
	line-height:20px;
	text-align:center;
	color:#333;
	padding:0 7px;
	vertical-align:top;
	-webkit-appearance:none;
	-webkit-border-radius:2px;
}
#cart ul.cart_list table strong.price{
	font-size:14px;
}
#cart ul.cart_list table strong.price span{
	color:#e40e0e;
}
#cart ul.cart_list .btn_area{
	border-top:1px solid #eee;
	padding:6px 15px;
	margin-top:10px;
	text-align:right;
}
#cart ul.cart_list .btn_area span{
	display:inline-block;
	background:#fff;
	border:1px solid #ccc;
	line-height:22px;
	text-align:center;
	color:#333;
	padding:0 15px;
	vertical-align:top;
	-webkit-appearance:none;
	-webkit-border-radius:3px;
}


/* 옵션부분 때문에 추가 (나광진) */
#cart .cart_list .pro_img_list .pro_cont p.option{
	padding-top:2px;
	font-size:11px;
}
#cart .cart_list .pro_img_list .pro_cont p.alert_small{
	padding-top:2px;
	font-size:11px;
	color:#f58220;
}
/* 여기까지 */

/* 장바구니 - 결제금액 */
#cart div.cart_total{
	padding-top:12px;
	background:#eee;
}
#cart div.cart_total table{
	border-collapse: collapse;
	width:100%;
}
#cart div.cart_total td{
	text-align:left;
	vertical-align:top;
	letter-spacing:-0.5px;
	font-size:14px;
	padding:0 15px 10px;
}
#cart div.cart_total td.tar{
	text-align:right
}
#cart div.cart_total tr.pro_pirce td{
	font-weight:bold;
	color:#222;
}
#cart div.cart_total tr.total_num td{
	font-size:16px;
	color:#e40e0e;
}
/* 장바구니 - 버튼영역 */
#cart .cart_btn{
	background:#eee;
	border-top:1px dashed #ccc;
	border-bottom:1px solid #ccc;
	padding:12px 0;
	text-align:center;
}
#cart .cart_btn span{
	font-size:15px;
	display:inline-block;
	background:#fff;
	border:1px solid #ccc;
	line-height:30px;
	text-align:center;
	color:#333;
	padding:0 15px;
	vertical-align:top;
	-webkit-appearance:none;
	-webkit-border-radius:4px;
	letter-spacing:-1px;
	margin:0 1px;
}
#cart .cart_btn span.btn_type02{
	background:#444;
	border:1px solid #1b1b1b;
	color:#eee;
}
#cart .cart_btn span.btn_type03{
	background:#ec1a1a;
	border:1px solid #c60000;
	color:#fff;
}
/* 장바구니 - 이용안내 */
#cart ul.cart_info{
	margin:15px;
}
#cart ul.cart_info li{
	margin: 0;
	padding: 0 0 10px 9px;
	background: url('../images/common/bullet_list02.gif') no-repeat 0 0.45em;
}

/* 주문서작성 - 주문내역 */
#cart h2.order{
	background:#969696;
	padding:10px 15px;
	margin:0;
	font-size:15px;
	color:#fff;
	border:none;
	position:relative;
	margin-top:-1px;
}
#cart h2.order::after {
    border-right: 2px solid #eee;
    border-top: 2px solid #eee;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: 15px;
    top:12px;
    transform: rotate(135deg);
    width: 6px;
}
#cart ul.order_list li{
	padding: 10px 10px;
}
#cart div.cart_total table tr.order_num td {
    border-top:1px dashed #ddd;
	padding:10px 15px 30px;
}
.order_wrapper{
	padding:0;
}
.order_wrapper table.order_form{
	border-collapse: collapse;
	width:100%;
	font-size:13px;
}
.order_wrapper table.order_form th{
	text-align:right;
	font-weight:bold;
	letter-spacing:-0.5px;
	border-bottom:1px solid #eee;
	padding:8px 10px 8px 0;
	color:#333;
}
.order_wrapper table.order_form td{
	text-align:left;
	border-bottom:1px solid #eee;
	padding:8px 0 8px 10px;
}
.order_wrapper table.order_form td input{
	height: 22px;
	border:1px solid #ddd;
	-webkit-border-radius: 2px;
	-webkit-appearance: none;
	text-indent: 10px;
	background:#f8f8f8;
	color:#333;
}
.order_wrapper table.order_form td select{
	height:28px;
	padding:0 5px;
	background:#f8f8f8;
	border:1px solid #ddd;
}
.order_wrapper table.order_form td ul.add li{
	margin-bottom:4px;
}
.order_wrapper table.order_form td span.btn{
	display:inline-block;
	background:#fff;
	border:1px solid #ddd;
	height:24px;
	line-height:24px;
	text-align:center;
	color:#333;
	padding:0 5px;
	vertical-align:top;
	-webkit-appearance:none;
	-webkit-border-radius:2px;
	font-size:12px;
	letter-spacing:-1px;
}

.order_wrapper table.order_form02{
	border-collapse: collapse;
	width:100%;
	font-size:13px;
}
.order_wrapper table.order_form02 th{
	text-align:right;
	font-weight:bold;
	letter-spacing:-0.5px;
	border-bottom:1px solid #eee;
	padding:7px 10px 7px 0;
}
.order_wrapper table.order_form02 td{
	text-align:left;
	border-bottom:1px solid #eee;
	padding:7px 0 7px 10px;
}
.order_wrapper table.order_form02 td.pad02{
	text-align:center;
	padding:15px 0;
}
.order_wrapper table.order_form02 td input.box{
	height: 22px;
	border:1px solid #ddd;
	-webkit-border-radius: 2px;
	-webkit-appearance: none;
	text-indent: 10px;
	background:#f8f8f8;
	color:#333;
}
.order_wrapper table.order_form02 td select{
	width:95%;
	height:30px;
	padding:0 5px;
	background:#f8f8f8;
	border:1px solid #ddd;
}
.order_wrapper table.order_form02 span.btn{
	display:inline-block;
	background:#fff;
	border:1px solid #ddd;
	height:24px;
	line-height:24px;
	text-align:center;
	color:#333;
	padding:0 5px;
	vertical-align:top;
	-webkit-appearance:none;
	-webkit-border-radius:2px;
	font-size:12px;
	letter-spacing:-1px;
}

#cart .order_wrapper02{
	padding:15px;
}
#cart .order_check{
	border-top:1px dashed #ddd;
	border-bottom:1px solid #ccc;
	background:#f5f5f5;
	padding:5px 15px;
	text-align:right;
}

/* 주문하기 - 버튼영역 */
#cart .order_btn{
	background:none;
	border:none;
	padding:25px 0;
	text-align:center;
}









/************************************* 주문정보 입력 *************************************/
#delivery {
	width:100%;
	display:table;
}
#delivery .de_l_box{
	width:40%;
	float:left;
	vertical-align:top;
	border:1px solid #d3d3d3;
}
#delivery .de_r_box{
	width:58%;
	float:right;
	vertical-align:top;
	border:1px solid #d3d3d3;
}
#delivery .line_col{
	border-bottom:1px solid #d3d3d3;
}
#delivery .line_row{
	background:url(../images/cart/bg_pay_box.gif) 0 0 repeat-y;
}

.payment_btn{
	text-align:center;
}



/************************************* 주문완료 *************************************/
#delivery .order_end{
	width:659px;
	height:223px;
	background:url(../images/cart/bg_order_end.gif) 0 0 no-repeat;
	margin:50px auto 0;
	text-align:center;
}

#delivery .order_end ul{
	color:#2d2d2d;
	font-family:'나눔고딕'
}
#delivery .order_end ul li.end01{
	font-size:2em;
	padding-bottom:8px;
	padding-top:95px;
	font-weight:bold;
}

#delivery .order_end ul li.end02{
	color:#8a8a8a;
	font-size:1.2em;
	font-weight:bold;
}


/************************************* 결제 전 확인사항 *************************************/
#order_agree .agree_box{
	height:200px;
	padding:10px;
	border:1px solid #d3d3d3;
	overflow-y:scroll;
	overflow-x:hidden;
	position:relative;
}


/************************************* 주문배송조회 *************************************/
#order_search {
	margin:-23px -15px 0;
	padding-bottom:40px;
}
#order_search .order_search_info{
	padding:10px 15px 0;
}

#order_search h2{
	background:#eee;
	padding:10px 15px;
	margin:0;
	border-bottom:1px solid #ddd;
	font-size:17px;
}
#order_search ul.order_list{
	width:100%;
	border-top:1px solid #ccc;
}
#order_search ul.order_list li{
	position:relative;
	border-bottom:1px solid #ccc;
}
#order_search ul.order_list li.list_none{
	text-align:center;
	padding:15px;
}
#order_search ul.order_list li h4{
	background:#f5f5f5;
	padding:9px 90px 7px 15px;
	font-size:13px;
	font-weight:normal;
	letter-spacing:-0.02em;
	border-bottom:1px solid #eee;
	margin:0;
}
#order_search ul.order_list li span.icon{
	position:absolute;
	right:15px;
	top:6px;
	display:inline-block;
	background:#406ca9;
	text-align:center;
	color:#fff;
	line-height:1.8;
	padding:0 5px;
	font-size:11px;
	-webkit-appearance:none;
	-webkit-border-radius:2px;
}
#order_search ul.order_list li .order_info{
	padding:10px 10px;
}
#order_search ul.order_list table{
	border-collapse: collapse;
	width:100%;
}
#order_search ul.order_list table td{
	text-align:left;
	vertical-align:top;
	padding:2px 5px;
	letter-spacing:-0.5px;
}
#order_search ul.order_list table img.pro_img{
	width:60px;
	height:60px;
	border:1px solid #ddd;
}
#order_search ul.order_list .btn_area{
	padding:8px 15px;
	text-align:right;
	border-top:1px dashed #eee;
}
#order_search ul.order_list .btn_area span{
	display:inline-block;
	background:#fff;
	border:1px solid #ccc;
	line-height:22px;
	text-align:center;
	color:#333;
	padding:0 15px;
	vertical-align:top;
	-webkit-appearance:none;
	-webkit-border-radius:3px;
	letter-spacing:-1px;
}
