/home/mjc1/public_html/html/millennium/sms_main.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
<?php include_once("./_common2.php"); ?>
<? 
include("./Page/common/header.php"); ?>

    <div class="wrap">

        <div class="contents">
            <div class="asideMenu">
                <? include("./Page/product/leftNavi_sms.html"); ?>
            </div><!-- //leftNavi -->

            <div class="subContents">
                <h1>
                    <img src="./img/titlebar/sms.jpg">
                    <p>
                        <span class="home"><a href="intro.php">Home</a></span>
                        <span class="depth">></span>
                        <span class="depth1">Á¦Ç°¼Ò°³</span>
                        <span class="depth">></span>
                        <span class="depth2">¹®ÀÚÀü¼Û°ü¸®</span>
                    </p>
                </h1>

                <div class="section">
                    <div class="SMSmain">
                        <h3>¹®ÀÚ·Î(°í°´/ȸ¿ø ´ë·®¹®ÀÚÀü¼Û)</h3>
                        <div class="MobileTopMid">
                            <img src="./img/product/sms.jpg" border="0" usemap="#download" alt="¹®Àڷο͠ÇÔ²²Çϼ¼¿ä.">    
                                <map name="download" id="download">
                                    <area shape="rect" onfocus="blur()" coords="0,150,120,200" href="../../download/mjmunjaro.exe"/>
                                </map>
                        </div>
                        <div class="MobileTopBottom"></div>
                    </div><!-- //productTop -->

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

                    <div class="Effect">
                        <h3><img src="./img/product/pda_main_good.jpg" alt=""></h3>
                        <div class="effectLeft">
                            <img src="./img/product/sms_main_good_l.jpg" alt="">
                        </div>
                        <div class="effectRight">
                            <img src="./img/product/sms_main_good_r.jpg" alt="">
                        </div>
                    </div><!-- //Effect -->

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


                    <!-- 1¹øÂ° ÅÇ (Á¦Ç°¼Ò°³) -->
                    <div class="tabContents" id='premier1'>
                        <h4>ÁÖ¿äÈ­¸é ¹Ì¸®º¸±â</h4>

                        <? include("./Page/product/product_slide_sms.php"); ?>
                    </div><!-- //1¹øÅÇ -->

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

                    <!-- 2¹øÂ° ÅÇ (ÁÖ¿ä±â´É) -->
                    <div class="tabContents" id='premier7'>
                        <h4>¼­ºñ½º ¿ä±Ý</h4>

                        <div>
                        <table class="serviceFee">
                            <tr>
                                <th>ºÎ°¡¼­ºñ½º</th>
                                <th>Â÷°¨Æ÷ÀÎÆ®</th>
                                <th>Àü¼Û¹æ½Ä</th>
                                <th>ÃæÀü¹æ½Ä</th>
                            </tr>
                            
                            <tr height="30">
                                <td class="sms">¹®ÀÚÀü¼Û</td>
                                <td>20~30¿ø/ÃæÀü·®</td>
                                <td>ÇÚµåÆùSMS</td>
                                <td>º°µµÃæÀüÇÊ¿ä</td>
                            </tr>
                        </table>

                        <p class="serviceFeeText"><b>¡Ø ¸ÕÀú Æ÷ÀÎÆ®¸¦ ÃæÀüÇÑ ÈÄ »ç¿ë°¡´É ÇÕ´Ï´Ù.</b></p>
                        <p class="serviceFeeTel"><img src="./img/product/tel.jpg" alt="¼­ºñ½º ¿ä±Ý"></p>
                        </div>
                    </div><!-- //2¹øÅÇ -->


                </div><!-- //section -->


            </div><!-- //subContents -->

        </div><!-- //contents -->
    </div><!-- //wrap -->

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