.layout_footer_box {
  display: flex;
  width: 100%;
  padding: 64px 32px 32px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  background: #FFF;
}
.footer_register {
  display: flex;
  padding-bottom: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  border-bottom: 1px solid #CCC;
}
.footer_register .footer_register_title {
  display: flex;
  height: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.footer_register .footer_register_title span {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  font-family: "Rapha Sans Condensed", sans-serif;
}
.footer_register .footer_register_form {
  display: flex;
  height: 44px;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
.footer_register .footer_register_form .footer_register_form_input {
  flex: 1 0 0;
  align-self: stretch;
  border: 1px solid #949494;
}
.footer_register .footer_register_form .footer_register_form_button {
  cursor: pointer;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  border: 1px solid #949494;
}
.footer_register .footer_register_form .footer_register_form_button span {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.footer_register .footer_register_agreement {
  display: flex;
  height: 22px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.footer_register .footer_register_agreement span {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer_entrance {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
.footer_entrance .footer_entrance_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
}
.footer_entrance .footer_entrance_box .footer_entrance_header {
  display: flex;
  height: 42px;
  align-items: center;
  align-self: stretch;
  border-bottom: 1px solid #CCC;
}
.footer_entrance .footer_entrance_box .footer_entrance_header span {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  font-family: "Rapha Sans Condensed", sans-serif;
}
.footer_entrance .footer_entrance_box .footer_entrance_list {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
}
.footer_entrance .footer_entrance_box .footer_entrance_list .footer_entrance_item {
  cursor: pointer;
  user-select: none;
  display: flex;
  height: 22px;
  align-items: center;
  flex: 1 0 0;
}
.footer_entrance .footer_entrance_box .footer_entrance_list .footer_entrance_item span {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.footer_entrance .footer_entrance_box .footer_entrance_list .footer_entrance_item span:hover {
  color: var(--hoverTextColor);
}
.footer_copyright {
  display: flex;
  padding: 25px 0;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.footer_copyright .footer_copyright_text {
  display: flex;
  height: 22px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.footer_copyright .footer_copyright_text span {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer_copyright .footer_copyright_logo {
  width: 111px;
  height: 40px;
  mask-size: cover;
  mask-image: url(../svg/logo.svg);
  mask-position: center center;
  background-color: #000;
}
