.h-new-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.h-new-organ {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}
.h-new-organ .head-office-list,
.h-new-organ .workplace-list {
  width: 40%;
  max-width: 550px;
  min-width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.h-new-organ .workplace-list button div.business-list {
  height: 56px;
  width: 56px;
  background-color: #174697;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
}
.h-new-organ .workplace-list button div.business-list span {
  font-size: 12px;
  color: white;
}
.h-new-organ button {
  border: 1px solid #E6E6E6;
  width: 100%;
  min-width: 300px;
  padding: 15px;
  font-size: 16px;
  background-color: white;
  box-sizing: border-box;
  font-family: 'Noto Sans KR', sans-serif;
  position: relative;
}
.h-new-organ button:focus {
  border: none;
}
.h-new-organ button.title {
  cursor: default;
  padding: 20px;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f5f7f9;
  gap: 10px;
  align-items: center;
  border: none;
}
