/home/mjc1/public_html/html/millennium/order_main_banner02.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
<?php
$sql 
"SELECT c.idx, c.category_code, c.programName, c.ver, c.reg_date, t.DemoDownFile, t.cate1_code, t.cate2_code, i.category_info, i.link AS linkgo
                        FROM certinumManage AS c 
                        INNER JOIN cate3 AS t ON ( SUBSTRING(c.category_code,5,2) = t.category_code)
                        INNER JOIN cate3_info AS i ON (c.idx = i.idx)
                        WHERE i.viewtype = 1 AND c.lineup < 99  and c.category_code in ('010181','010182') order by c.lineup"
;
$res mysql_query($sql,$connect_web);
while(
$info=mysql_fetch_array($res)){
    
$cs3_array[] = $info;
}
//print_r($cs3_array); exit;
?>

<style>
a {color:inherit;text-decoration:none;}
a:visit {color:inherit;}

.more_btn{width:200px; height:57px;  padding: 2px 0 0 0 !important;box-sizing:border-box;  background:#fff; list-style:none; transition:0.3s; display:block; color:#6a48c1 !important; text-align:center; line-height:57px; text-decoration:none; font-family: 'GmarketSansMedium', 'Nanum Gothic', '³ª´®°íµñ', 'ng', 'NanumGothicWeb','NanumBarunGothic', sans-serif; font-size:20px;font-weight:400;letter-spacing:-0.5px;}
.more_btn:hover{background:#ffe742;}

.office_btn{color:#ffffff; text-align:center; line-height:24px;font-size: 21px;height: 24px;font-weight: 600;width:135px;position: relative;}
.office_btn::before{content: '';position: absolute;right: 100%;top: 50%;transform: translateY(-50%);width: 8px;height: 8px;border-radius: 4px;background: #FFD646;}
.office_btn::after{content: '';position: absolute;left: 100%;top: 50%;transform: translateY(-50%);width: 8px;height: 8px;border-radius: 4px;background: #FFD646;}
</style>
<!--<?php echo $bgcolor?>;<?php echo $title_sub?>-->
    <div id="jssor_1" style="position:relative;width:100%;height:580px;background:url(http://mjsoft.co/html/millennium/images/banner_order/order_bg-2.jpg); background-size:cover;">
        <!-- Loading Screen -->
        <!-- <div data-u="loading" class="jssorl-oval" style="position:absolute;top:0px;left:0px;text-align:center;background-color:rgba(0,0,0,0.7);">
            <img style="margin-top:-19px;position:relative;top:50%;width:38px;height:38px;" src="img/oval.svg" />
        </div> -->
        <div style="margin: 0 auto;width: 1400px;height: 100%;" class="center">
            <!--<div class="banner_tit" style="text-align: center;"><img src="http://mjsoft.co/html/millennium/images/banner_order/title3-2.png" alt="½º¸¶Æ®Æù(¿Â¶óÀÎ) ¼ö¹ßÁÖ°ü¸® ¡°¹ßÁÖÄü¡±" style="margin-top: 23px;"></div> -->
            <div style="width: 100%;display: flex;justify-content: space-between; ">
                <div style="width: 340px;text-align: center;">
                    <img src="http://mjsoft.co/html/millennium/images/banner_order/order_title_1-7.png" alt="30³â±â¼ú, 20¸¸»ç¿ëÀÚ" style="margin-top: 65px;">
                    <img src="http://mjsoft.co/html/millennium/images/banner_order/title_sub1-3.png" alt="½º¸¶Æ®Æù+¿Â¶óÀμö¹ßÁֽýºÅÛ" class="m3_title_sub" value="0">
                    <img src="http://mjsoft.co/html/millennium/images/banner_order/order_title_1-4.png" alt="õ³â°æ¿µ¹ßÁÖÄü" style="margin-top: 5px;">
                    <img src="http://mjsoft.co/html/millennium/images/banner_order/order_title_1-5.png" alt="ÀüÈ­X,Ä«ÅåX,¹®ÀÚX,ÆÑ½ºX" style="margin-top: 10px;">
                    <img src="http://mjsoft.co/html/millennium/images/banner_order/order_title_1-6.png" alt="ÀåÁ¡" style="margin-top: 30px;">
                    <!-- <a href="http://mjsoft.co/html/millennium/customeroffice.php" class="office_btn" style="color: #FFD646;display: inline-block;margin-top: 14px;">ÁÖ¿ä °í°´»ç</a> -->

                    <!--<img src="http://mjsoft.co/html/millennium/images/banner_order/call_text1-2.png" alt="¹®ÀÇ: 1566-8680" style="margin-top: 62px;" class="m3_call_text">-->
                </div>
                <div style="width: 963px;">
                    <img src="http://mjsoft.co/html/millennium/images/banner_order/order_banner_flow01-5.png" alt="¼ö¹ßÁÖ ¾÷¹«È帧µµ" style="margin-top:21px"> 
                </div>                
            </div>
        </div>
    </div>