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

.user-header {
  --nd-user-header-margin-bottom: 1.875rem;
  /* gnb */
  --nd-gnb-padding: 0.625rem 0;
  --nd-gnb-font-size: 0.8125rem;
  --nd-gnb-color: rgba(255, 255, 255, 0.75);
  --nd-gnb-bg: #282b2c;
  --nd-account-margin: 0 0 0 auto;
  --nd-account-hover-color: #fff;
  --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: 2.25rem;
  --nd-logo-padding-btm: 1.25rem;
  --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: 3.125rem;
  --nd-menu-link-padding-x: .875rem;
  --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;
  --nd-menu-etc-font-size: 1.35rem;
  --nd-account-bg: #fff;
  --nd-account-padding: 0 0.75rem;
  --nd-account-font-size: 0.75rem;
  --nd-account-color: #6c757d;
  --nd-account-hover-color: #000;
  --nd-account-item-padding-x: 0;
  --nd-account-divider: normal;
   /* search action button */
  --nd-search-action-padding-x: var(--nd-menu-btn-padding-x);
  --nd-search-action-padding-y: var(--nd-menu-btn-padding-y);
  --nd-search-action-font-size: var(--nd-menu-btn-font-size);
  --nd-search-action-color: var(--nd-menu-btn-color);
   /* search */
  --nd-search-width: 12.5rem;
  --nd-search-bg: var(--nd-body-bg, #fff);
  --nd-search-border-width: 0;
  --nd-search-border-color: transparent;
  --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-offset-x: calc((2 * var(--nd-search-action-padding-x)) + var(--nd-search-action-font-size));
  /* search button */
  --nd-search-btn-padding-x: 0.5rem;
  --nd-search-btn-padding-y: var(--nd-search-btn-padding-x);
  --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-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-hover-color);
  --nd-search-btn-active-bg: var(--nd-search-focus-bg);
}

.gl-latest-news .index-width, .gl-etc, .gl-nav .index-width, .gl-gnb .index-width {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.gl-nav .index-width {
  border-top: 1px solid var(--nd-menu-border-btm-color);
  border-bottom: 3px solid var(--nd-menu-border-btm-color);
}
.gl-menu {
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
  /*justify-content: center;*/
}
/*.gl-menu-btn {
  margin-left: calc(-1 * var(--nd-menu-btn-padding-x));
}*/
.gl-menu-btn {padding:0 !important}
.gl-menu-sub {
  border-top-width: 2px;
}
.gl-search-btn {
  height: var(--nd-search-height);
  color:#000;
}
.gl-search-action {
  line-height: var(--nd-search-height);
}
.gl-latest-news {
  position: relative;
  z-index: 2;
}
.gl-search-container {
  position: relative;
  z-index: 99;
}
.gl-latest-news .index-width {
  padding: 0 5.625rem;
  height: 3.125rem;
  background-color: #f3f3f3;
}
.gl-etc {
  gap: .15em;
  font-size: var(--nd-menu-etc-font-size);
  color: #000;
}
.gl-logbox {
  position: relative;
}
.gl-logbox-btn {
  color: currentColor;
}
.gl-logbox:not(.active) .gl-account {
  display: none;
}
.gl-account {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 100%;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  background-color: var(--nd-account-bg);
  border-radius: 0.25rem;
  text-align: center;
  transform: translateX(-50%);
}
.gl-account::before {
  content: "";
  display: block;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 100%;
  border-width: 4px;
  border-style: solid;
  border-color: transparent transparent var(--nd-account-bg);
  transform: translateX(-50%);
}
.gl-account-item + .gl-account-item {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.gl-account-link {
  line-height: 2rem;
  white-space: nowrap;
}
.gl-autobox .index-width {
  padding: 0.75rem 0;
}
.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);
  overflow: unset;
  font-size: .85rem
}
.gl-menu-btn i {
margin-left:.35rem;
font-size: 1.15rem;
}
.gl-search-input {font-size: .85rem}
.is-active > .gl-search-action > i[class*=icon-] {
  --nd-ndfonts-icon: "\e921";
}
.gl-search-stack .gl-search-input:focus+.gl-search-btn {
    color: #000 !important;}
.gl-search-btn:hover {
    color: #000 !important;}
.gl-updated {font-size: .85rem !important;margin-bottom:.55rem}

.gl-logo-container .gl-logo .since {position:relative;z-index:1;display:block;width:320px;margin:.313rem auto 0;}
.gl-logo-container .gl-logo .since::before {content:'';position:absolute;z-index:1;top:50%;left:0;right:0;width:100%;border-top:1px solid #ff8f53}
.gl-logo-container .gl-logo .since span {position:relative;z-index:2;display:inline-block;padding:0 .625rem;font-size:.938rem;font-weight:700;color:#ff8f53;letter-spacing:-.05em;background-color:#fff}

/* 번역 */
.gl-logo-container .user-translation {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-align-items:center;align-items:center;justify-content:flex-start}
.gl-logo-container .user-translation button {-ms-flex:0 0 24px;flex:0 0 24px;max-width:24px}
.gl-logo-container .user-translation button:not(:first-child) {margin-left:6px}
.gl-logo-container .user-translation button .icon-trans {display:block;width:100%;height:24px;background:url('/image/trans-icon.png') no-repeat}
.gl-logo-container .user-translation button.trans-ko .icon-trans {background-position:0 0}
.gl-logo-container .user-translation button.trans-en .icon-trans {background-position:-30px 0}
.gl-logo-container .user-translation button.trans-ja .icon-trans {background-position:-60px 0}
.gl-logo-container .user-translation button.trans-ch .icon-trans {background-position:-90px 0}
.gl-logo-container .user-translation button.trans-de .icon-trans {background-position:-120px 0}
.gl-logo-container .user-translation button.trans-fr .icon-trans {background-position:-150px 0}


/* 윤미정 / 1513221 / 20251001 */
.gl-menu .gl-menu-sub {
  z-index:999999
}