@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Blinker:wght@100;200;300;400;600;700;800;900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&display=swap');

ul.h_icons>li.eh_btn {
  position: relative;
}

.erp_home_btns_section {
  width: 225px;
  height: 120px;
  border-radius: 10px;
  background: #333;
  box-shadow: 3px 4px 20px 0 rgba(0, 0, 0, 0.25);
  
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 9999;
  display: none;
}

.erp_home_btns_section.on {
  display: flex;
}

.erp_home_btns {
  width: 175px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.erp_move_btn {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
}

.erp_move_btn>p {
  color: #333;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 80px;
}

.erp_move_btn:hover {
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

.erp_move_btn:hover p {
  color: #fff;
  transition: color 0.3s ease;
}

.home_move_btn {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_move_btn>i {
  font-size: 20px;
  color: #333;
}

.home_move_btn:hover {
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

.home_move_btn:hover i {
  color: #fff;
  transition: color 0.3s ease;
}