<header class="header">
  <nav class="navbar">
    <div class="navbar-brand">
      <a class="navbar-item" href="https://swlab.bwg.co.kr">
        <i class="navbar-logo"></i>
        <div class="navbar-title-contents">
          <span class="navbar-title">SWLab</span>
          <span class="navbar-title sub">Bankware Global</span>
        </div>
      </a>
      {{!-- {{#if env.SITE_SEARCH_PROVIDER}} --}}
      <div class="navbar-item search hide-for-print">
        <div id="search-field" class="field">
          {{!-- <input id="search-input" type="text" placeholder="Search the docs"{{#if page.home}} autofocus{{/if}}> --}}
          <input id="search-input" type="text">
          <i></i>
        </div>
      </div>
      {{!-- {{/if}} --}}
      <button class="nav-mobile-menu-toggle" aria-controls="topbar-nav" aria-expanded="false" aria-label="Toggle main menu">
        <svg stroke="currentColor" fill="#0072ce" stroke-width="0" viewBox="0 0 24 24" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg">
          <path fill="none" d="M0 0h24v24H0z"></path>
          <path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"></path>
        </svg>
      </button>
    </div>
    <div id="topbar-nav" class="navbar-menu">
      <div class="navbar-end">
        <div class="navbar-item has-dropdown is-hoverable">
          <a class="navbar-link" href="#">Products</a>
          <div class="navbar-dropdown">
            <a class="navbar-item" href="https://swlab.bwg.co.kr/web/docs/bxm/swlab-docs-bxm/current/index.html">BXM</a>
            <a class="navbar-item secret-nav" href="https://swlab.bwg.co.kr/web/docs/bxm/swlab-docs-bxm-s/current/concepts/overview.html">BXM Internal</a>
            <a class="navbar-item" href="https://swlab.bwg.co.kr/web/docs/bxcm/swlab-docs-bxcm/current/index.html">BXCM</a>
            <a class="navbar-item secret-nav" href="https://swlab.bwg.co.kr/web/docs/bxcm/swlab-docs-bxcm-s/current/concepts/overview.html">BXCM Internal</a>
            <a class="navbar-item" href="https://swlab.bwg.co.kr/web/docs/bxcp/swlab-docs-bxcp/current/index.html">BXCP</a>
            <a class="navbar-item" href="https://swlab.bwg.co.kr/web/docs/bxi/swlab-docs-bxi/current/index.html">BXI</a>
            <a class="navbar-item secret-nav" href="https://swlab.bwg.co.kr/web/docs/swlab-docs/current/ready-to-write/text-editor.html">Manual Guide</a>
          </div>
        </div>
        <div class="navbar-item">
          <span class="control">
            <a id="download" class="button download" href="#">
              <i class="download_icon"></i>
              Download
            </a>
          </span>
        </div>
      </div>
    </div>
    <ul class="navbar-mobile-menu">
      <li id="document-toggle" class="mobile-menu-item">Products
        <svg id="document-icon" stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 448 512" class="ml_10" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg">
          <path d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"></path>
        </svg>
      </li>
      <ul class="mobile-product-link">
        <li class="product-link" onclick="window.location.href='https://swlab.bwg.co.kr/web/docs/bxm/swlab-docs-bxm/current/concepts/overview.html'">BXM</li>
        <li class="product-link secret-nav" onclick="window.location.href='https://swlab.bwg.co.kr/web/docs/bxm/swlab-docs-bxm-s/current/concepts/overview.html'">BXM Internal</li>
        <li class="product-link" onclick="window.location.href='https://swlab.bwg.co.kr/web/docs/bxcm/swlab-docs-bxcm/current/concepts/overview.html'">BXCM</li>
        <li class="product-link secret-nav" onclick="window.location.href='https://swlab.bwg.co.kr/web/docs/bxcm/swlab-docs-bxcm-s/current/concepts/overview.html'">BXCM Internal</li>
        <li class="product-link" onclick="window.location.href='https://swlab.bwg.co.kr/web/docs/bxcp/swlab-docs-bxcp/current/concepts/overview.html'">BXCP</li>
        <li class="product-link" onclick="window.location.href='https://swlab.bwg.co.kr/web/docs/bxi/swlab-docs-bxi/current/concepts/overview.html'">BXI</li>
        <li class="product-link secret-nav" onclick="window.location.href='https://swlab.bwg.co.kr/web/docs/swlab-docs/current/ready-to-write/text-editor.html'">Manual Guide</li>
      </ul>
      <li class="mobile-menu-item">
        <a id="mobile-download" class="button download" href="#">
          <i class="download_icon"></i>
          Download
        </a>
      </li>
    </ul>
  </nav>
</header>