/* gnb common */

.gnb {

  font-weight: 500;
  font-size: 14px;
}
.gnb .gnb_1d {
}
.gnb .gnb_1dul {

  display: flex;
  flex-wrap: wrap;
}


.lang a span {
    padding-left: 0;
}



.gnb .gnb_1da {
  display: block;
  font-size: 1em;
  line-height: 1;
  pointer-events: none;
}
.gnb .gnb_1dli:last-child a {
  padding-right: 0;
}


.gnb .gnb_2d,
#hd_lang .lang_2d
{
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 180px;
  padding: 15px;
  background: #fff;
  color: #777a7a;
  border-bottom: 0;
  font-weight: 400;
  border-radius: 0 2.5px 2.5px 2.5px;
}


#hd_lang .lang_2d {
    width: 84px;
    border-radius: 0 0 2.5px 2.5px;
}

.gnb .gnb_2dli {

  padding: 5px 0;
}
.gnb .gnb_2da {
    font-weight: 600;
}


.gnb_3dul {
    padding-left: 10px;
}

.gnb_3dul li {
    padding-top: 5px;
}


.gnb .gnb_1dli {
    position: relative;
    padding: 15px;
    border-radius: 2.5px 2.5px 0 0 ;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gnb .gnb_1dli:hover {
    font-weight: 600;
    background: #fff;
}

.gnb .gnb_1dli:hover > a {
    font-weight: 600;
    color: #333;
}

.gnb .gnb_2d a:hover {
    color: #333;
}

#hd_lang {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;

}

#hd_lang .lang_1dli {
    width: 84px;
    position: relative;
    padding: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2.5px 2.5px 0 0 ;
}


#hd_lang .lang_1da i {
    font-size: 16px;
}


#hd_lang .lang_2dli {
    padding: 5px 0;
}

#hd_lang  .lang_1dli:hover {
    background: #fff;
}

#hd_lang  .lang_1dli:hover > a {
    color: #333;
}




#hd_lang .lang_2d a:hover {
    color: #333;
}

#hd_wrapper.sticky {
    color: #333;
}


#hd_wrapper.sticky .hd {
    background: rgba(255, 255, 255, 0.9);

}

#hd_wrapper.sticky .hd_wr {
   padding-bottom: 15px;
}

#hd_wrapper.sticky .gnb .gnb_2d,
#hd_wrapper.sticky #hd_lang .lang_2d {
    background: #101113;
    color:  rgba(255, 255, 255, 0.9);
}

#hd_wrapper.sticky .gnb .gnb_1dli:hover {
    background: #101113;
}

#hd_wrapper.sticky .gnb .gnb_1dli:hover > a {
    color: #fff;
}


#hd_wrapper.sticky #hd_lang  .lang_1dli:hover {
    background: #101113;
}

#hd_wrapper.sticky #hd_lang  .lang_1dli:hover > a {
    color: #fff;
}

#hd_wrapper.sticky .gnb .gnb_2d a:hover {
    color: #fff;
}

#hd_wrapper.sticky #hd_lang .lang_2d a:hover {
    color: #fff;
}


#hd_wrapper.sticky svg {
    fill: #000;
}

#hd_wrapper.sticky .logo svg:hover {
    fill: rgba(0, 0, 0, 0.8);
    vertical-align: middle;
  }
  
  @media (min-width: 1024px) {

    .gnb .gnb_1dli:hover .gnb_2d,
    #hd_lang .lang_1d:hover .lang_2d {
        display: block;
    }
  }

/* gnb common end */

@media (max-width: 1024px) {
    #hd_logo{
      position: relative;
      z-index: 10 ;
    }
    #hd_menu{
      position: relative;
      z-index: 2;
    }

    #onlyweb {
        display: none ;
    }

  .gnb {
    color:  #333;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
  }
  .gnb .gnb_1d {
    position: absolute;
    right: 0;
    top: 70px;
    width: 100%;
    height: calc(100% - 70px);

    overflow-y: auto;
    padding-bottom: 60px;
  }
  .gnb .gnb_1da {
        /* pointer-events: unset; */
      padding-bottom: 15px;
  }

  .gnb .gnb_1dul {
      flex-flow: column;
      align-items: flex-start;
  }

  .gnb .gnb_1dli {
    width: 100%;
  }

  .btn_menu_close span {
    /* position: fixed;
    right: 20px;
    top: 20px; */
    color: #333;
    /* font-size: 24px; */
  }

  .gnb .gnb_1dli:hover {
        background: unset;
    }

  .gnb .gnb_1dli:hover > a {
      color: unset;
  }

  

  .gnb .gnb_1dli {
      padding: 15px 15px 0 15px;
      position: unset;
      flex-flow: column;
      height: unset;
      align-items: flex-start;
  }

  .gnb .gnb_2d, #hd_lang .lang_2d {
      position: unset;
      /* display: block; */
      top: unset;
  }

    .gnb .gnb_2d,
    #hd_lang .lang_2d  {
        background: transparent;
        padding: 0;
    }

    .gnb .gnb_2da,
    .lang_2da {
        color: #767676;
        font-weight: 400;
    } 
 
    .gnb .gnb_2d a:hover
    .lang_2da:hover {
        color: #333;
    }

    .lang_1dul {
        padding: 15px 15px 0 15px;

    } 

    .lang_2dul {
        padding: 15px 0 0 0;

    }

    .gnb .gnb_2dli {
        padding: 3px 0;

    }

    .lang_2dli  {
        padding: 5px 0;
    }

    #hd_wrapper.sticky .gnb .gnb_2d, 
    #hd_wrapper.sticky #hd_lang .lang_2d {
        background: transparent;
        color: #394b59;
    }

    
    .lang_1da > i {
        font-size: 16px;
    }
    

    .gnb_2d {


    }

    .gnb_1dli.on .gnb_2d {

        display: block;
    
    }



    #hd_wrapper.sticky .gnb .gnb_1dli:hover {
        background: transparent;
    }
    
    #hd_wrapper.sticky .gnb .gnb_1dli:hover > a {
        color: #333;
    }
    
    
    #hd_wrapper.sticky #hd_lang  .lang_1dli:hover {
        background: transparent;
    }
    
    #hd_wrapper.sticky #hd_lang  .lang_1dli:hover > a {
        color: #333;
    }
    
    #hd_wrapper.sticky .gnb .gnb_2d a:hover {
        color: #333;
    }
    
    #hd_wrapper.sticky #hd_lang .lang_2d a:hover {
        color: #333;
    }
    
    
    #hd_wrapper.sticky svg {
        fill: #000;
    }
    
    #hd_wrapper.sticky .logo svg:hover {
        fill: rgba(0, 0, 0, 0.8);
        vertical-align: middle;
      }
      

    .menuOn .logo svg{
        fill: #000;

    }

    
    .menuOn .logo  {
        /* position: absolute;
        z-index: 999;
        top: 20px;
        left: 20px; */
    }

    .menuOn .hd {
        background: transparent !important;
    }

    
    

}
