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

// ¸î¸íÀÌ ÀÌ ÆäÀÌÁö¿¡ µé¾î¿Ô´ÂÁö Ä«¿îÆÃ
if($_SERVER['REMOTE_ADDR']!='58.151.27.172' && $_SERVER['REMOTE_ADDR']!='115.138.35.2' && $_SESSION['promotion_cnt_flg'] != "1"){ // »ç³»ÀÇ ´ë±¸, ¼­¿ï ¾ÆÀÌÇǰ¡ ¾Æ´Ò °æ¿ì¿¡¸¸

    
$today date("Y-m-d"); // ¿À´Ã³¯Â¥
    
$time date("H");
    
$page basename($_SERVER['PHP_SELF']);
    if(
end(explode('.'basename($_SERVER['PHP_SELF']))) == "php") {
        
$sql "SELECT * FROM mBoard_page_count WHERE inflow_date = '{$today}' AND page = '{$page}' ORDER BY inflow_time DESC";
        
$res mysql_query($sql,$connect_web);
        
$row mysql_fetch_array($res);

        if(!
$row || $row['inflow_time'] != $time){ // µ¥ÀÌÅͰ¡ ¾øÀ» ¶§
            
$insertsql "INSERT INTO mBoard_page_count(inflow_date, inflow_time, count, page, page_kr) VALUES ('{$today}', '{$time}', 1, '{$page}', 'õ³â°æ¿µERP »ç¿ëÈıâ')";
            
mysql_query($insertsql,$connect_web);
        } else { 
// µ¥ÀÌÅͰ¡ ÀÖÀ» ¶§
            
$updatesql "UPDATE mBoard_page_count SET count = count+1 WHERE inflow_date = '{$today}' AND inflow_time = '{$time}' AND page = '{$page}'";
            
mysql_query($updatesql,$connect_web);
        }
    }

    
$_SESSION['promotion_cnt_flg'] = "1";
}

