/home/mjc1/public_html/html/m_renew/include/footer.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
    </div><!-- <id=warp> -->



<div class="footer_nb">
    <a href="tel:1566-8680"><span id="footer_nb_left">
    고객센터<br>
    1566-8680
    </span></a>
    <a href="tel:02-401-5121"><span id="footer_nb_right">
    상담전화<br>
    02-401-5121
    </span></a>
</div>

<div class="footer">
    <div class="footer_sub_menu">
        <ul>
            <li><a href="./index.php">HOME</a></li>l
            <li><a href="http://mjsoft.co/html/millennium/intro.php?pcver=1">PC버전</a></li>l
            <li><a href="./index.php">회사소개</a></li>
        </ul>
    <span class="footer_copy">copyrigh(c) 2014 MJSOFT all rights reserved.</span>
    </div>    
</div>

<style>

/*footer부분*/
.footer_nb{background:#fff;;height:50px;}
#footer_nb_left{float:left;background:#4a4949;color:#fff;height:42px;width:49.8%;padding-top:8px;text-align:center;}
#footer_nb_right{float:right;background:#4a4949;color:#fff;height:42px;width:49.8%;padding-top:8px;text-align:center;}

.footer{background:#4a4949;;height:80px;margin-top:2px;text-align:center}

.footer_sub_menu{display:block; background:#4a4949;height:50px;}
.footer_sub_menu ul{position:relative;padding:15px 0;color:#fff;}
.footer_sub_menu li a {position:relative; display:block;text-align:center;color:#fff;font-weight:600;}
.footer_sub_menu li{position:relative;display:inline-block;width:30%;}
.footer_copy{font-size:10pt;;color:#fff;font-weight:600;}




.main_footer{padding:10px;background-color:#e4e4e4;/*border-top:1px solid #d6d6d6;*/ }
.main_footer p, .main_footer span{text-align:center;font-size:11px;line-height:1.25;}
.main_footer p{color:#a4a3a3;}
.main_footer span{color:#000;}



</style>
</body>
</html>