@charset "utf-8";


#sh_hd .topblock{
    background: #000; 
    height: 40px; 
    line-height: 40px;
    display: flex;
    justify-content: space-between;
}

#sh_hd .topblock .lefttopbox{
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    padding-left: 60px;
}

#sh_hd .topblock .righttopbox{
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    padding-right: 60px;
}

#shGnb {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 75px;
  padding: 0 90px;
}
#shGnb.blur {
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, .95);
    transition: background .2s;
    box-shadow: 4px 4px 7px rgba(0, 0, 0, .1);
}
#shGnb.blur.on {
      background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(15px);
}
#shGnb.sub {
  background: #fff
}
.sh_lnb_bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background-color: #fff
}
#shGnb .sh_logo {
  position: relative;
  z-index: 20
}
#shGnb .sh_logo img {
  height: 45px;
}

#shGnb .sh_logo #logow{
    display: block;
}

#shGnb .sh_logo #logob{
    display: none;
}




#shGnb.blur .sh_logo #logow{
    display: none;
}

#shGnb.blur .sh_logo #logob{
    display: block;
}

#shGnb.blur.on  .sh_logo #logow{
    display: none;
}

#shGnb.blur.on  .sh_logo #logob{
    display: block;
}


#shGnb .sh_nav {
  position: absolute;
        z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: max-content
}
#shGnb .sh_nav > li {
  float: left;
  position: relative;
  padding: 0 25px;

  line-height: 70px
}
#shGnb .sh_nav > li > a {
  display: block;
    font-size: 16px;
    font-weight: 600;
  color: #fff;
  transition: all .2s
}
/*#shGnb.on .sh_nav > li > a {
  color: #222;
    
}*/
#shGnb.sub .sh_nav > li > a {
  color: #222
}
#shGnb .sh_lnb_s {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  width: max-content;
  /*min-height: 145px;*/
      
}
/*#shGnb.on .sh_nav > li:hover .sh_lnb_s {
  display: block;
    background: #fff;
}*/

#shGnb .sh_lnb_s li  {
    border-top: rgba(0,0,0,0.07) 1px solid;

}

#shGnb .sh_lnb_s li a {
  display: block;
  line-height: 1.8;
  text-align: center;
  color: #999;
  transition: all .2s;
        height: 50px;
    line-height: 50px;
}
#shGnb .sh_lnb_s li a:hover {
  color: var(--primary);

}
#shGnb .sh_tip {
  margin-left: auto
}
#shGnb .sh_tip {
  display: flex
}
#shGnb .sh_tip li + li {
  margin-left: 20px
}
#shGnb .sh_tip li a {
  font-size: 13px;
    font-weight: 600;
  color: #fff;
    display: flex;
}

#shGnb .sh_tip li a svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

#shGnb .sh_tip li a svg path{

    fill: #fff;

}

#shGnb.blur .sh_tip li a {
  color: #222;
      display: flex;
}

#shGnb.blur .sh_tip li  a svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

#shGnb.blur .sh_tip li  a svg path{
    fill: #222;
}

#shGnb.blur .sh_nav > li > a {
  color: #222;
}

/*#shGnb.on .sh_tip li a {
  color: #222
}*/
#shGnb.sub .sh_tip li a {
  color: #222
}