
/* login */

html,body{
	height: 100%;
	margin: 0;
	padding: 0;
}
.wrap{
	min-height: 100%;
	width:1000px;
	margin:0 auto;			
}
*html .wrap{
	height: 100%;
}

.login{
	position:absolute;
	top:22%;
	
}
.logo {
	position:absolute;
	top:-100px;
	width: 1000px;
}
.logo div{
	float: left;
}
.login_box{
	width:998px;
	background:URL(../../images/user/login_model.png?ver=1.0) 583px bottom no-repeat;
	height:390px;
	border:solid 2px #81B9C7;
}
.inner_box{
	margin-top:50px;
	margin-left:100px;
	width:500px;	
	color:#888;
	letter-spacing:-1px;
}
.inner_box p{	
	font-size:28px;
	color:#2d6db5;
	letter-spacing:-1px;
	font-weight:600;
	margin-bottom:10px;	
}
.login_txt{
	/*float:right;
	line-height:24px;*/	
	width: 760px;
	margin-left:30px;	
	margin-top:38px;
	line-height:1.6em;
	color:#888686;
	font-weight:600;
	font-size:15px;
}
.login_id, .login_pw{
	color:#555;
	font-weight:600;	
}
.login_pw{
	margin-top:5px;	
}
.txt_input {
	border-radius: 4px;
	border:solid 1px #cbcbcb;
	width:225px;
	height:25px;
	padding:5px;
}
.login_input > div{
	float:left;
	margin-top:30px;
}
.btn_blue{
	background: #1494b5;
	background:linear-gradient(to bottom, #1494b5, #1a75ca);
	border:none;
	width:100px;
	color:#ffffff;
	font-size:20px;
	font-weight:600;
	/*font-family:Nanum Gothic;	*/
}
.id_save{
	font-size:13px;
	font-weight:600;
	color:#555;
	margin-top:10px;
}
.checkbox{
	margin-left:15px;			
}
.hr_ccc{
	border:0;
	border-top:solid 1px #cbcbcb;
	width:450px; 
	margin-top:20px;
	margin-bottom:20px;
	margin-right:50px;
}
.register{
	margin-top:5px;
	width:450px;
	text-align: right;
	font-size:13px;	
	font-weight:600;
	color:#888686;
}
.btn_blank{
	background:linear-gradient(to bottom, #ffffff, #eeeeee);
	border:solid 1px #cbcbcb;
	font-weight:600;
	color:#555;
	/*font-family:Nanum Gothic;*/
}
.join{
	height:34px;
	width:140px; 
	border-radius: 4px;
	color:#888686;
	font-size:12px;
}
.find{
	height:34px;
	width:140px; 
	border-radius: 4px;
	color:#888686;
	font-size:12px;
}
.btn_login{
	border-radius: 4px;
	height:79px; 
	margin-left:15px;
}
.id{
	margin-left:35px;
}
.pw{
	margin-left:20px;
}
.call {
	margin-top:15px;
}
.login_check {
	display: inline-block;
	margin-left: 16px;
	vertical-align: text-top;
}
.reg_acpt {
	font-size: 13px;
    font-weight: 600;
    color: #888686;
}
/*input[type=checkbox] {
	    display:none;
}
input[type=checkbox] + label {
    content: "";  
    display: inline-block;  
    width: 21px;  
    height: 21px; 
    vertical-align:middle;
    background:url(../../images/common/login_cb.png) -21px top no-repeat;     
    cursor: pointer;
}
input[type=checkbox]:checked + label {
	content: "";
    background:url(../../images/common/login_cb.png) left top no-repeat; 
}*/
input[type="button"]{
	cursor: pointer;
}

/* 김홍, 현금결제 변경 시 사용되는 추가 CSS */
#signUpAlert_title{
	font-size: 24px;
    font-weight: bold;
}
