/* =========================================================
   은성 회원 페이지 전용 스타일
   홈/고객지원/다운로드 페이지에는 적용되지 않습니다.
========================================================= */
body.eml-member-page .wp-block-post-title,
body.eml-member-page .entry-title,
body.eml-member-page .page-title{
  display:none !important;
}
body.eml-member-page .wp-block-post-content > .wp-block-shortcode,
body.eml-member-page .entry-content > .wp-block-shortcode{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
}
body.eml-member-page .eml-header-state a{
  color:inherit !important;
  text-decoration:none !important;
}
.eml-page{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  /* 고객지원 페이지와 동일하게 사용하던 고정 상단 간격 */
  margin-top:-135px !important;
  background:#fff;
  font-family:'맑은 고딕','Malgun Gothic',Arial,sans-serif;
  color:#162033;
  box-sizing:border-box;
}
.eml-page-title{
  width:100%;
  padding:32px 20px;
  background:#050505;
  color:#fff;
  text-align:center;
  box-sizing:border-box;
}
.eml-page-title h1{
  margin:0;
  font-size:34px;
  font-weight:900;
  letter-spacing:-1px;
  color:#fff;
}
.eml-main{
  width:100%;
  max-width:1100px;
  padding:0 20px;
  margin:28px auto 62px;
  box-sizing:border-box;
}
.eml-main-narrow{max-width:560px;}
.eml-main-form{max-width:780px;}
.eml-main-account{max-width:880px;}
.eml-card{
  width:100%;
  padding:30px 34px;
  border:1px solid #e2e8f0;
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 24px rgba(15,23,42,.06);
  box-sizing:border-box;
}
.eml-card h2{
  margin:0 0 8px;
  font-size:27px;
  font-weight:900;
  color:#111827;
  letter-spacing:-.5px;
}
.eml-help{
  margin:0 0 22px;
  font-size:15px;
  color:#64748b;
}
.eml-field-note{
  margin:-12px 0 18px;
  color:#64748b;
  font-size:13px;
  font-weight:600;
}
.eml-card label{
  display:block;
  margin:0 0 7px;
  font-size:15px;
  font-weight:800;
  color:#334155;
}
.eml-card label em{color:#e11d48;font-style:normal;}
.eml-card input[type="text"],
.eml-card input[type="email"],
.eml-card input[type="password"],
.eml-card textarea{
  display:block;
  width:100%;
  margin:0 0 19px;
  padding:0 14px;
  height:48px;
  border:1px solid #cbd5e1;
  border-radius:7px;
  background:#fff;
  font-size:15px;
  color:#111827;
  box-sizing:border-box;
}
.eml-card textarea{
  height:auto;
  min-height:94px;
  padding:12px 14px;
  resize:vertical;
}
.eml-card input:focus,.eml-card textarea:focus{
  border-color:#2563eb;
  outline:none;
  box-shadow:0 0 0 1px #2563eb;
}
.eml-card input:disabled,.eml-card input[readonly]{background:#f8fafc;color:#475569;}
.eml-check{display:flex !important;align-items:center;gap:8px;margin:0 0 22px !important;font-weight:600 !important;}
.eml-check input{width:auto;margin:0;}
.eml-btn{
  display:inline-block;
  border:0;
  border-radius:9px;
  text-align:center;
  text-decoration:none;
  font-size:17px;
  font-weight:900;
  cursor:pointer;
  box-sizing:border-box;
}
.eml-btn-primary{
  width:100%;
  padding:15px 20px;
  background:linear-gradient(135deg,#2563eb,#06b6d4);
  color:#fff !important;
}
.eml-btn-primary:hover{opacity:.92;}
.eml-btn-address{
  flex:0 0 112px;
  height:48px;
  padding:0 13px;
  background:#111;
  color:#fff !important;
  font-size:15px;
  border-radius:7px;
}
.eml-address-line{display:flex;gap:9px;align-items:flex-start;}
.eml-address-line input{flex:1;}
.eml-links{
  margin-top:22px;
  display:flex;
  justify-content:center;
  gap:12px;
  font-size:14px;
  font-weight:700;
}
.eml-links a{color:#334155;text-decoration:none;}
.eml-links a:hover{color:#2563eb;}
.eml-message{display:none;margin:0 0 18px;padding:11px 13px;border-radius:7px;font-size:14px;font-weight:700;}
.eml-message.is-success{display:block;background:#ecfdf5;color:#047857;border:1px solid #a7f3d0;}
.eml-message.is-error{display:block;background:#fff1f2;color:#be123c;border:1px solid #fecdd3;}
.eml-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px;}
.eml-grid-full{grid-column:1/-1;}
.eml-center{text-align:center;}
.eml-link-btn{border:0;background:transparent;color:#334155;font-size:14px;font-weight:800;text-decoration:underline;cursor:pointer;}
.eml-account-top{
  margin:0 0 22px;
  padding:20px 26px;
  border:1px solid #dbeafe;
  border-radius:14px;
  background:linear-gradient(135deg,#f8fbff,#eef7ff);
}
.eml-welcome h2{margin:0 0 7px;font-size:26px;font-weight:900;color:#102a43;}
.eml-welcome p{margin:0 0 10px;color:#475569;font-weight:700;}
.eml-profile-card h2{margin-bottom:22px;}
@media(max-width:768px){
  .eml-page{margin-top:-70px !important;}
  .eml-page-title{padding:27px 14px;}
  .eml-page-title h1{font-size:29px;}
  .eml-main{padding:0 14px;margin:22px auto 42px;}
  .eml-card{padding:24px 18px;}
  .eml-grid{display:block;}
  .eml-address-line{display:block;}
  .eml-btn-address{width:100%;margin:-7px 0 19px;}
  .eml-account-top{padding:19px 16px;}
}
