@charset "utf-8";

/*로그인*/
#login{position:absolute;top:50%;left:50%;width:505px;height:380px;margin-top:-230px;margin-left:-250px;background:url(../img/box_login.png) no-repeat;}
#login input{font-family:'Malgun Gothic',Dotum;font-size:15px;color:#333;background:none;border:none;text-indent:5px;line-height:36px;height:36px;width:230px;}
#login input.id{position:absolute;top:142px;left:67px;background:url(../img/t_id.gif) no-repeat 10px 12px;}
#login input.pw{position:absolute;top:200px;left:67px;background:url(../img/t_pw.gif) no-repeat 10px 12px}
#login .btn_login{position:absolute;top:138px;left:314px;width:128px;height:107px;}
#login .bg_focus{background-position:0 -400px !important;}

