/* BASIC css start */
iframe[name=namecheck_frame] {display:none !important; width:0px !important; height:0px !important; bottom:0 !important; right:0 !important;}
#passimg { width : 100%; border-top: 2px solid #dadada; background-color: #fff; border-bottom: 2px solid #dadada; top: 280px; text-align: center;}
#passimg .popups .head h5 {padding: 10px 0; margin: 0; color: #000; font-weight: bold; border-bottom: 1px solid #979797; }
#passimg .popups .contents {position: relative; padding: 15px 0; }
#passimg .popups .contents table {background-color: #f1f1f1; margin: 0 auto; }
#passimg .popups .contents table td {vertical-align: middle; padding: 5px 0; border: 1px solid #979797; text-align: center; font-weight: bold; color: #000; }
#passimg .popups .contents .btns { text-align: center; padding: 10px 0; }
#passimg .popups .btns a.btn-gray-h25 {width:80%; height:35px; line-height:35px; background-color:#393939; color:#fff; text-align:center; display:block; border:1px solid #393939; margin: 0 auto;}

/* ✅ 아이디/비밀번호 찾기 개선 */

/* 안내 문구 여백 */
.login .member > p {
    padding: 20px 15px !important;
    color: #555 !important;
    font-size: 14px !important;
}

/* 입력창 높이 통일 */
.login .loginInput input {
    height: 48px !important;
    padding: 0 12px !important;
    box-sizing: border-box !important;
}

/* 팝업 현대화 */
#passimg {
    border-radius: 12px !important;
    border: none !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
}

/* 팝업 버튼 100% */
#passimg .popups .btns a.btn-gray-h25 {
    width: 100% !important;
}

/* ✅ 플레이스홀더 색상 통일 */
::placeholder {
    color: #bbb !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
input:focus::placeholder {
    color: #ddd !important;
    transition: color 0.2s;
}
/* BASIC css end */

