diff --git a/skin/shop/basic/relation.skin.php b/skin/shop/basic/relation.skin.php
deleted file mode 100644
index 3f9a881a3..000000000
--- a/skin/shop/basic/relation.skin.php
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
-
-
-list_mod >= 2) { // 1줄 이미지 : 2개 이상
- if ($i%$this->list_mod == 0) $sct_last = ' sct_last'; // 줄 마지막
- else if ($i%$this->list_mod == 1) $sct_last = ' sct_clear'; // 줄 첫번째
- else $sct_last = '';
- } else { // 1줄 이미지 : 1개
- $sct_last = ' sct_clear';
- }
-
- if ($i == 1) {
- if ($this->css) {
- echo "
css}\">\n";
- } else {
- echo "\n";
- }
- }
-
- echo "- img_width}px\">\n";
-
- if ($this->href) {
- echo "href}{$row['it_id']}\" class=\"sct_a\">\n";
- }
-
- if ($this->view_it_img) {
- echo "".get_it_image($row['it_id'], $this->img_width, $this->img_height)."\n";
- }
-
- if ($this->view_it_id) {
- echo "".stripslashes($row['it_id'])."\n";
- }
-
- if ($this->view_it_name) {
- echo "".stripslashes($row['it_name'])."\n";
- }
-
- if ($this->view_it_cust_price) {
- echo "".display_price($row['it_cust_price'])."\n";
- }
-
- if ($this->view_it_price) {
- echo "".display_price(get_price($row), $row['it_tel_inq'])."\n";
- }
-
- if ($this->view_it_icon) {
- echo "".item_icon($row)."\n";
- }
-
- if ($this->href) {
- echo "\n";
- }
-
- if ($this->view_sns) {
- echo "
";
- echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_URL.'/img/sns_fb.png');
- echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_URL.'/img/sns_twt.png');
- echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_URL.'/img/sns_goo.png');
- echo "
\n";
- }
-
- echo " \n";
-}
-
-if ($i > 1) echo "
\n";
-
-if($i == 1) echo "등록된 상품이 없습니다.
\n";
-?>
-
\ No newline at end of file