body {
  background-color: #f9f9f9;
}

.wrap {
  max-width: 600px;
  width: 100%;
  min-height: 100dvh;
  height: 100%;
  margin: 0 auto;
}

header {
  padding: 16px 10px;
  border-bottom: 1px solid #e8e8e8;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer {
  padding: 20px 16px 24px;
  background-color: #444;
  position: relative;
  z-index: 10;
}

footer .info_box {
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

footer .info_box p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.26px;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

footer .info_box p b {
  width: 1px;
  height: 9px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 8px;
}

footer .info_box p a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
}

footer .link_box {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

footer .link_box .link_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

footer .link_box .link_item a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 130%;
  color: #b4b4b4;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
}

footer .link_box .link_item a.bold {
  font-weight: 600;
}

footer .link_box .link_item b {
  width: 1px;
  height: 9px;
  background-color: rgba(255, 255, 255, 0.4);
}

footer .copyright {
  padding-top: 12px;
}

footer .copyright p {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.12px;
  color: #b4b4b4;
}
