body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 78px;
  overflow-x: hidden;
}

.root {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.manual_typo {
  margin-top: 50px;
}

.manual_button_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.manual_button_typo {
  width: 327px;
  height: 47px;
  background-color: #929090;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  cursor: pointer;
  margin-top: 10px;
}

.manual_button_typo.current {
  background: #74a5ed !important;
  font-weight: 700;
}

.img_list_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.img_list_title_typo {
  width: 100%;
  color: #000080;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  padding: 12px;
  border-top: 2px solid #000080;
  border-bottom: 2px solid #000080;
  margin-top: 5px;
}

.img_list_img {
  width: 100%;
}

.tab-content {
  display: none;
  opacity: 1;
  transition: all 500 ease-out;
  margin-top: 30px;
}
.tab-content.current {
  display: block;
  width: 100%;
}
