diff --git a/css/default_shop.css b/css/default_shop.css index 3a8ce38d0..01fdf9759 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -178,7 +178,8 @@ a:active {color:#000;text-decoration:underline} .sidx_it_10 .sidx_it_sns {position:absolute;top:190px;right:20px} /* 공지사항 및 커뮤니티 새글 */ -#sidx_lat {} +#sidx_lat {padding:15px 0 0;border-top:1px solid #ddd} +#sidx_lat h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} /* 배너 인덱스 출력 */ #sbn_idx {} diff --git a/skin/latest/shop_basic/style.css b/skin/latest/shop_basic/style.css index df43b1da1..37733b28d 100644 --- a/skin/latest/shop_basic/style.css +++ b/skin/latest/shop_basic/style.css @@ -1,5 +1,5 @@ /* 새글 스킨 (latest) */ -.lat {position:relative;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #ddd} +.lat {position:relative;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #f0f0f0} .lat ul {margin:0 0 10px;padding:0;list-style:none} .lat li {padding:3px 0} .lat_title {display:block;padding:10px 0 8px}