GnbSubMob.html 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <!DOCTYPE html>
  2. <html lang="ko"
  3. xmlns:th="http://www.thymeleaf.org">
  4. <!--
  5. *******************************************************************************
  6. * @source : GnbSubMob.html
  7. * @desc : GNB Sub (모바일용)
  8. *============================================================================
  9. * STYLE24
  10. * Copyright(C) 2020 TSIT, All rights reserved.
  11. *============================================================================
  12. * VER DATE AUTHOR DESCRIPTION
  13. * === =========== ========== =============================================
  14. * 1.0 2021.03.08 gagamel 최초 작성
  15. *******************************************************************************
  16. -->
  17. <th:block th:fragment="gnb">
  18. <header class=""> <!-- 서브페이지에서는 <header>의 클래스.main 제거 -->
  19. <a href="#mainCon" class="skipNav">본문바로가기</a>
  20. <section class="htop" id="htopSub" style="background: #fff;">
  21. <button class="btn_back" title="이전페이지로">
  22. <span>
  23. <i class="gl1"></i>
  24. <i class="gl2"></i>
  25. <i class="gl3"></i>
  26. </span>
  27. </button>
  28. <h1 id="htopTitle">고객센터</h1>
  29. </section>
  30. </header>
  31. <script th:inline="javascript">
  32. /*<![CDATA[*/
  33. /*]]>*/
  34. </script>
  35. </th:block>
  36. </html>