@charset "utf-8";
/* ----------
css
---------- */


/* content */
.support-password .pw-box { width:400px; height:200px; margin:0 auto; border:1px solid #ccc; border-top:2px solid #777; background-color:#f4f4f4; overflow:hidden; }
.support-password .pw-box .tit { width:300px; margin:30px auto 0; font-size:16px; color:#444; font-weight:600; text-align:center; }
.support-password .pw-box .btn-area { width:300px; margin:30px auto 0; text-align:center; }
.support-password .pw-box .btn-area .btn { display:inline-block; width:140px; height:30px; background-color:#444; font-size:12px; color:#fff; font-weight:600; text-align:center; line-height:30px; }
.support-password .pw-box .num { width:200px; height:30px; margin:20px auto 0; border:1px solid #ddd; background-color:#fff; font-size:14px; color:#444; text-align:center; line-height:30px; }
