/home/mjc1/public_html/html/m/customeroffice2.php


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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
<? include("./include/header.php"); ?>
    </div>

<div class="office_title" style="margin-top:50px;">
    <img src="./images/customeroffice/office_title.png" alt="제휴사 타이틀" style="max-width:100%;border-bottom:5px solid #7d7d7d;">
</div>

<div class="company">
    <div>
        <table border="0" cellpadding="0" cellspacing="0" align="center" style="margin:0 auto;">
                        
        <? 
            
for($i=0;$i<273;$i++){                
        
?>
        <? if($i%== ){ ?>
                        
                        
            <tr>
        <? ?>
                <td align="center">
                    <img src="http://mjsoft.co/html/millennium/img/product/company/<?=$i?>.gif" alt="로고" width="100%">
                </td>

        <? if($i%== 3){ ?>
                        
            </tr>

        <? } } ?>
        </table>
    </div>

    <p class="dotLine"></p>

    <style>
    .dotLine{width: 100%;
        height: 1px;
        margin: 30px 0 10px;
        background: url('http://mjsoft.co/html/millennium/img/common/product_dotline.jpg') repeat-x;}
    .clientCompany {
        max-width: 100%;
        border: 1px solid #e5e5e5;
        border-right: none;
        border-bottom: none;}
    .clientCompany th {
        text-align: center;
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;}

    .clientCompany td {
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }
    .clientCompany th img{padding:5px;}
    .clientCompany2{margin:0 auto;text-align:center;}
    .clientCompany2 li h3{margin:0 0 10px}

    .clientCompany2 li{padding:20px 0;}
    </style>

    <!-- 취급업체 -->
    <table class="clientCompany">
        <caption><img src="http://mjsoft.co/html/millennium/img/product/pda/tab3_title01.jpg" alt="업종별 주요납품처" style="padding:20px 0"></caption>

        <!-- 1. 도소매유통 -->
        <tr> 
            <th><img src="http://mjsoft.co/html/millennium/img/product/pda/tab3_01_title.jpg" alt="도소매유통업" width="50%"></th>
            <td><img src="./images/customeroffice/tab3_01.png" alt="고객사 목록" width="100%"></td>
        </tr>


        <!-- 스마트폰 -->
        <tr> 
            <th><img src="http://mjsoft.co/html/millennium/img/product/pda/tabnew_1_title.jpg" alt="스마트폰" width="60%"></th>
            <td><img src="./images/customeroffice/tabnew_1.jpg" alt="고객사 목록" width="100%"></td>
        </tr>

        <!-- pda -->
        <tr> 
            <th><img src="http://mjsoft.co/html/millennium/img/product/pda/tabnew_2_title.jpg" alt="pda" width="60%"></th>
            <td><img src="./images/customeroffice/tabnew_2.jpg" alt="고객사 목록" width="100%"></td>
        </tr>


        <!-- 생산 -->
        <tr> 
            <th><img src="http://mjsoft.co/html/millennium/img/product/pda/tabnew_3_title.jpg" alt="생산" width="60%"></th>
            <td><img src="./images/customeroffice/tabnew_3.jpg" alt="고객사 목록" width="100%"></td>
        </tr>

        <!-- 2. 애견사료/애견용품 -->
        <tr> 
            <th><img src="http://mjsoft.co/html/millennium/img/product/pda/tab3_02_title.jpg" alt="애견사료/애견용품" width="60%"></th>
            <td><img src="./images/customeroffice/tab3_02.jpg" alt="고객사 목록" width="100%"></td>
        </tr>

        <!-- 3. 콩음료 -->
        <tr> 
            <th><img src="http://mjsoft.co/html/millennium/img/product/pda/tab3_03_title.jpg" alt="콩음료" width="50%"></th>
            <td><img src="./images/customeroffice/tab3_03.jpg" alt="고객사 목록" width="100%"></td>
        </tr>

        <!-- 4. 유제품(치즈,아이스크림) -->
        <tr> 
            <th><img src="http://mjsoft.co/html/millennium/img/product/pda/tab3_04_title.jpg" alt="유제품(치즈,아이스크림)" width="80%"></th>
            <td><img src="./images/customeroffice/tab3_04.jpg" alt="고객사 목록" width="100%"></td>
        </tr>

        <!-- 5. 식품유통판매업 -->
        <tr> 
            <th><img src="http://mjsoft.co/html/millennium/img/product/pda/tab3_05_title.jpg" alt="식품유통판매업" width="80%"></th>
            <td><img src="./images/customeroffice/tab3_05.jpg" alt="고객사 목록" width="100%"></td>
        </tr>

        <!-- 6. 슈퍼납품업 -->
        <tr> 
            <th><img src="http://mjsoft.co/html/millennium/img/product/pda/tab3_06_title.jpg" alt="슈퍼납품업" width="80%"></th>
            <td><img src="./images/customeroffice/tab3_06.jpg" alt="고객사 목록" width="100%"></td>
        </tr>

        <!-- 7. 식자재납품업 -->
        <tr> 
            <th><img src="http://mjsoft.co/html/millennium/img/product/pda/tab3_07_title.jpg" alt="식자재납품업" width="50%"></th>
            <td><img src="./images/customeroffice/tab3_07.jpg" alt="고객사 목록" width="100%"></td>
        </tr>

        <!-- 8. 가공식품 -->
        <tr> 
            <th><img src="http://mjsoft.co/html/millennium/img/product/pda/tab3_08_title.jpg" alt="가공식품" width="70%"></th>
            <td><img src="./images/customeroffice/tab3_08.jpg" alt="고객사 목록" width="100%"></td>
        </tr>

        <!-- 9. 음료/주류 -->
        <tr> 
            <th><img src="http://mjsoft.co/html/millennium/img/product/pda/tab3_09_title.jpg" alt="음료/주류" width="70%"></th>
            <td><img src="./images/customeroffice/tab3_09.jpg" alt="고객사 목록" width="100%"></td>
        </tr>

        <!-- 10. 생활용품 -->
        <tr> 
            <th><img src="http://mjsoft.co/html/millennium/img/product/pda/tab3_10_title.jpg" alt="생활용품" width="70%"></th>
            <td><img src="./images/customeroffice/tab3_10.jpg" alt="고객사 목록" width="100%"></td>
        </tr>

        <!-- 11. 의류잡화 -->
        <tr> 
            <th><img src="http://mjsoft.co/html/millennium/img/product/pda/tab3_11_title.jpg" alt="의류잡화" width="70%"></th>
            <td><img src="./images/customeroffice/tab3_11.jpg" alt="고객사 목록" width="100%"></td>
        </tr>

        <!-- 12. 휠터 -->
        <tr> 
            <th><img src="http://mjsoft.co/html/millennium/img/product/pda/tab3_12_title.jpg" alt="휠터" width="35%"></th>
            <td><img src="./images/customeroffice/tab3_12.jpg" alt="고객사 목록" width="100%"></td>
        </tr>

        <!-- 13. 자동차부품 -->
        <tr> 
            <th><img src="http://mjsoft.co/html/millennium/img/product/pda/tab3_13_title.jpg" alt="자동차부품" width="80%"></th>
            <td><img src="./images/customeroffice/tab3_13.jpg" alt="고객사 목록" width="100%"></td>
        </tr>

        <!-- 14. 농수축산 -->
        <tr> 
            <th><img src="http://mjsoft.co/html/millennium/img/product/pda/tab3_14_title.jpg" alt="농수축산" width="70%"></th>
            <td><img src="./images/customeroffice/tab3_14.jpg" alt="고객사 목록" width="100%"></td>
        </tr>

        <!-- 15. 윤활류 -->
        <tr> 
            <th><img src="http://mjsoft.co/html/millennium/img/product/pda/tab3_15_title.jpg" alt="윤활류" width="50%"></th>
            <td><img src="./images/customeroffice/tab3_15.jpg" alt="고객사 목록" width="100%"></td>
        </tr>

        <!-- 16. 문구,완구 -->
        <tr> 
            <th><img src="http://mjsoft.co/html/millennium/img/product/pda/tab3_16_title.jpg" alt="문구,완구" width="70%"></th>
            <td><img src="./images/customeroffice/tab3_16.jpg" alt="고객사 목록" width="100%"></td>
        </tr>

        <!-- 17. 낚시용품 -->
        <tr> 
            <th><img src="http://mjsoft.co/html/millennium/img/product/pda/tab3_17_title.jpg" alt="낚시용품" width="70%"></th>
            <td><img src="./images/customeroffice/tab3_17.jpg" alt="고객사 목록" width="100%"></td>
        </tr>

        <!-- 18. 공구철물업 -->
        <tr> 
            <th><img src="http://mjsoft.co/html/millennium/img/product/pda/tab3_18_title.jpg" alt="공구철물업" width="80%"></th>
            <td><img src="./images/customeroffice/tab3_18.jpg" alt="고객사 목록" width="100%"></td>
        </tr>

        <!-- 19. 기타업종 -->
        <tr> 
            <th><img src="http://mjsoft.co/html/millennium/img/product/pda/tab3_19_title.jpg" alt="기타업종" width="70%"></th>
            <td><img src="./images/customeroffice/tab3_19.jpg" alt="고객사 목록" width="100%"></td>
        </tr>
    </table>

    <p class="dotLine"></p>

    <!-- 취급업체 -->
    <div class="clientCompany2">
        <ul>
            <li>
                <h3><img src="http://mjsoft.co/html/millennium/img/product/pda/tab3_title03.jpg" alt="업종별분포도"></h3>
                <img src="http://mjsoft.co/html/millennium/img/product/pda/graph_01.jpg" alt="그래프"/>
            </li>
            <li class="last">
                <h3><img src="http://mjsoft.co/html/millennium/img/product/pda/tab3_title04.jpg" alt="지역별분포도"></h3>
                <img src="http://mjsoft.co/html/millennium/img/product/pda/graph_02.jpg" alt="그래프"/>
            </li>
        <ul>
    </div>
</div>

<? include("./include/footer.php"); ?>




<script>
//탭메뉴
var slideIndex = 1;
showSlides(slideIndex);

function plusSlides(n) {
  showSlides(slideIndex += n);
}

function currentSlide(n) {
  showSlides(slideIndex = n);
}

function showSlides(n) {
  var i;
  var slides = document.getElementsByClassName("company");
  var dots = document.getElementsByClassName("demo");
  var captionText = document.getElementById("caption");
  if (n > slides.length) {slideIndex = 1}
  if (n < 1) {slideIndex = slides.length}
  for (i = 0; i < slides.length; i++) {
      slides[i].style.display = "none";
  }
  for (i = 0; i < dots.length; i++) {
      dots[i].className = dots[i].className.replace(" active", "");
  }
  slides[slideIndex-1].style.display = "block";
  dots[slideIndex-1].className += " active";
  captionText.innerHTML = dots[slideIndex-1].alt;
}


//모달박스
function openModal() {
  document.getElementById('myModal').style.display = "block";
}

function closeModal() {
  document.getElementById('myModal').style.display = "none";
}

var slideIndex = 1;
showSlides(slideIndex);

function plusSlides(n) {
  showSlides(slideIndex += n);
}

function currentSlide(n) {
  showSlides(slideIndex = n);
}

function showSlides(n) {
  var i;
  var slides = document.getElementsByClassName("mySlides");
  var dots = document.getElementsByClassName("demo");
  var captionText = document.getElementById("caption");
  if (n > slides.length) {slideIndex = 1}
  if (n < 1) {slideIndex = slides.length}
  for (i = 0; i < slides.length; i++) {
      slides[i].style.display = "none";
  }
  for (i = 0; i < dots.length; i++) {
      dots[i].className = dots[i].className.replace(" active", "");
  }
  slides[slideIndex-1].style.display = "block";
  dots[slideIndex-1].className += " active";
  captionText.innerHTML = dots[slideIndex-1].alt;
}


</script>