1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
<!-- 1줄에2개 시작 --> <li class="relative float_l mb20 mr20 gray_line2" style="width:590px;"><!-- (1200px - 20px) / 2 --> <div class="block float_l pr10"><a><img src="http://shop.mjsoft.co/j3/hjwcs3/data/product/40/40_pic1_285_285" style="width:180px;height:180px;" alt="상품이미지"></a></div>
<div class="sct_icon"></div> <div class="mt10"><a href="" class="title custom3 txt14 align_j">상품명을 길게 입력하면 어떻게 될지 테스트 중입니다.</a></div> <div class="mt10"><a href="" class="gray2 txt13 align_j">상품설명자리인데, 길어지면 어떻하지?!</a></div> <div class="absolute ab_btm10_right10 cost"> <a href=""><strike class="gray bold">21,900</strike> <em class="cost2 custom2">15,400</em><span class="custom2">원</span></a> </div> </li> <li class="relative float_l mb20 gray_line2" style="width:590px;"> <div class="block float_l pr10"><a><img src="http://shop.mjsoft.co/j3/hjwcs3/data/product/40/40_pic1_285_285" style="width:180px;height:180px;" alt="상품이미지"></a></div>
<div class="sct_icon"></div> <div class="mt10"><a href="" class="title custom3 txt14 align_j">상품명을 길게 입력하면 어떻게 될지 테스트 중입니다.</a></div> <div class="mt10"><a href="" class="gray2 txt13 align_j">상품설명자리인데, 길어지면 어떻하지?!</a></div> <div class="absolute ab_btm10_right10 cost"> <a href=""><strike class="gray bold">21,900</strike> <em class="cost2 custom2">15,400</em><span class="custom2">원</span></a> </div> </li> <!--1줄에2개 끝-->
<!--1줄에1개 시작 --> <li class="relative float_l mb20 gray_line2" style="width:1200px;"> <div class="block float_l pr10"><a><img src="http://shop.mjsoft.co/j3/hjwcs3/data/product/40/40_pic1_285_285" style="width:180px;height:180px;" alt="상품이미지"></a></div>
<div class="sct_icon"></div> <div class="mt10"><a href="" class="title custom3 txt14 align_j">상품명을 길게 입력하면 어떻게 될지 테스트 중입니다.</a></div> <div class="mt10"><a href="" class="gray2 txt13 align_j">상품설명자리인데, 길어지면 어떻하지?!</a></div> <div class="absolute ab_btm10_right10 cost"> <a href=""><strike class="gray bold">21,900</strike> <em class="cost2 custom2">15,400</em><span class="custom2">원</span></a> </div> </li> <!--1줄에1개 끝-->
|