diff --git a/shop/index.php b/shop/index.php index 12356a4ed..0112e20d2 100644 --- a/shop/index.php +++ b/shop/index.php @@ -12,9 +12,7 @@ include_once(G5_SHOP_PATH.'/shop.head.php'); ?> -
- -
+ diff --git a/skin/shop/basic/style.css b/skin/shop/basic/style.css index b197f5d07..e0c33c972 100644 --- a/skin/shop/basic/style.css +++ b/skin/shop/basic/style.css @@ -58,7 +58,7 @@ .sbn li {margin:0 0 1px} .sbn .sbn_border {border:1px solid #d5d5d5} /* 인덱스 배너도 함께 사용 */ -#sbn_idx {position:relative} +#sbn_idx {position:relative;margin:0 0 30px} #sbn_idx .sbn_btn {z-index:100;position:absolute;top:50%} #sbn_idx .sbn_btn button {position:relative;top:-35px;margin:0;padding:0;width:70px;height:70px;border:0;background:transparent;overflow:hidden} #sbn_idx .sbn_btn span {display:block;width:100%;height:100%;background:url('img/sbn_btn.png')}