/home/mjc1/public_html/html/millennium/hwmodal.inc.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

<?php 
//24.06.18 ³²»óº¹ ¼öÁ¤, È«Àç¿ø ÆÀÀå ¿äû
//ȨÆäÀÌÁö ¸ÞÀÎÈ­¸é Çϵå¿þ¾î ¿µ¿ª À̹ÌÁö ¹öư Å¬¸¯½Ã ÇØ´ç Á¦Ç°¼³¸í ÆË¾÷â ¶ç¿ò
?>
<style>
#hw_modal_wrap{position: fixed;left: 0px;top: 0px;width: 100%;height: 100%;z-index: 999;}
#hw_modal{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);height: 740px;overflow: hidden;border: 3px solid #343434;background-color: #343434;}
/* #hw_modal ul{overflow: auto;height: calc(100% - 60px);} */
.hw_modal_contents{overflow: auto;height: calc(100% - 60px);background-color: #fff;}
.hw_modal_contents::-webkit-scrollbar{width: 10px;}
.hw_modal_contents::-webkit-scrollbar-thumb{background-color: #C6C6C6;border-radius: 0px;}
.hw_modal_contents::-webkit-scrollbar-track{background-color: #eee;}

.hw_modal_header{width: 100%;height: 60px;background-color: #0166b6;color: #fff;text-align: center;line-height: 60px;font-size: 20px;font-weight: bold;}
.hw_close_btn{text-align: center;width: 60px;box-sizing: border-box;height: 60px;padding: 5px;font-size: 24px;font-weight: bold;color: #fff;line-height: 45px;cursor: pointer;position: absolute;right: 0px;top: 0px;}
.hw_close_btn img{width: 30px;}

.hwSpec {border-top: 1px solid #bbbbbb;font-size: 12px;}

.hwSpec thead th:first-of-type {
    border-right: 1px solid #d6d6d6;
}
.hwSpec thead th {
    height: 35px;
    color: #555;
    line-height: 35px;
    font-weight: 600;
    text-align: center;
    background: #f8f8f8;
    border-bottom: 1px solid #d6d6d6;
}
.hwSpec tbody th {
    width: 150px;
    height: 35px;
    color: #575757;
    line-height: 35px;
    font-weight: 600;
    padding-left: 20px;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}
.hwSpec tbody td {
    width: 330px;
    height: 35px;
    line-height: 35px;
    padding-left: 20px;
    border-bottom: 1px solid #d6d6d6;
}
.hwSetBottom{
    float: right;
    margin-top: 10px;
    color: #1c62a0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    margin-right: 20px;
}

.hw_modal_footer{padding: 0px 16px 30px;}
</style>

<div id="hw_modal_wrap" style="display: none;">
    <div id="hw_modal">
        <div class="hw_modal_header">
            Ãµ³â°æ¿µ HardWare
            <div class="hw_close_btn"><img src="./images/n_intro/240618/hwclose.png" alt="´Ý±â"></div>
        </div>
        <div class="hw_modal_contents">
            <ul>
                <li id="hw_dialog" data-hw="01" title="PDA ¿µ¾÷°ü¸® »ó¼¼º¸±â">
                    <img src="http://mjsoft.co/html/millennium/img/hw/product_xpda_a.png">
                    <div class="hwSpecification">
                        <table class="hwSpec" style="margin-bottom:50px;">
                            <tbody>
                                <tr>
                                    <th scope="row" style="background:#f8f8f8;">¾÷¹«¿ëµµ</th>
                                    <td>ÁÖ¹®.Ãâ°í.»óÂ÷.³³Ç°.Àç°í.½ºÄµ.°Ë¼ö.°áÁ¦.¿µ¼öÁõ</td>
                                </tr>
                                <tr>
                                    <th scope="row" style="background:#f8f8f8;">Á¦Ç°±¸¼º</th>
                                    <td>XPDA-A º»Ã¼(¹èÅ͸®Æ÷ÇÔ).µ¥ÀÌÅÍÄÉÀ̺í. ÃæÀü±â</td>
                                </tr>
                                <tr>
                                    <th scope="row" style="background:#f8f8f8;">Ãß°¡¿É¼Ç</th>
                                    <td>±âº»½ºÄ³³Ê -> °í¼º´É½ºÄ³³Ê º¯°æ</td>
                                </tr>
                            </tbody>
                        </table>
                    </div>
                </li>
                <li id="hw_dialog3" data-hw="02" title="POS Àåºñ »ó¼¼º¸±â">
                    <img src="http://mjsoft.co/html/millennium/img/hw/product_pos3-1.png" alt="APEXA¢çG">
                    <div class="hwSpecification">
                        <table class="hwSpec">
                            <thead>
                                <tr>
                                    <th scope="col">±¸ ºÐ</th>
                                    <th scope="col">±Ô °Ý</th>
                                </tr>
                            </thead>
                            <tbody>
                                <tr>
                                    <th scope="row">Å© ±â</th>
                                    <td>364 x 333 x 210 (mm)</td>
                                </tr>
                                <tr>
                                    <th scope="row">µð½ºÇ÷¹ÀÌ</th>
                                    <td>15" TFT LED Backlight</td>
                                </tr>
                                <tr>
                                    <th scope="row">ÅÍÄ¡½ºÅ©¸°</th>
                                    <td>Project Capacitive Touch</td>
                                </tr>
                                <tr>
                                    <th scope="row">ÇØ»óµµ</th>
                                    <td>1024 x 768 resolution</td>
                                </tr>
                                <tr>
                                    <th scope="row">Áö¿øOS</th>
                                    <td>Windows 7, Windows 8.1, POS Ready 7, Windows 10</td>
                                </tr>
                                <tr>
                                    <th scope="row">»ö»ó</th>
                                    <td>Dark Grey, White</td>
                                </tr>
                            </tbody>
                        </table>
                        <span class="hwSetBottom" style="margin-bottom:50px;">¡Ø »ç¾çÀº »çÀü Å뺸 ¾øÀÌ º¯°æµÉ ¼ö ÀÖ½À´Ï´Ù.</span>
                    </div>
                </li>
                <li id="hw_dialog1" data-hw="03" title="¿µ¼öÁõ ÇÁ¸°Æ® »ó¼¼º¸±â">
                    <img src="http://mjsoft.co/html/millennium/img/hw/product_smart1-1.png">
                    <div class="hwSpecification">
                        <table class="hwSpec" style="margin-bottom:50px;">
                            <tbody>
                                <tr>
                                    <th scope="row" style="background:#f8f8f8;">¾÷¹«¿ëµµ</th>
                                    <td>½º¸¶Æ®ÆùÀ¸·Î ¿µ¼öÁõÃâ·Â(ºí·çÅõ½º ¹æ½Ä)</td>
                                </tr>
                                <tr>
                                    <th scope="row" style="background:#f8f8f8;">Á¦Ç°±¸¼º</th>
                                    <td>WSP-R241 º»Ã¼. ÃæÀü±â</td>
                                </tr>
                            </tbody>
                        </table>
                    </div>                
                </li>
                <li id="hw_dialog1" data-hw="04" title="¿µ¼öÁõ ÇÁ¸°Æ® »ó¼¼º¸±â">
                    <img src="http://mjsoft.co/html/millennium/img/hw/product_smart1-2.png">
                    <div class="hwSpecification">
                        <table class="hwSpec" style="margin-bottom:50px;">
                            <tbody>
                                <tr>
                                    <th scope="row" style="background:#f8f8f8;">¾÷¹«¿ëµµ</th>
                                    <td>½º¸¶Æ®ÆùÀ¸·Î »óǰ¹ÙÄڵ堰˻ö(ºí·çÅõ½º ¹æ½Ä)</td>
                                </tr>
                                <tr>
                                    <th scope="row" style="background:#f8f8f8;">Á¦Ç°±¸¼º</th>
                                    <td>½ºÄ³³Ê º»Ã¼. ÃæÀü±â</td>
                                </tr>
                            </tbody>
                        </table>
                    </div>
                </li>
                <li id="hw_dialog1" data-hw="05" title="¿µ¼öÁõ ÇÁ¸°Æ® »ó¼¼º¸±â">
                    <img src="http://mjsoft.co/html/millennium/img/hw/product_smart1-4.png" alt="Á¦Ç°ÆË¾÷â">
                    <div class="hwSpecification">
                        <table class="hwSpec" style="margin-bottom:50px;">
                            <tbody>
                                <tr>
                                    <th scope="row" style="background:#f8f8f8;">¾÷¹«¿ëµµ</th>
                                    <td>½º¸¶Æ®ÆùÀ¸·Î ¿µ¼öÁõÃâ·Â(ºí·çÅõ½º ¹æ½Ä)</td>
                                </tr>
                                <tr>
                                    <th scope="row" style="background:#f8f8f8;">Á¦Ç°±¸¼º</th>
                                    <td>º§Æ® Å¬¸³, ¹èÅ͸® ÆÑ, ÃæÀü±â<!--, USBÄÉÀ̺í--></td>
                                </tr>
                            </tbody>
                        </table>
                    </div>
                    
                </li>
                <li id="hw_dialog1" data-hw="06" title="¿µ¼öÁõ ÇÁ¸°Æ® »ó¼¼º¸±â">
                    <img src="http://mjsoft.co/html/millennium/img/hw/product_etc4-2.png" alt="Á¦Ç°ÆË¾÷â">
                    <div class="hwSpecification">
                        <table class="hwSpec" style="margin-bottom:50px;">
                            <tbody>
                                <tr>
                                    <th scope="row" style="background:#f8f8f8;">¾÷¹«¿ëµµ</th>
                                    <td>»óǰ¿¡ ºÎÂøÇϴ ¹ÙÄÚµå¶óº§ Ãâ·Â¿ë ÇÁ¸°ÅÍ</td>
                                </tr>
                                <tr>
                                    <th scope="row" style="background:#f8f8f8;">Á¦Ç°±¸¼º</th>
                                    <td>SLP-tx400 º»Ã¼. ½Ã¸®¾óÄÉÀ̺í. ¾Æ´äÅÍ. ¶óº§Áö ¿ÜºÎ°ÅÄ¡´ë</td>
                                </tr>
                            </tbody>
                        </table>
                    </div>
                </li>
            </ul>
            <div class="hw_modal_footer">
                <img src="https://mjsoft.co/html/millennium/img/hw/product_call.png" alt="ÇϴܺÎ">
            </div>
        </div>

        
    </div>
</div>