@charset "utf-8";

h4.sub_title {padding:30px 0 10px 0; text-align:left;font-size:18px; font-weight:700;}

/* 장바구니, 주문 */
.mytb_st th{border-bottom:1px solid #c4c4c4; height:40px;  color:#505050; font-size:13px; font-weight:700;line-height:18px;font-size:16px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%);
}
.mytb_st th:first-child, .mytb_st td:first-child{border-left:none;}
.mytb_st td{text-align:right;position:relative;}
.mytb_st .pd25{padding:25px;}
.mytb_st td.ico_plus:after{content:"+";position:absolute;top:23px;right:-15px;border:1px solid #e5e5e5;padding: 5px 8px;text-align:center;font-size:20px;font-weight:bold;color:#333;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%);
}
.mytb_st td.ico_minus:after{content:"-";position:absolute;top:23px;right:-15px;border:1px solid #e5e5e5;padding: 5px 8px;text-align:center;font-size:20px;font-weight:bold;color:#333;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%);
}
.mytb_st td.ico_total:after{content:"=";position:absolute;top:23px;right:-15px;border:1px solid #e5e5e5;padding: 5px 8px;text-align:center;font-size:20px;font-weight:bold;color:#333;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%);
}
.mytb_st td span{font-size:26px;margin-right:5px;color:#333;font-weight:700;}
.mytb_st td span.cl_pri{color:#f2543c;}
.mytb_st .cartempty{padding:50px; text-align:center;}
