		@font-face {
			font-family:'NotoSansCJKkr-Regular';
			src: local(※), url('/includes/fonts/NotoSansCJKkr-Regular.woff') format('woff'), url('/includes/fonts/NotoSansCJKkr-Regular.woff2') format('woff');
			font-weight: normal;
			font-style: normal;
		}

		/*장바구니*/
		div.cart {display:none; width:767px; border:solid 2px #f5bcbc; font-family:'NotoSansCJKkr-Regular'; 
			position:fixed; bottom:0; left:50%; margin-left:-278px; background:#f6f6f6; z-index:6; 
		}
		div.cart span.cart_title {display:inline-block; padding:0 20px 0 45px; height:38px; line-height:38px;
			position:absolute; top:-40px; left:-2px; border-radius:9px 9px 0 0; 
			 background:url(/html/images/order/icon_cart.png) no-repeat 15px center #ec7878; color:#ffffff; font-size:18px; 
		}

		div.cart .col1 {float:left;width:500px;  height:100%; }
		div.cart .col1 table {border-collapse:collapse; width:100%;}
		div.cart .col1 table tr td {border-bottom:solid 1px #dddddd; }

		div.cart .col1 table td {font-size:16px; color:#424242; font-family:'NotoSansCJKkr-Regular'; padding:8px 10px;}
		div.cart .col1 table td.amount {color:#ff0000; font-size:18px; text-align:right; }
		div.cart .col1 table td span.em_color {color:#53be2e;}

		div.cart .col1 table td span.label {display:inline-block; background:#a1a1a1; color:#ffffff; border-radius:5px; 
			font-size:12px; padding:2px 10px; vertical-align:middle;margin-right:10px; cursor:default; 
		}		
		div.cart .col2 {float:right;width:260px; background:#fcf2f2; }
		div.cart .col2 dl {padding:20px 10px; color:#ff0000; }
		div.cart .col2 dl dt {margin-bottom:20px; padding-left:5px; }
		div.cart .col2 dl dt span {display:inline-block; font-size:16px; width:35%; vertical-align:middle;  letter-spacing:-0.5px}
		div.cart .col2 dl dt span.em {font-size:25px; text-align:right; width:65%; }
		
		div.cart .col2 dl dd {text-align:center; }
		div.cart .col2 dl dd span {display:inline-block; font-size:16px; color:#ffffff; height:40px; line-height:40px; background:#9f9f9f; 
			padding:0 25px;margin-left:6px; cursor:pointer; 
		}
		div.cart .col2 dl dd span.bt_order {background:#424242; }
