@CHARSET "UTF-8";
.Popup{
  padding:0px;
  position:absolute; 
  background:#fff;
  z-index: 99999;
  overflow: hidden;
  box-shadow: 0 1px 5px rgba(0,0,0,.35);
  -webkit-transition: left .3s;
        transition: left .3s;
  text-align: center;
  background-color: #fff;
  max-width: 1000px;
  left:100px;
  top:100px;
}
.Popup img{max-width: 1000px}
.Popup pre{
  min-width:400px; 
  max-width: 800px;
  min-height: 400px; 
  background: url('/image/pop_bg.png') right bottom no-repeat;
  margin:0;
}
/* 수정부분 끝*/

.closeline{background-color: #111; height: 30px;text-align: left; padding:0 10px; line-height: 30px;}
.closeline input{margin:6px 0 0;}
.closeline span{color: #fff; cursor: pointer; }
.closeline .close_btn{float: right;}
@media (max-width: 768px){
.Popup{left:10px !important; width: 100%}
}