:root {
  --nd-global-border-color: #ddd;
}

.user-header {
  --nd-user-header-margin-bottom: 1.5rem;
  /* gnb */
  --nd-gnb-padding:0;
  --nd-gnb-font-size: 0.75rem;
  --nd-gnb-color: rgba(0,0,0, 0.5);
  --nd-gnb-bg: #fff;
  --nd-account-margin: 0 0 0 auto;
  --nd-account-item-padding-x: 1.5rem;
  --nd-account-link-line-height: 1.625rem;
  --nd-account-divider: normal;
  /* logo */
  --nd-logo-align: center;
  --nd-logo-padding-top: 1.875rem;
  --nd-logo-padding-btm: 1.875rem;
  --nd-logo-banner-width: 17.5rem;
  /* nav */
  --nd-menu-border-btm-color: #282b2c;
  --nd-menu-btn-padding-x: 0.5rem;
  --nd-menu-btn-padding-y: 0.5rem;
  --nd-menu-btn-font-size: 1.25rem;
  --nd-menu-btn-hover-color: #000;
  --nd-menu-btn-active-color: var(--nd-menu-btn-hover-color);
  --nd-menu-font-size: 1rem;
  --nd-menu-font-weight: 600;
  --nd-menu-line-height: 3rem;
  --nd-menu-link-padding-x: 1.375rem;
  --nd-menu-link-padding-y: 0;
  --nd-menu-link-color: #222;
  --nd-menu-sub-width: max-content;
  --nd-menu-sub-padding-x: 0.625rem;
  --nd-menu-sub-font-size: 0.8125rem;
  --nd-menu-sub-line-height: 2rem;
  --nd-menu-sub-bg: #fff;
  --nd-menu-sub-border: 1px solid var(--nd-menu-border-btm-color);
  --nd-menu-sub-link-padding-x: 0.875rem;
  --nd-menu-sub-link-padding-y: 0;
  --nd-menu-sub-link-color: #6c757d;
  /* search */
  --nd-search-width: 12.5rem;
  --nd-search-height: 2.8125rem;
  --nd-search-offset-x: calc(-1 * var(--nd-menu-btn-padding-x));
  --nd-search-font-size: 0.875rem;
  --nd-search-padding-x: 0;
  --nd-search-padding-y: 0;
  --nd-search-bg: #fff;
  --nd-search-border-width: 0;
  --nd-search-focus-bg: var(--nd-search-bg);
  --nd-search-focus-border-color: transparent;
  --nd-search-btn-padding-x: var(--nd-search-action-padding-x);
  --nd-search-btn-padding-y: var(--nd-search-action-padding-y);
  --nd-search-btn-font-size: var(--nd-search-action-font-size);
  --nd-search-btn-color: var(--nd-search-action-color);
  --nd-search-btn-bg: var(--nd-search-bg);
  --nd-search-btn-border: 0;
  --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);
  --nd-search-action-height: var(--nd-search-height);
  --nd-search-action-padding-x: var(--nd-menu-btn-padding-x);
  --nd-search-action-padding-y: 0;
  --nd-search-action-margin: 0 calc(-1 * var(--nd-search-action-padding-x)) 0 0;
  --nd-search-action-font-size: var(--nd-menu-btn-font-size);
  --nd-search-action-color: #000;
}
.gl-latest-news .index-width, .gl-nav .index-width, .gl-gnb .index-width {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.gl-gnb .index-width {
  padding:.5rem 0;
  border-bottom: 1px solid #ebebeb;
}
.gl-account-link {
  line-height: var(--nd-account-link-line-height);
}
.gl-account-link.btn {
}
.gl-account-link.btn:hover {
  background-color: rgba(255, 255, 255, 0.025);
  border-color: #fff;
  text-decoration: none;
}
.gl-nav .index-width {
  border-bottom: 1px solid #ebebeb;
  border-top: 2px solid var(--nd-menu-border-btm-color);
}
.gl-menu {
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
  justify-content: flex-start;
}
.gl-menu-btn {
  margin-left: calc(-1 * var(--nd-menu-btn-padding-x));
}
.gl-menu-sub {
  border-top-width: 2px;
}
.gl-search-btn {
  height: var(--nd-search-height);
}
.gl-search-action {
  line-height: var(--nd-search-height);
}
.gl-search {
  position:relative;
  padding-left:20px;
  width:250px;
}
.gl-search::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: .625rem;
  bottom: .625rem;
  left: 0;
  width: 0;
  border-left: 1px solid rgba(0, 0, 0, .08);
}
.gl-account-item:hover > a {text-decoration:none}