/home/mjc1/public_html/html/ezpos/html/company/companychart.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
<? include("../common/sub_header.php"); ?>

    <div class="wrap">

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

            <div class="subContents">
                <h1>
                    <img src="../../images/titlebar/company_chart.png" alt="Á¶Á÷µµ">
                    <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="mapTop">
                        <p class="chartTopText">»õ·Î¿î IT¼¼»óÀ» ¿­¾î°¡´Â <span class="blue2">õ³âÆ÷½º</span>
                        </p>
                        <div class="chartInfo">
                            <ul>
                                <li class="chartInfoTitle">ȸ»ç¸í</li>
                                <li class="chartInfoText">õ³âÆ÷½º</li>
                            </ul>
                            <ul>
                                <li class="chartInfoTitle">´ëÇ¥ÀÚ</li>
                                <li class="chartInfoText">Á¤ ÀÏ ¿µ</li>
                            </ul>
                            <ul>
                                <li class="chartInfoTitle">¼­¿ï»ç¾÷¼Ò</li>
                                <li class="chartInfoText">¼­¿ïƯº°½Ã ¼ÛÆÄ±¸ Áß´ë·Î 105(°¡¶ôµ¿, °¡¶ô¾ÆÀÌÆ¼Å¸¿ö 1004È£)</li>
                            </ul>
                            <ul>
                                <li class="chartInfoTitle">´ë±¸»ç¾÷¼Ò</li>
                                <li class="chartInfoText">´ë±¸±¤¿ª½Ã ¼ö¼º±¸ µé¾È·Î 392(¹ü¾îµ¿, ¹ÌÁøºôµù 2Ãþ)</li>
                            </ul>
                        </div><!-- //chartInfo -->
                    </div><!-- //mapTop -->

                    <!-- À̹ÌÁö -->
                    <div>
                        <p class="chartTitle">Á¶Á÷±¸¼ºµµ</p>
                        <p class="chartImg1"><span class="screen_out">Á¶Á÷µµ À̹ÌÁö</span></p>
                    </div>

                    <div>
                        <p class="chartTitle">»ç¾÷Àå ±¸¼º</p>
                        <p class="chartImg2"><span class="screen_out">Á¶Á÷µµ À̹ÌÁö</span></p>
                    </div>
                    <!-- À̹ÌÁö ³¡ -->


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

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