| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <!DOCTYPE html>
- <HTML lang="ko">
- <head>
- <meta charset="UTF-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <title>UPRO</title>
- <meta name="format-detection" content="telephone=no">
- <link rel="stylesheet" type="text/css" href="/css/common.css">
- <link rel="stylesheet" type="text/css" href="/css/sub.css">
- <script type="text/javascript" charset="utf-8" src="/js/jquery-1.11.2.min.js"></script>
- <script type="text/javascript" charset="utf-8" src="/js/ui.js"></script>
- </head>
- <body>
- <!-- s : header -->
- <? include("../include/inc_header.html"); ?>
- <!-- // e : header -->
- <section id="wrap">
- <section id="visual" class="visual_sell">
- <h2>내차팔기</h2>
- <p>쉽고 간편한 내차팔기, 견적산출, 최종 매각까지 어떤 수수료도 요구하지 않습니다.</p>
- </section>
- <section id="content">
- <ul class="location">
- <li><a href="/" class="home">홈</a></li>
- <li><span class="depth1">내차팔기</span></li>
- <li><span class="depth2">입찰하기</span></li>
- </ul>
- <div class="tender_msg">최고의 중고차 딜러들이<br><em>최고 매입가 견적을 작성하고 있습니다.</em></div>
- <h3>차량정보 확인</h3>
- <table class="tbl_h">
- <colgroup>
- <col width="18%">
- <col width="*">
- </colgroup>
- <tr>
- <th>차량번호</th>
- <td>28부5708</td>
- </tr>
- <tr>
- <th>제조사</th>
- <td>링컨</td>
- </tr>
- <tr>
- <th>모델</th>
- <td>MKX</td>
- </tr>
- <tr>
- <th>세부모델</th>
- <td>뉴MKX(10년~15년)</td>
- </tr>
- <tr>
- <th>등급</th>
- <td>3.7awd</td>
- </tr>
- </table>
- <div class="btn_center">
- <a href="#" class="button">등록확인</a>
- </div>
- </section>
- </section>
- <!-- s : footer -->
- <? include("../include/inc_footer.html"); ?>
- <!-- // e : footer -->
- </body>
- </html>
|