
#header.sticky {
    
}

.header.sticky {
    position: fixed !important;
    top: 0;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px #eee solid !important;
    z-index: 99999999999999;
    transition: 0;
    height: 90px;  
}

.header.sticky .header-logo {
    position: absolute;
    top: 17px;
    left: 50px;
    z-index: 9999;
  }
.header.sticky .header-logo img {
    width: 140px;
}


.header.sticky .header-gnb .depth-1>a {
    display: flex;
    align-items: center;
    height: 65px;
    padding: 0 40px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
  }

  .header.sticky .header-gnb .depth-1 .depth-item .gnb-depth-2 {
    visibility: visible;
    opacity: 1;
    transition: all 0 !important;
  }
  .header.sticky .header-gnb .depth-1 .depth-item {
    /* display: none;
    position: absolute;
    top: 90px;
    left: 0;
    opacity: 0;
    width: 100%;
    text-align: left;
    height: 490px;
    border-top: 1px #ebebeb solid; */
    top: 90px;
  
  }
  .top_right_etc.sticky  {
     position: fixed;
  }
  .top_right_etc.sticky #hd_sch {
    border: 0;
    border-bottom: 1px #000 solid;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.top_right_etc.sticky #hd_sch #sch_str::placeholder {
    color: #000;
}
.top_right_etc.sticky #hd_sch i {
    font-size: 20px;
    color: #000;
}