?>


    
    <style>
    .promotion_wrap * {font-family: ÇÁ¸®Åٴٵå, 'Pretendard', sans-serif; line-height:1.25}
    .promotion_wrap .section {position:relative; padding:60px 0; width:100% !important}
    .title_wrap {position:relative; display:block;text-align:center; margin-bottom:40px}
    .title_wrap p {font-size:30px; }
    .title_wrap h2 {font-size:42px; font-weight:600}
    .title_wrap h2 b {color:#0f5aa8; font-weight:800}
    .scroll_wrap {position:relative; display:block; width:1200px; margin:0 auto;  height:500px; overflow-x:hidden; overflow-y:scroll; box-sizing:border-box}
    
    /* Ãµ³â°æ¿µERP »ý»ý »ç¿ëÈıâ */
 
    #review_slide{width: 100%;padding: 60px 0px;background-color: #f2f2f2;}
    
    /* ½Ç½Ã°£¸®ºä */
    .review_detail_layout {width:1150px; margin: 50px auto 0; padding: 0 0 0 0 !important}
    #btn_1::before, #btn_2::before {display:none;}
    #btn_1, #btn_2 {background:#f0f3f9; color:#333 !important; font-weight:400 !important; line-height:60px !important}
    #btn_1.active, #btn_2.active {background: #fff; color:#3073b9 !important; border-bottom:3px solid #3073b9; font-weight:600 !important}
    .number_format {top:-35px !important; font-size: 14px !important; color: #db0404 !important; background-color: #f1f0e7; padding:0 10px; border-radius: 30px; line-height: 26px; right:0 !important}
    .list_header {display:none}
    .list_header li:not(:last-child) { border-right: 1px dotted #DDDDDD !important; }
    .service_detail_list td:not(:last-child) { border-right: 0 !important;}
    .service_detail_list {border-bottom:0 !important; border-top:5px solid #fff} 
 
    .service_detail_list td {line-height:150% !important; padding:15px 10px !important}
    .service_detail_list td:nth-child(2n) {background-color:#eee}

    /*Á¦È޻砷ΰí*/
    .company_logo {background-color:#fff; width:1200px; padding:10px; box-sizing:border-box; margin: 0 auto;}
    .company_logo ul {overflow:hidden}
    .company_logo li { float:left; margin:0 5.2px 11.4px;}
    .company_logo li img {width:184px}

    /*õ³â°æ¿µERP ¾÷Á¾°ü·Ã*/
    .m3_wrap {margin: 0 auto; width:1200px}
    .icon_contents{width:1200px;margin-bottom:70px;}
    .client_icon{margin-top:10px; letter-spacing:-1.1px}

    .icon_tab{margin-bottom:42px;}
    .icon_tab ul{width:1100px; overflow:hidden; margin:0 auto}
    .icon_tab ul::after{content: '';display: block;clear: both;}
    .icon_tab ul li{float:left;width: calc(1100px / 3);height: 60px;box-sizing: border-box; /* border-right: 2px solid #cfdaf1; */text-align:center;line-height:60px;font-size:21px;color:#333;cursor:pointer;background: #f0f3f9;font-weight:400;}
/*     .icon_tab ul li:last-child{border-right: 0px;border-radius:0px 30px 30px 0px;}
    .icon_tab ul li:first-child{border-radius:30px 0px 0px 30px;} */
    .icon_tab ul li.on{background-color:#fff;border: 0px; border-bottom:3px solid #2456a6; color:#2456a6; font-weight:600}

    .icon{width: 1100px; margin:0 auto; overflow:visible !important;margin-bottom: 20px;}
    .icon ul{display:none;}
    .icon ul::after{content: '';display: block;clear: both;}
    .icon ul.on{display:block;}
    .icon ul li{float:left;position: relative;box-sizing:border-box;border-radius:70px;background: #f0f3f9;text-align:center;}
    .icon ul li:not(:first-child){width:120px;height:120px;margin-left:20px;}

    .icon ul:not(:last-child) li:first-child{width:120px;height:260px;}
    .icon ul:not(:last-child) li:first-child img{margin-top:55px;width:60px;height:60px;}
    .icon ul:not(:last-child) li:first-child p:nth-child(3){margin-top: 16px;font-size:20px;line-height:21px;font-weight:400;color:#333;}
    .icon ul:not(:last-child) li:first-child p:nth-child(4){margin-top: 6px;font-size:16px;line-height:16px;font-weight:400;color:#2456a6;}

    .icon ul li:nth-child(8n){margin-left:0;}
    .icon ul li:nth-child(8){margin-left:20px;}
    .icon ul li:nth-child(n+9){margin-top: 20px;}

    .icon ul li div{display: none;}


    .icon ul li img{margin-top:13px; max-width:100%}
    .icon ul li p:nth-child(3){font-size:18px;line-height:19px;font-weight:400;color:#333;letter-spacing:-1.5px}
    .icon ul li p:nth-child(4){margin-top: 3px;font-size:15px;line-height:15px;font-weight:400;color:#2456a6;}

    .icon ul:last-child li div{display:none;}
    .icon ul:last-child li:first-child{width:120px;height:120px;}
    .icon ul:last-child li:nth-child(8n+1){margin-left: 0px;}
    .icon ul:last-child li img{margin-top:21px;max-width:100%}
    </style>
<div class="promotion_wrap">
    <!--õ³â°æ¿µERP »ý»ý»ç¿ëÈıâ-->
    <div id="review_slide">
        <div class="title_wrap">
            <p>»ç¿ëÀÚ¿¡°Ô µé¾îº¸´Â</p>
            <h2>õ³â°æ¿µERP <b>»ç¿ëÈıâ</b></h2>
        </div>
        <?php include("./m3cs_review.inc.php"); ?>
    </div>

    <!--õ³â°æ¿µERP ½Ç½Ã°£ ¸®ºä-->
    <section class="section">
        <div class="title_wrap">
            <p>¼­ºñ½º ¸¸Á·µµ·Î ¾Ë¾Æº¸´Â</p>
            <h2>õ³â°æ¿µERP <b>½Ç½Ã°£ ¸®ºä</b></h2>
        </div>
        <div class="scroll_wrap">
            <?php include("./service_review_detail_inc.php"); ?>
        </div>
    </section>

     <!--õ³â°æ¿µ Á¦ÈÞ»ç-->
    <section class="section" style="background-color:#f2f2f2">
        <div class="company_wrap">
            <div class="title_wrap">
                <h2>õ³â°æ¿µERP <b>ÁÖ¿ä°í°´»ç</b></h2>
            </div>
            <div class="scroll_wrap">
                <div class="company_logo">
                <? for($i=0;$i<504;$i++){ ?>
                    <? if($i%== ){ ?>
                                
                    <ul>
                    <? ?>
                        <li><img src="./img/product/company/<?=$i?>.gif" alt="·Î°í"></li>

                    <? if($i%== 5){ ?>
                                
                    </ul>

                <?
                    
}
                } 
                
?>

                </div>
            </div>
        </div>
    </section>
 
 
    <!--õ³â°æ¿µ ¾÷Á¾°ü·Ã-->
    <section class="section">
    <div class="icon_layout" style="width: 100%;">        
        <div class="m3_wrap">
            <div class="title_wrap">
                <h2>õ³â°æ¿µERP <b>»ç¿ë¾÷Á¾/ºÐÆ÷µµ</b></h2>
            </div>
            <div class="scroll_wrap">
                <?php include('./Page/customer/client_icon_2.php'); ?>
            </div>
        </div><!-- m3_wrap -->
    </div>

    <script>
    //¾÷Á¾º°¾ÆÀÌÄÜ ÅǸ޴º ±â´É
    $(function(){
        var $tab_btn = $(".icon_tab ul li"),
            $icon_list = $(".icon ul");

        //Ãʱ⼳Á¤
        $tab_btn.eq(0).addClass("on");
        $icon_list.eq(0).addClass("on");
        
        //ÅǸ޴º Å¬¸¯½Ã ¾ÆÀÌÄÜ ³ëÃâ
        $tab_btn.click(function(){
            var i = $(this).index();
            $tab_btn.removeClass("on").eq(i).addClass("on");
            $icon_list.removeClass("on").eq(i).addClass("on");
        });
    })
    </script>
    </section>
</div>
     

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