body.member-apply-public{
  background:#555555;
  color:#fff;
}
body.member-apply-embedded{
  background:transparent;
}
.member-apply-wrap{
  max-width:1080px;
  margin:0 auto;
  padding:26px 18px 40px;
}
.member-apply-head{
  margin-bottom:18px;
  text-align:center;
}
.member-apply-head img{
  display:block;
  width:520px;
  max-width:100%;
  height:auto;
  margin-bottom:22px;
  margin-left:auto;
  margin-right:auto;
}
body.member-apply-embedded .member-apply-wrap{
  padding-top:0;
}
body.member-apply-embedded .member-apply-head{
  display:none;
}
.member-apply-box{
  background:rgba(220,224,227,.08);
  border:1px solid rgba(220,224,227,.28);
  border-radius:24px;
  box-shadow:0 10px 30px rgba(0,0,0,.25);
  padding:18px;
}
.member-apply-steps{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:16px;
}
.member-apply-step{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:120px;
  padding:11px 16px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.08);
  color:#fff;
  font-weight:700;
  cursor:pointer;
}
.member-apply-step.active{
  background:#c40000;
  border-color:#c40000;
}
.member-apply-panel{
  display:none;
}
.member-apply-panel.active{
  display:block;
}
.member-apply-grid{
  display:grid;
  gap:14px;
  grid-template-columns:repeat(2, minmax(0, 1fr));
}
.member-apply-upload{
  border:2px dashed rgba(255,255,255,.22);
  border-radius:20px;
  padding:28px 18px;
  text-align:center;
  background:rgba(0,0,0,.12);
}
.member-apply-summary{
  display:grid;
  gap:14px;
  grid-template-columns:repeat(2, minmax(0, 1fr));
}
.member-apply-summary-card{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.12);
  border-radius:20px;
  padding:16px;
}
.member-apply-nav{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-top:18px;
  flex-wrap:wrap;
}
.member-apply-note{
  display:inline-block;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(104, 242, 164, .14);
  border:1px solid rgba(104, 242, 164, .35);
  color:#9effc4;
  font-weight:700;
}
.member-apply-alert{
  margin-bottom:12px;
}
.member-apply-success{
  background:rgba(255,255,255,.92);
  color:#27303a;
  border-radius:24px;
  box-shadow:0 12px 28px rgba(0,0,0,.16);
  padding:22px;
}
@media (max-width:900px){
  .member-apply-grid,
  .member-apply-summary{
    grid-template-columns:1fr;
  }
}

.member-apply-success-note{
  margin-bottom:12px;
  color:#465466;
  font-weight:600;
}
