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
|
<?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:160px;height:42px;box-sizing:border-box;border-radius:10px;border:2px solid #616161 !important; background:#fff; list-style:none; transition:0.3s; display:block; color:#555555; text-align:center; line-height:40px; text-decoration:none; font-family: 'Nanum Gothic', '³ª´®°íµñ', 'ng', 'NanumGothicWeb','NanumBarunGothic', sans-serif; font-size:20px;font-weight:600;letter-spacing:-0.5px;} .more_btn:hover{background:#3E3E3E;color:#fff;}
.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: #155A8B;"> <!-- 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: 1250px;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;margin-top: 27px;"> <div style="width: 941px;"> <img src="http://mjsoft.co/html/millennium/images/banner_order/order_banner_flow01-4.png" alt="¼ö¹ßÁÖ ¾÷¹«È帧µµ"> </div> <div style="width: 240px;text-align: center;"> <img src="http://mjsoft.co/html/millennium/images/banner_order/title_sub1-2.png" alt="30³â±â¼ú,20¸¸»ç¿ëÀÚ" style="margin-top: 31px;" class="m3_title_sub" value="0"> <img src="http://mjsoft.co/html/millennium/images/banner_order/order_title_1-3.png" alt="õ³â°æ¿µ¹ßÁÖÄü" style="margin-top: 22px;"> <!-- <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"> <a href="http://mjsoft.co/html/millennium/customer_buy_cs.php" style="margin: 0 auto;margin-top: 23px;" class="more_btn">µµÀÔ»ó´ã¿äû</a> </div> </div> </div> </div>
|