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
|
<? include("./include/header.php"); ?>
<div class="snb"> <p class="txt">오시는길 <span class="f11 blue">엠제이소프트의 위치입니다.</span></p> </div> <div class="container"> <div class="main_product"> <h3>서울사업소</h3> <section class="product" style="height:170px;"> <img src="./images/company/map_01.png" width="100%" height="100%" alt="서울사업소"> </section> </div> <div class="main_product"> <h3>대구사업소</h3> <section class="product" style="height:170px;"> <img src="./images/company/map_02.png" width="100%" height="100%" alt="서울사업소"> </section> </div> <div class="main_product"> <h3>부산지사</h3> <section class="product" style="height:170px;"> <img src="./images/company/map_03.png" width="100%" height="100%" alt="부산사업소"> </section> </div>
<div class="quickArea"> <div class="quick_Btn"> <a href="http://mjsoft.co/html/millennium/company_map.php?pcver=1"><span class="left">상세보기<font class="small">(PC버전)</font></span></a><a href="tel:02-401-5121"><span class="right">☏ 바로상담<br><font class="small">(T. 02-401-5121)</font></span></a> </div><!--//main_Btn--> </div><!--//BtnWarp--> </div><!--//container-->
<? include("./include/footer.php"); ?>
|