@charset "UTF-8";

/* header-admin 202008 add*/
.header-admin_wrap {
  position: relative;
}

.header-admin_icon {
  position: absolute;
  right: 0;
  bottom: 15px;
}

.header-admin_icon img {
  width: 20px;
}

.header-admin_icon img:hover {
  transform: rotateZ( 90deg ) ;
  transition: all .6s;
}

#top-head.fixed .header-admin_wrap {
  position: unset;
}

#top-head.fixed .header-admin_icon {
  top: 8px;
  z-index: 1;
}

.header-admin_ul {
  position: fixed;
  right: -320px;
  top: 0;
  width: 300px;
  height: 100%;
  padding-top: 60px;
  transition: all .6s;
  text-align: center;
  background: #000;
  z-index: 999;
  overflow-y: auto;
}

.header-admin_li {
  display: block;
   padding: 10px 0;
   border-top: 1px solid #eee;
   text-decoration: none;
   color: #111;
}

.header-admin_li:last-of-type {
  border-bottom: 1px solid #eee;
}

.header-bg_black {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index:99;
}

@media screen and (max-width:766px) {
  .header-admin_icon {
    position: absolute;
    top: 10px;
    right: 60px;
    bottom: 0;
  }

  .header-admin_icon img {
    width: 30px;
  }

}
/* header-admin 202008 add*/



@media screen and (max-width:766px) {
  #footer_gear_wrap {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 55px;
    bottom: 5px;
    z-index:9999;
  }
  #footer_gear {
    position: relative;
    width:50px;
  }

  
}
