.black_overlay{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
.white_content {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
    background-color: transparent;
    z-index:1002;
    overflow: auto;
}

.lp_center-box-19 {
  left:0px;
}
.lp_box-59 {
  -webkit-box-shadow:0px 0px 7px 0px rgba(0,0,0,0.11);
  background-color:#FFFFFF;
  border-radius:5px;
  box-shadow:0px 0px 7px 0px rgba(0,0,0,0.11);
  float:none;
  height:150px;
  position:relative;
  width:300px;
}
.lp_text-60 {
  float:none;
  font-family:'Noto Sans KR', sans-serif;
  
;
  font-size:18px;
  margin-left:auto;
  margin-right:auto;
  margin-top:30px;
  position:relative;
  text-align:center;
}
.lp_cell-61 {
  background-color:#EB302E;
  color:#FFFFFF;
  float:none;
  height:40px;
  line-height:40px;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
  position:relative;
  text-align:center;
  width:120px;
}