
@CHARSET "UTF-8";

.pop_login_info_wrap{
 	z-index: 10000;
	position: fixed; 
	top: 0;
	width: 100%; 
	height: 100%; 
	background: rgba(0,0,0,.2); 
	
}
.login_info_popup {
/* 	position: fixed;
	top: 180px;
	left: 0;
	right: 0;
	padding: 40px;
	margin: 0 auto;
	width: 996px;
	height: auto;
	background-color: #fff;
	border: 1px solid #646464;
	z-index: 1000; */
	 margin:0 auto;
  margin-top:365px;
  width: 620px;
  height:auto;
  background:#fff;
  box-sizing: border-box;
}
.login_h4{
  margin:0 auto;
  width: 100%;
  height:72px;
  text-align: center;
  font-size: 28px;
  background: #b2d3f2;
  color:#000;
  line-height: 72px;
}
.login_h4>span{font-size:15px;}

.login_cont1{margin-top:56px;width: 100%;}

/*login_box css추가*/
/*2. 그 위에 alert 창*/
.login_box{
  margin:0 auto;
  margin-top:365px;
  width: 620px;
  height:284px;
  background:#fff;
  box-sizing: border-box;
}
.btn_login_x {
    position: absolute;
    /* top: 25px; */
    right: 500px;
    width: 20px;
    height: 20px;
    background: url(../../img/A02_Login/btn_delete.png) no-repeat;
    cursor: pointer;
    opacity: 1;
}
.btn_pop_species_info_close_popup {
   /*  position: absolute;
    height: 20px;
    width: 20px;
    right:35%;
    top:40%;
    background: url(../../img/A00_Common/btn_delete.png) no-repeat; */
    position: absolute;
    right: 2%;
    top: 2%;
    background: url(../../img/A00_Common/x-on.png) no-repeat;
    width: 18px;
}