diff --git a/css/default_shop.css b/css/default_shop.css
index e9422506f..06691e28d 100644
--- a/css/default_shop.css
+++ b/css/default_shop.css
@@ -572,7 +572,6 @@ input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important
/* 장바구니 */
#sod_bsk {}
-#sod_bsk_act {text-align:center}
.sod_bsk_img {width:90px;text-align:center}
.sod_bsk_itopt {padding:3px;border:1px solid #e9e9e9;background:#f5f6fa}
@@ -581,8 +580,14 @@ input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important
.sod_bsk_tot span {display:inline-block;width:64%;text-align:right}
.sod_bsk_tot strong {display:inline-block;width:35%;text-align:right}
+#sod_bsk_act {text-align:center}
#sod_bsk_act p {margin:0 0 10px}
+/* 위시리스트 */
+#sod_ws {}
+.sod_ws_img {width:90px;text-align:center}
+#sod_ws_act {text-align:center}
+
/* 주문내역 */
#sod_v .basic_tbl {text-align:center}
diff --git a/shop/wishlist.php b/shop/wishlist.php
index e51e79ec9..c81f6da5a 100644
--- a/shop/wishlist.php
+++ b/shop/wishlist.php
@@ -8,85 +8,89 @@ $g4['title'] = "보관함";
include_once('./_head.php');
?>
-
+