.part-title {
	font-size:18px;
	font-weight: 400;
	letter-spacing: -1px;
	text-align: left;
	margin:0px 0;
}

.part-title .wrap {
	
	border-top:1px solid #eeeeee;
	padding:70px 0;
}

.cart-list table.outtable {
	width:100%;
	border-collapse: collapse;
	margin:0px 0 0px 0;
	padding:0px;
	border-top:1px solid #dddddd;
}

.cart-list .wrap table tr:last-child {
	border-bottom: 0px solid #eeeeee;
}

.cart-list .wrap table.outtable tr.outtr {
	border-bottom: 1px solid #eeeeee;
}

.cart-list .wrap table tr th {
	background-color:#f9f9f9;
	color:#666666;
	font-size:13px;
	font-weight: 400;
	padding:10px 0;
}

.cart-list .wrap table tr td {
	padding: 12px 0;
}

.cart-list .wrap table tr td:nth-child(1) {
	text-align: center;
}

.cart-list .wrap table tr td:nth-child(7) button {
	padding:10px;
	background-color: #ffffff;
	border:1px solid #dddddd;
	color:#888888;
}

/* 상품결제 프로세스 */
.process {
	width:100%;
	height:80px;
	
}
.process .wrap ul {
	list-style: none;
	margin:0px;
	padding:0px;
	
}

.process .wrap ul li {
	width: -webkit-calc(33.3% - 2px);
    width:    -moz-calc(33.3% - 2px);
    width:         calc(33.3% - 2px);
	margin:20px 2px 20px 0px;
	padding:0px 0 20px;
	text-align:center;
	letter-spacing: 3px;
	font-size:13px;
	font-weight: 300;
	float:left;
	border-bottom:3px solid #bbbbbb;
}

.process .wrap ul li:nth-child(1) {
	font-weight: 500;
	border-bottom:3px solid #dd0000;
} 

/* 장바구니 상품 개수와 금액 */

.sum_payment {
	width:calc(var(--bodywidth) - 40px);
	height:80px;
	margin:0 auto;
}

.sum_payment p.select_product {
	float:left;
	width:50%;
	font-size:14px;
	margin:22px 0;
}

.sum_payment p.amount {
	float:right;
	width:50%;
	font-size:14px;
	text-align:right;
}

p.select_product button {
	padding:7px 10px;
	font-size:12px;
	background-color:#ffffff;
	border:1px solid #dddddd;
	color:#888888;
}


p {}

.cart-title, .cart-title a {
	width:100%;
	font-size:20px;
	font-weight:300;
	margin:0px 0px 0;
	padding:0px;
	text-decoration: none;
	color:#000000;
	text-align: left;
	letter-spacing:-0.5px;
}

p.cart-etitle, p.cart-etitle a {
	width:100%;
	font-size:15px;
	font-weight:300;
	margin:0;
	padding:3px 0 10px;
	line-height: 100%;
	text-decoration: none;
	color:#666666;
}

p.cart-description {
	font-size:12px;
	margin:15px 10px 0;
	padding:0px;
	line-height: 160%;
	color:#999999;
	text-align: left;
	font-weight:300;
	word-break: break-all;
	text-decoration: none;
	text-indent: 0px;
}

p.cart-description a {
	font-size:12px;
	text-decoration: none;
	color:#999999;
}

p.cart-type {
	width:100%;
	font-size:12px;
	margin:20px 0px 0;
	padding:0px;
	line-height: 100%;
}

p.cart-type a {
	text-decoration: none;
}

p.cart-option {
	font-size:12px;
	margin:8px 0px 0;
	letter-spacing:-0.5px;
	padding:0px;
	line-height: 100%;
	color:#999999;
}

p.cart-size {
	width:100%;
	font-size:13px;
	margin:8px 0px 0;
	letter-spacing:-0.5px;
	padding:0px;
	line-height: 100%;
}

p.cart-brand, p.cart-brand a {
	width:100%;
	font-size:13px;
	margin:0 0 5px 0;
	letter-spacing:-0.5px;
	padding:0px;
	line-height: 100%;
	font-weight:500;
	color:777777;
}

p.cart-shipping {
	width:100%;
	font-size:12px;
	margin:8px 0px 0;
	padding:0px;
	line-height: 100%;
}

p.cart-price {
	width:100%;
	font-size:16px;
	margin:0px;
	padding:0px;
}

p.cart-save {
	width:100%;
	font-size:12px;
	margin:3px 0 0 0;
	padding:0px;
	color:#888888;
	font-weight:300;
}

p.cart-orderprice {
	width:100%;
	font-size:16px;
	margin:0px;
	padding:0px;
	color:#dd0000;
}

p.quantity-box {
	text-align: center;
	width:90px;
	height:38px;
	border:1px solid #dddddd;
}

p.quantity-box i {
	padding:4px;
	font-size:11px;
	vertical-align:0px;
	color:#bbbbbb;
	cursor:pointer;
}

p.quantity-box input.quantity {
	width:40px;
	height:36px;
	border:0px;
	background-color:#ffffff;
	text-align: center;
	font-size:14px;
}

p.amount span.quantity {
	border:0px;
	width: inherit;
	font-size:14px;
	color:#dd0000;
	background-color:#ffffff;
}

p.amount span.total_price {
	border:0px;
	width: inherit;
	font-size:20px;
	color:#dd0000;
	margin-left:10px;
	background-color:#ffffff;
}

p.amount button {
	padding:16px;
	vertical-align: 2px;
	font-size:14px;
	margin-left:20px;
	background-color:#dd0000;
	border:0px;
	color:#ffffff;
}

.cartframe {
	background-color:#f4f4f4;
}

.cartframe {
	display:flex;
	width:200px;
	height:200px;
	background-color:#f4f4f4;
	align-items: center;
	justify-content: center;
}

.cart-thumbnail {
	display:flex;
	width:200px;
	height:200px;
	background-color:#ffffff;
	align-items: center;
	justify-content: center;
}

.cartframe table {
	border-collapse: collapse;
	margin:0px auto;
	border-spacing: 0px;
	padding:0px;
}

.cartframe table.frametable tbody tr {
	border:0px;
}

.cartframe .mulasec_space table tbody tr td {
	padding:0px;
}








