tender_member2.html 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. <h3>옵션정보 입력</h3>
  29. <dl class="option_input">
  30. <dt>※ 추가 옵션을 적어주세요( 예 : 내비게이션, 선루프, 하이패스 등)</dt>
  31. <dd>
  32. <textarea cols="70" rows="10"></textarea>
  33. </dd>
  34. </dl>
  35. <div class="btn_center">
  36. <a href="#" class="button arr">다음(사진입력)</a>
  37. </div>
  38. </section>
  39. </section>
  40. <!-- s : footer -->
  41. <? include("../include/inc_footer.html"); ?>
  42. <!-- // e : footer -->
  43. </body>
  44. </html>