.usprivacy-box {
  width: 1150px;
  max-width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  padding: 64px 20px 77px;
  margin: auto;
}

.us-success-tip-sumbitted {
  z-index: 10;
  background: #fff;
  width: 480px;
  height: 224px;
  margin: 179px auto;
  text-align: center;
}
.us-success-tip-sumbitted .us-success-img-submitted {
  font-size: 72px;
  height: 72px;
  display: block;
  margin: auto;
  margin-bottom: 24px;
}
.us-success-tip-sumbitted .us-success-tip-title-submitted {
  font-family: var(--tux-web-font-display);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.01em;
  text-align: center;
}
.us-success-tip-sumbitted .us-success-tip-subtitle-submitted {
  font-family: var(--tux-web-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.0019em;
  text-align: center;
  color: #161823bf;
  margin-top: 8px;
}
.us-success-tip-sumbitted .us-success-tip-btn-submitted {
  display: block;
  height: 45px;
  font-weight: 500;
  font-size: 16px;
  font-family: var(--tux-web-font-body);
  text-align: center;
  line-height: 21px;
  letter-spacing: 0.0019em;
  outline: none;
  border: 1px solid #1618231f;
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  color: #000000;
  width: 160px;
  height: 45px;
  gap: 10px;
  margin: auto;
  margin-top: 24px;
}

.us-submit-button {
  display: block;
  width: 177px;
  height: 44px;
  border-color: transparent;
  border-radius: 8px;
  font-family: var(--tux-web-font-body);
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.004em;
  text-align: center;
  background: #ff3b5c;
  color: #fff;
}

.us-disable-sumbit-button {
  cursor: not-allowed;
  opacity: 0.4;
}

.us-normal-sumbit-button {
  cursor: pointer;
}

.us-notice-bar {
  background: #f8f8f8;
  padding: 16px;
  font-family: var(--tux-web-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.0019em;
  text-align: left;
  border-radius: 12px;
  display: flex;
}
.us-notice-bar .us-notice-bar-icon {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 24px;
  margin-right: 12px;
}

.us-warning-notice-bar {
  background: rgba(254, 44, 85, 0.06);
  padding: 16px;
  font-family: var(--tux-web-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.0019em;
  text-align: left;
  border-radius: 12px;
  display: flex;
}
.us-warning-notice-bar .us-warning-notice-bar-icon {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 24px;
  margin-right: 12px;
}
