diff --git a/skin/shop/basic/relation.10.skin.php b/skin/shop/basic/relation.10.skin.php
index 1c94c2e6d..3592cb4e6 100644
--- a/skin/shop/basic/relation.10.skin.php
+++ b/skin/shop/basic/relation.10.skin.php
@@ -19,7 +19,7 @@ for ($i=1; $row=sql_fetch_array($result); $i++) {
if ($this->css) {
echo "
css}\">\n";
} else {
- echo "\n";
+ echo "\n";
}
}
diff --git a/skin/shop/basic/style.css b/skin/shop/basic/style.css
index 24c27b10c..92d622be4 100644
--- a/skin/shop/basic/style.css
+++ b/skin/shop/basic/style.css
@@ -147,4 +147,18 @@
.smt_50 .sct_cost strike {display:block;margin:0 0 5px;color:#999;font-weight:normal}
.smt_50 .sct_sns {}
+/* 관련상품 목록 스킨 10 */
+.scr_10 .sct_li {position:relative;float:left;margin:0 25px 15px 0}
+.scr_10 .sct_last {margin:0 0 15px !important}
+.scr_10 .sct_clear {clear:both}
+.scr_10 .sct_a {display:inline-block;position:relative;margin:0 0 5px;text-decoration:none}
+.scr_10 .sct_a:focus, .sct_10 .sct_a:hover {text-decoration:none}
+.scr_10 .sct_img {margin:0 0 10px}
+.scr_10 .sct_icon {margin:0 0 10px}
+.scr_10 .sct_id {display:block;margin:0 0 5px}
+.scr_10 .sct_basic {margin:0 0 10px}
+.scr_10 .sct_cost {display:block;margin:0 0 10px;font-weight:bold}
+.scr_10 .sct_cost strike {display:block;margin:0 0 5px;color:#999;font-weight:normal}
+.scr_10 .sct_sns {}
+
/* ##### main(nn).skin.php, list.(nn).skin..php 공통 적용 끝 ##### */
\ No newline at end of file