tender_member4.html 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <!DOCTYPE html>
  2. <HTML lang="ko">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <title>UPRO</title>
  7. <meta name="format-detection" content="telephone=no">
  8. <link rel="stylesheet" type="text/css" href="/css/common.css">
  9. <link rel="stylesheet" type="text/css" href="/css/sub.css">
  10. <script type="text/javascript" charset="utf-8" src="/js/jquery-1.11.2.min.js"></script>
  11. <script type="text/javascript" charset="utf-8" src="/js/ui.js"></script>
  12. </head>
  13. <body>
  14. <!-- s : header -->
  15. <? include("../include/inc_header.html"); ?>
  16. <!-- // e : header -->
  17. <section id="wrap">
  18. <section id="visual" class="visual_sell">
  19. <h2>내차팔기</h2>
  20. <p>쉽고 간편한 내차팔기, 견적산출, 최종 매각까지 어떤 수수료도 요구하지 않습니다.</p>
  21. </section>
  22. <section id="content">
  23. <ul class="location">
  24. <li><a href="/" class="home">홈</a></li>
  25. <li><span class="depth1">내차팔기</span></li>
  26. <li><span class="depth2">입찰하기</span></li>
  27. </ul>
  28. <div class="tender_msg">최고의 중고차 딜러들이<br><em>최고 매입가 견적을 작성하고 있습니다.</em></div>
  29. <h3>차량정보 확인</h3>
  30. <table class="tbl_h">
  31. <colgroup>
  32. <col width="18%">
  33. <col width="*">
  34. </colgroup>
  35. <tr>
  36. <th>차량번호</th>
  37. <td>28부5708</td>
  38. </tr>
  39. <tr>
  40. <th>제조사</th>
  41. <td>링컨</td>
  42. </tr>
  43. <tr>
  44. <th>모델</th>
  45. <td>MKX</td>
  46. </tr>
  47. <tr>
  48. <th>세부모델</th>
  49. <td>뉴MKX(10년~15년)</td>
  50. </tr>
  51. <tr>
  52. <th>등급</th>
  53. <td>3.7awd</td>
  54. </tr>
  55. </table>
  56. <div class="btn_center">
  57. <a href="#" class="button">등록확인</a>
  58. </div>
  59. </section>
  60. </section>
  61. <!-- s : footer -->
  62. <? include("../include/inc_footer.html"); ?>
  63. <!-- // e : footer -->
  64. </body>
  65. </html>