@charset "UTF-8";
:root {
  --global-border-color: var(--nd-gray-200, #e8e8e9);
  --nd-user-header-margin-bottom: 2.125rem;
}

.user-header {
  /* 로그인 */
  --nd-account-margin: 0 0 1.375rem;
  --nd-account-font-size: 0.8125rem;
  --nd-account-color: var(--nd-secondary, #6c757d);
  --nd-account-hover-color: var(--nd-black, #000);
  --nd-account-item-padding-x: 0.75rem;
  /* nav */
  --nd-menu-margin: 0 1rem;
  --nd-menu-font-size: 1.0625rem;
  --nd-menu-link-padding-x: 0.4rem;
  --nd-menu-link-padding-y: 0.625rem;
  --nd-menu-sub-width: max-content;
  --nd-menu-sub-font-size: 14px;
  --nd-menu-sub-font-weight: 400;
  --nd-menu-sub-line-height: 2.5rem;
  --nd-menu-sub-link-padding-y: 0;
  --nd-menu-sub-link-color: var(--nd-black, #000);
  --nd-menu-sub-link-hover-color: var(--nd-primary, #007aff);
  --nd-menu-sub-link-hover-text-decoration: none;
  --nd-menu-sub-link-active-color: var(--nd-menu-sub-link-hover-color);
  /* search */
  --nd-search-width: 33.75rem;
  --nd-search-height: 3.75rem;
  --nd-search-font-size: 1.25rem;
  --nd-search-padding-x: 0.625rem;
  --nd-search-bg: var(--nd-white, #fff);
  --nd-search-border-width: 0;
  --nd-search-border-radius: 0;
  --nd-search-focus-bg: var(--nd-search-bg);
  --nd-search-btn-padding-x: 1rem;
  --nd-search-btn-padding-y: 0;
  --nd-search-btn-font-size: 1.875rem;
  --nd-search-btn-color: var(--nd-dark, #212529);
  --nd-search-btn-bg: var(--nd-white, #fff);
  --nd-search-btn-hover-color: var(--nd-search-btn-color);
  --nd-search-btn-hover-bg: var(--nd-search-btn-bg);
  --nd-search-btn-active-color: var(--nd-search-btn-color);
  --nd-search-btn-active-bg: var(--nd-search-btn-hover-bg);
  --nd-search-offset-y: calc(100% + 1px);
  --nd-search-transform: 0;
  --nd-search-action-width: 2.75rem;
  --nd-search-action-height: var(--nd-search-action-width);
  --nd-search-action-bg: #f2f2f2;
  --nd-search-action-border-radius: 50%;
  --nd-search-action-hover-bg: var(--nd-search-action-bg);
  --nd-search-action-active-bg: var(--nd-search-action-hover-bg);
  /* menu button */
  --nd-menu-btn-padding-y: 0.625rem;
  --nd-menu-btn-padding-x: 0.625rem;
  --nd-menu-btn-hover-color: inherit;
  --nd-menu-btn-active-bg: var(--nd-menu-btn-hover-color);
  /* update */
  --nd-updated-font-size: 0.8125rem;
  --nd-updated-line-height: 21px;
  --nd-updated-color: var(--nd-secondary, #6c757d);
}
.gl-autobox, .gl-nav, .gl-header .index-width {
  display: flex;
  flex-wrap: wrap;
}

.gl-header {
  position: relative;
}
.gl-header .index-width {
  align-items: flex-end;
  padding: 1.5rem 0 1.25rem;
}
.gl-col {
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
}
.gl-account {
  justify-content: flex-end;
}
.gl-nav {
  align-items: center;
  justify-content: flex-end;
  position: static;
}
.gl-autobox {
  align-items: center;
  width: var(--nd-index-width);
  margin-left: auto;
  margin-right: auto;
  min-height: 5rem;
  padding: 0.875rem 0;
  border-top: 1px solid var(--nd-black, #000);
  border-bottom: 3px solid var(--nd-black, #000);
  letter-spacing: -0.4px;
}
.gl-autobox-header {
  flex: 0 0 auto;
  width: 10.125rem;
  max-width: 100%;
}
.gl-autobox-title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 22px;
  color: #000;
}
.gl-autobox-body {
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
}
.gl-banner {
  flex: 0 0 auto;
  width: 18.75rem;
  max-width: 100%;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: 1.875rem;
}
.gl-menu-sub.gl-menu-vert {
  --nd-menu-sub-padding-x: 0;
  --nd-menu-sub-padding-y: 0;
  --nd-menu-sub-border: 1px solid var(--nd-gray-dark, #343a40);
  text-align: center;
}
.gl-menu-sub-item + .gl-menu-sub-item {
  border-top: 1px solid var(--nd-gray-200, #e8e8e9);
}
.gl-menu-btn {
  margin-left: 0.5rem;
  margin-right: calc(-1 * var(--nd-menu-btn-padding-x));
}

.gl-search {
  border-bottom: 2px solid var(--nd-primary, #007aff);
}
.gl-search-container {
  position: static;
  z-index: 99;
}
.gl-search-container:not(.is-active) .gl-search-ab {
  display: none;
}
.gl-search-container.is-active .gl-search-action i::before {
  --nd-ndfonts-icon: "\e921";
}
.gl-search-ab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3.75rem 1rem;
  background-color: var(--nd-white, #fff);
  box-shadow: 0 8px 8px rgba(var(--nd-black-rgb, 0, 0, 0), 0.06);
}

.gl-menu-link {padding: 0 0.3rem;}

/* 윤미정 / 1502579 / 20250829 */
.gl-menu {
  margin: 0 .5rem 0 0;
}