:root {
  --site-bg: #ebebeb;
  --nd-user-header-margin-bottom: 1.875rem;
  --global-border-color: #e8e8e9;
  --global-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  --global-box-shadow: rgba(var(--nd-black-rgb, 0, 0, 0), 0.05) 0 1px 2px 0;
  --global-box-border: 1px solid #d2d2d4;
}

.user-header {
  --user-header-border-color: #ccc;
  --gl-flex-offset: center;
  /* gnb */
  --nd-gnb-padding: 1rem 0;
  /* update */
  --nd-updated-font-size: 0.8125rem;
  --nd-updated-color: #6c757d;
  /* login */
  --nd-account-margin: 0 2.25rem 0 auto;
  --nd-account-font-size: 0.8125rem;
  --nd-account-color: var(--nd-updated-color);
  --nd-account-item-padding-x: 0.5rem;
  --nd-account-divider-color: rgba(var(--nd-black-rgb, 0, 0, 0), 0.2);
  /* menu btn */
  --nd-menu-btn-width: 1.875rem;
  --nd-menu-btn-height: var(--nd-menu-btn-width);
  --nd-menu-btn-padding-y: 0;
  --nd-menu-btn-padding-x: 0;
  --nd-gl-menu-btn-icon-width: 1rem;
  --nd-gl-menu-btn-icon-height: 0.125rem;
  --nd-gl-menu-btn-icon-bg: #000;
  --nd-gl-menu-btn-icon-gutter: 0.4375rem;
  /* search */
  --nd-search-action-width: var(--nd-menu-btn-width);
  --nd-search-action-height: var(--nd-menu-btn-hegith);
  --nd-search-action-font-size: 1.3125rem;
  --nd-search-offset-x: calc(var(--nd-search-action-width) + 10px);
  --nd-search-width: 12.5rem;
  --nd-search-height: 2.5rem;
  --nd-search-font-size: 0.8125rem;
  --nd-search-padding-x: 0.5rem;
  --nd-search-bg: #fff;
  --nd-search-border-width: 1px;
  --nd-search-border-color: var(--user-header-border-color);
  --nd-search-border-radius: 0;
  --nd-search-focus-bg: var(--nd-search-bg);
  --nd-search-focus-border-color: var(--nd-search-border-color);
  --nd-search-btn-padding-x: 0.6875rem;
  --nd-search-btn-padding-y: 0.5rem;
  --nd-search-btn-font-size: 1.125rem;
  --nd-search-btn-color: #212529;
  --nd-search-btn-bg: #fff;
  --nd-search-btn-border: 1px solid var(--nd-search-border-color);
  --nd-search-btn-hover-color: var(--nd-search-btn-color);
  --nd-search-btn-hover-bg: var(--nd-search-btn-bg);
  --nd-search-btn-hover-border-color: var(--nd-search-border-color);
  --nd-search-btn-active-color: var(--nd-search-btn-color);
  --nd-search-btn-active-bg: var(--nd-search-btn-hover-bg);
  --nd-search-btn-active-border-color: var(--nd-search-border-color);
  /* menu */
  --nd-menu-margin: 0 calc(-1 * var(--nd-menu-link-padding-x)) 0 0;
  --nd-menu-font-size: 1.125rem;
  --nd-menu-font-weight: 600;
  --nd-menu-link-padding-y: 0.5rem;
  --nd-menu-link-padding-x: 1.5rem;
  --nd-menu-sub-width: max-content;
  --nd-menu-sub-min-width: 6.25rem;
  --nd-menu-sub-font-size: 0.875rem;
  --nd-menu-sub-link-padding-x: 0.875rem;
  --nd-menu-sub-link-padding-y: 0.5rem;
  --nd-menu-sub-link-color: #6c757d;
  --nd-menu-sub-text-align: center;
  --nd-menu-sub-border: 1px solid var(--user-header-border-color);
  --nd-menu-link-bar-height: 0;
  position: relative;
  z-index: 99;
  background-color: #fff;
  box-shadow: var(--global-box-shadow);
}

.gl-nav .index-width, .gl-gnb .index-width {
  display: flex;
  flex-wrap: wrap;
  align-items: var(--gl-flex-offset);
}

.gl-menu-btn {
  flex: 0 0 auto;
  width: var(--nd-menu-btn-width);
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: var(--nd-menu-btn-height);
  margin-right: 0.5rem;
  overflow: unset;
}
.gl-menu-btn .icon {
  position: relative;
  display: block;
  width: var(--nd-gl-menu-btn-icon-width);
  height: var(--nd-gl-menu-btn-icon-height);
  background-color: var(--nd-gl-menu-btn-icon-bg);
}
.gl-menu-btn .icon::after, .gl-menu-btn .icon::before {
  content: "";
  position: absolute;
  z-index: 3;
  right: 0;
  display: block;
  width: calc(4px + var(--nd-gl-menu-btn-icon-width));
  height: var(--nd-gl-menu-btn-icon-height);
  background-color: var(--nd-gl-menu-btn-icon-bg);
}

.gl-menu-btn .icon::before {
  top: calc(-1 * var(--nd-gl-menu-btn-icon-gutter));
}
.gl-menu-btn .icon::after {
  bottom: calc(-1 * var(--nd-gl-menu-btn-icon-gutter));
}
.gl-search-container.is-active .gl-search-action i::before {
  --nd-ndfonts-icon: "\e921";
}
.gl-nav {
  --gl-flex-offset: flex-end;
}
.gl-logo {
  flex: 0 0 auto;
  width: 20rem;
  max-width: 100%;
  margin-bottom: 1rem;
}
.gl-menu {
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.gl-menu-link {
  position: relative;
}
.gl-menu-link::before {
  content: "";
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  left: var(--nd-menu-link-padding-x);
  right: var(--nd-menu-link-padding-x);
  bottom: 0;
  height: var(--nd-menu-link-bar-height);
  background-color: var(--nd-primary, #007aff);
  transition: height 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.gl-menu-item.active {
  --nd-menu-link-bar-height: 0.125rem;
}
.gl-menu-sub.gl-menu-vert {
  --nd-menu-sub-padding-x: 0;
  --nd-menu-sub-padding-y: 0;
}