:root {
  --nd-user-header-zindex: 99;
  --nd-user-header-margin-bottom: 1.875rem;
}

.user-header {
  /* logo */
  --nd-logo-align: center;
  /* nav */
  --nd-nav-height: 3.5rem;
  --nd-nav-bg: var(--nd-primary, #007aff);
  /* menu */
  --nd-menu-font-size: 1rem;
  --nd-menu-font-weight: 600;
  --nd-menu-link-padding-x: 1rem;
  --nd-menu-link-padding-y: var(--nd-menu-link-padding-x);
  --nd-menu-link-color: rgba(255, 255, 255, 0.8);
  --nd-menu-link-hover-color: #fff;
  --nd-menu-link-hover-text-decoration: underline;
  --nd-menu-link-active-color: var(--nd-menu-link-hover-color);
  --nd-menu-link-active-text-decoration: var(--nd-menu-link-hover-text-decoration);
  --nd-menu-link-show-color: var(--nd-menu-link-active-color);
  --nd-menu-link-show-text-decoration: var(--nd-menu-link-active-text-decoration);
  /* submenu */
  --nd-menu-sub-width: max-content;
  --nd-menu-sub-border-width: 2px;
  --nd-menu-sub-offset-y: calc(100% - var(--nd-menu-sub-border-width));
  --nd-menu-sub-link-padding-x: var(--nd-menu-link-padding-x);
  --nd-menu-sub-link-padding-y: 0.5rem;
  --nd-menu-sub-link-color: #6c757d;
  --nd-menu-sub-link-hover-color: var(--nd-body-color, #000);
  --nd-menu-sub-link-hover-bg: #f8f9fa;
  --nd-menu-sub-link-hover-text-decoration: none;
  --nd-menu-sub-link-active-color: var(--nd-primary, #007aff);
  --nd-menu-sub-link-active-bg: var(--nd-menu-sub-link-hover-bg);
  --nd-menu-sub-link-active-text-decoration: var(--nd-menu-sub-link-hover-text-decoration);
  /* menu button */
  --nd-menu-btn-padding-x: 0.5rem;
  --nd-menu-btn-padding-y: var(--nd-menu-btn-padding-x);
  --nd-menu-btn-font-size: 1.25rem;
  --nd-menu-btn-color: #000;
  --nd-menu-btn-hover-color: var(--nd-menu-btn-color);
  --nd-menu-btn-active-color: var(--nd-menu-btn-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-hover-bg: var(--nd-search-action-bg);
  --nd-search-action-active-bg: var(--nd-search-action-hover-bg); */
  /* search */
  --nd-search-width: 16.5rem;
  --nd-search-height: 2.75rem;
  --nd-search-font-size: 0.875rem;
  --nd-search-color: var(--nd-body-color, #000);
  --nd-search-bg: var(--user-header-bg, #fff);
  --nd-search-btn-color: #fff;
  --nd-search-border-radius:0;
  --nd-search-border-width: 0px;
  --nd-search-border-color: var(--nd-gray-400, #ced4da);
  --nd-search-focus-color: #fff;
  --nd-search-focus-bg: #000;
  --nd-search-focus-border-color: var(--nd-secondary, #6c757d);
  
  /* search button */
  --nd-search-btn-color: var(--nd-search-color);
  --nd-search-btn-bg: var(--nd-search-bg);
  --nd-search-btn-border: var(--nd-search-border-width) 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-focus-color);
  --nd-search-btn-active-bg: #000;
  --nd-search-btn-active-border-color: var(--nd-search-focus-border-color);
  /* gng */
  --nd-gnb-padding: 0.75rem 1.5rem;
  --nd-gnb-font-size: 0.8125rem;
  --nd-gnb-color: #495057;
  --nd-gnb-bg: #fff;
  /* account */
  --nd-account-hover-color: #fff;
  --nd-account-item-padding-x: 1rem;
  --nd-account-divider: normal;
  padding-top: var(--nd-nav-height);
  --nd-account-color: #fff;
  --nd-account-font-size:0.8125rem;
  --nd-updated-font-size:0.813rem;
  --nd-updated-color: rgba(0, 0, 0, .75);
  --nd-updated-font-weight: 300;
  --nd-gnb-margin: 1rem 0;
}
.gl-gnb, .gl-nav .index-width {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.gl-nav {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--nd-nav-height);
  padding: 0 2.5rem;
  min-width: 1280px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.gl-nav .index-width {
  gap: 1rem;
}

.gl-menu {
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
}
.gl-menu-sub.gl-menu-vert {
  --nd-menu-sub-min-width: 8rem;
  --nd-menu-sub-padding-x: 0;
  --nd-menu-sub-padding-y: var(--nd-menu-sub-padding-x);
  --nd-menu-sub-bg: var(--nd-body-bg, #fff);
  --nd-menu-sub-border: var(--nd-menu-sub-border-width) solid #000;
}
.gl-menu-btn {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  align-self: stretch;
  margin-left: calc(-1 * var(--nd-menu-btn-padding-x));
}


.gl-gnb {
  padding: 0;
  gap: 1.5rem;
  height: 3.125rem;
}

.gl-latest {
  flex: 0 0 auto;
  width: 25rem;
  max-width: 100%;
}
.gl-search {
   border: 1px solid var(--nd-gray-400, #ced4da);
 }
.gl-search-stack .gl-search-btn {
    color: #fff;
    background-color: #000;
}
.gl-search-stack .gl-search-input:focus {
   background-color:#fff;
   color:#000;
}
/*.gl-search {
  border-bottom: 2px solid var(--nd-primary, #007aff);
}*/
.gl-search-container {
  display:flex;
  margin-top: 10px;
  position: static;
  z-index: 99;
  float:right;
}
.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-container.detail-sch.is-active .gl-search-action i::before {
  display: none;
}
.gl-search-ab {
  margin-top: -5.5rem;
  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-service {
   top:62%;
   position: absolute;
   margin:0 auto;
  --nd-account-font-size: 0.9375rem;
  --nd-account-item-padding-x: 1.5rem;
  --nd-account-divider: normal;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 750px;
  /*box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);*/
}
.gl-service-body {
  padding:1.875rem;
  border: 1px solid #ddd;
  width: 1200px;
  grid-template-columns: repeat(var(--nd-service-cols, 5), 1fr);
}
.gl-service-menu .gl-service-menu-link a:before {
    content: "¡¤";
    padding-right: .375rem;
}
.gl-service-footer {
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  margin-top: 0rem;
  padding-top: 1.25rem;
  border-top: 1px solid #000;
}
.gl-service-spacial {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  font-size: 0.9375rem;
}
.gl-service-spacial-right {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  font-size: 0.9375rem;
}
.gl-service-spacial-item + .gl-service-spacial-item {
  margin-left: 1.5rem;
}
.gl-service-spacial-link {
  display: block;
  white-space: nowrap;
}
.gl-service-spacial-link::after {
  content: "\e93e";
  display: inline-block;
  margin-left: 0.25rem;
  font-family: "fontello", var(--nd-user-font-family, sans-serif);
  font-size: 0.8em;
  line-height: 1;
  vertical-align: middle;
  color: var(--nd-primary, #007aff);
}
.gl-service .gl-account {
  margin-left: auto;
}
.user-header.is-active .gl-menu-btn i[class^=icon-] {
  --nd-ndfonts-icon: "\e921";
}
#nav-header .etc-list {
    list-style-type: none;
    justify-content: end;
    margin-left: auto;
    display: flex;
    width: 100%;
}

#nav-header .etc-list > li {
    float: left;
    position: relative;
    font-size: .813rem;
    font-weight: 300;
    line-height: 1.125;
    color: rgba(0,0,0,.75)
}

#nav-header .etc-list > li:not(:first-child) {
    padding-left: .625rem;
    margin-left: .625rem
}

#nav-header .etc-list > li:not(:first-child)::before {
    content: '';
    overflow: hidden;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    width: 0;
    height: .75rem;
    border-left: 1px solid rgba(0,0,0,.12);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#nav-header .etc-list > li > a {
    display: block;
    overflow: hidden;
    color: inherit
}

#nav-header .etc-list > li > a:hover {
    color: rgba(0,0,0,.95)
}
.gl-search-action {
    width: auto;
}

/*********************************************
note : ÇÈ¸Þ´º
*********************************************/
.gl-gnb .index-width {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border-bottom: 1px solid #367dc1;
    border-top: 3px solid #367dc1;
}

.gl-gnb .index-width .first {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
    min-height: 50px;
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.0625em;
    text-align: left
}

.gl-gnb .index-width .first::before {
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    border-right: 1px solid rgba(0,0,0,.12)
}

.gl-gnb .index-width a {
    display: flex;
    color: inherit;
    text-decoration: none
}

.gl-gnb .index-width span a  {
    display: block;
    margin-top: 3px;
    font-size: .813rem;
    font-weight: 600;
}

.gl-gnb .pick-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0
}

.gl-gnb .pick-nav > li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    display: grid;
    place-items: center;
    position: relative;
    height: 72px;
    font-size: 1.063rem;
    font-weight: 700;
    line-height: 1;
    color: #000
}

.gl-gnb .pick-nav > li:not(:first-child)::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    border-left: 1px solid rgba(0,0,0,.12)
}

.gl-gnb .pick-nav.small {
    padding: .75rem 4.25rem .875rem 1.25rem;
    margin-top: -5px;
    height: 50px
}

.gl-gnb .pick-nav.small > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    padding: 8px 16px;
    height: auto
}

.gl-gnb .pick-nav.small > li::before {
    display: none
}

.gl-gnb .pick-nav.small.active {
    margin-bottom: -5px;
    height: auto
}

.gl-gnb .pick-nav > li > a {
    display: block;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-align: center;
    text-decoration: none
}

.gl-gnb .pick-nav > li > a:hover {
    color: #656565
}

.gl-gnb .pick-nav > li > a > small {
    display: block;
    margin-top: 8px;
    font-size: .813rem;
    font-weight: 400;
    color: #595959
}

.gl-gnb .more-btn {
    display: none;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 12px;
    width: 25px;
    height: 25px;
    font-size: 20px;
    font-weight: 500;
    color: #666;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.12)
}

.gl-gnb.more .more-btn {
    display: block
}

.gl-gnb.all-serial {
    display: none
}

.gl-gnb .pick-nav-view li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    padding: 16px 0 0px 16px;
    height: auto;
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    list-style: none;
    margin: 0;
}
.gl-gnb .pick-nav-view {
    position: relative;
	display: flex;
	flex-wrap: wrap;
}
@media print, screen and (max-width: 99.99875em) {
  .gl-latest {
    display:none;
  }	
 }
.detail-sch {
    font-size: 1.25rem;
   margin-left:0;
    background: #367dc1;
    color: #fff;
   padding: 7px 12px;
}
