@charset "utf-8";
/* 마스크 뛰우기 */
#mask {  
    position:absolute;  
    z-index:9000;  
    background-color:#000;  
    display:none;  
    left:0;
    top:0;
} 
/* 팝업으로 뜨는 윈도우 css  */ 
.window{
    display: none;
    position:absolute;  
    left:50%;
    top:40%;
    margin-left: -160px; 
    width:320px;
    height:193px;
    background-color:#FFF;
    z-index:10000;   
 }
 
 
 
  /* 비밀번호확인 */
.pass_box { width:320px; background:#fff; position:relative; padding:0px 0 20px 0; margin:0px auto; }
.pass_box h4 { background:#594b40; color:#fff; font-size:100px; padding:10px 10px 10px 20px; margin:0px; font-size:100%;} 
.pass_box p { font-size:90%; word-break:keep-all; line-height:140%; padding:20px 10px;}
.pass_box fieldset { border:0; margin:0; padding:0; clear:both; }
.pass_box legend { width:0; height:0; overflow:hidden; visibility:hidden; font-size:0;}
.pass_box label { display:none;}
.pass_box .intype {margin:0px 0 0 20px; padding:0px 0px 0px 10px; width:60%; vertical-align:middle; border:1px solid #d4d4d4;}
.pass_box button.txt_button { background:#4d4d4d; font-weight:600; font-size:100%; float:right; color:#fff; display:inline-block; width:80px; height:40px; line-height:38px; padding:0px; margin:0px 20px 0 0; }
  
.pass_box .closed { position:absolute; top:14px; right:20px;}
