@charset "utf-8";

.fgm-page{
  min-height:calc(100vh - 170px);
  padding:44px 16px 80px;
  background:
    radial-gradient(circle at 10% 0%, rgba(124,92,255,.10), transparent 28%),
    radial-gradient(circle at 90% 8%, rgba(255,143,199,.12), transparent 30%),
    #fbf9ff;
  font-family:'Pretendard','Noto Sans KR','Apple SD Gothic Neo','Malgun Gothic',sans-serif;
  color:#19172a;
}
.fgm-card{
  max-width:520px;
  margin:0 auto;
  padding:34px;
  border-radius:32px;
  background:rgba(255,255,255,.96);
  border:1.5px solid #e8e3f5;
  box-shadow:0 22px 70px rgba(74,50,120,.12);
}
.fgm-card-wide{max-width:860px;}
.fgm-brand{text-align:center;margin-bottom:26px;}
.fgm-logo{
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-decoration:none!important;
  color:#19172a!important;
}
.fgm-logo span{
  width:52px;height:52px;
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:19px;
  background:linear-gradient(135deg,#7c5cff,#a48bff);
  color:#fff;
  font-size:24px;
  font-weight:900;
  box-shadow:0 12px 30px rgba(124,92,255,.24);
}
.fgm-logo strong{font-size:22px;font-weight:900;letter-spacing:-.055em;}
.fgm-brand h1{
  margin:18px 0 8px;
  font-size:32px;
  line-height:1.18;
  letter-spacing:-.06em;
}
.fgm-brand p{
  margin:0;
  color:#6f6a80;
  line-height:1.65;
}
.fgm-form label{
  display:block;
  margin:14px 0 7px;
  font-size:13px;
  font-weight:900;
  color:#4b465c;
}
.fgm-form input[type=text],
.fgm-form input[type=password],
.fgm-form input[type=email],
.fgm-form input[type=tel],
.fgm-form select,
.fgm-form textarea{
  width:100%!important;
  height:52px!important;
  box-sizing:border-box;
  border:1.5px solid #e8e3f5!important;
  border-radius:17px!important;
  padding:0 16px!important;
  background:#fff!important;
  color:#19172a!important;
  font-size:16px!important;
  outline:none!important;
  box-shadow:none!important;
}
.fgm-form textarea{
  height:auto!important;
  min-height:120px;
  padding:14px 16px!important;
}
.fgm-form input:focus,
.fgm-form select:focus,
.fgm-form textarea:focus{
  border-color:#7c5cff!important;
  box-shadow:0 0 0 4px rgba(124,92,255,.12)!important;
}
.fgm-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.fgm-section{
  margin-top:18px;
  padding:20px;
  border-radius:24px;
  background:#fbfaff;
  border:1px solid #eee8fb;
}
.fgm-section h2{
  margin:0 0 12px;
  font-size:19px;
  letter-spacing:-.045em;
}
.fgm-help{
  margin:7px 0 0;
  color:#8a8499;
  font-size:12px;
  line-height:1.5;
}
.fgm-options{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:12px 0 2px;
}
.fgm-options a,
.fgm-bottom a{
  color:#6242df!important;
  font-weight:900;
  text-decoration:none!important;
}
.fgm-check{
  display:flex!important;
  align-items:center;
  gap:8px;
  margin:10px 0!important;
  color:#4b465c;
}
.fgm-check input{
  width:18px!important;
  height:18px!important;
}
.fgm-submit{
  width:100%;
  height:54px;
  margin-top:18px;
  border:0!important;
  border-radius:19px;
  background:linear-gradient(135deg,#7c5cff,#a48bff);
  color:#fff!important;
  font-size:16px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 12px 30px rgba(124,92,255,.26);
}
.fgm-submit:hover{transform:translateY(-1px);}
.fgm-bottom{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:20px;
  color:#6f6a80;
  font-size:14px;
}
.fgm-agree{
  margin-bottom:14px;
  padding:18px;
  border-radius:24px;
  background:#fbfaff;
  border:1px solid #eee8fb;
}
.fgm-agree-head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  margin-bottom:12px;
}
.fgm-agree-head h2{
  margin:0;
  font-size:19px;
  letter-spacing:-.045em;
}
.fgm-agree-head label{
  display:flex;
  align-items:center;
  gap:7px;
  margin:0;
  color:#6242df;
}
.fgm-agree-box{
  max-height:180px;
  overflow:auto;
  padding:14px;
  border-radius:16px;
  background:#fff;
  border:1px solid #eee8fb;
  color:#5d5870;
  font-size:13px;
  line-height:1.7;
  white-space:pre-line;
}
.fgm-address{
  display:flex;
  gap:8px;
  margin-bottom:8px;
}
.fgm-address input{max-width:180px;}
.fgm-small-btn{
  height:52px;
  padding:0 16px;
  border:0;
  border-radius:16px;
  background:#f1ecff;
  color:#6242df;
  font-weight:900;
  cursor:pointer;
}
.fgm-actions{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:18px;
}
.fgm-actions .fgm-submit{margin-top:0;flex:1;}
.fgm-cancel{
  height:54px;
  padding:0 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:#f1ecff;
  color:#6242df!important;
  font-weight:900;
  text-decoration:none!important;
}
@media(max-width:720px){
  .fgm-page{padding:28px 12px 60px;}
  .fgm-card{padding:24px 18px;border-radius:26px;}
  .fgm-brand h1{font-size:27px;}
  .fgm-grid{grid-template-columns:1fr;}
  .fgm-options{align-items:flex-start;flex-direction:column;}
  .fgm-agree-head{align-items:flex-start;flex-direction:column;}
  .fgm-address{flex-direction:column;}
  .fgm-address input{max-width:none;}
  .fgm-actions{flex-direction:column;}
  .fgm-cancel,.fgm-actions .fgm-submit{width:100%;box-sizing:border-box;}
}

/* member skin v0.3.3 */
