.pop_request_last_area{
    display:none;
    width: 90%;
    max-width:384px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
    position: fixed;
    top:100px;
    left:50%;
    /* margin-left:-192px; */
    z-index:9;
    transform: translate(-50%);
}

.pop_request_last_ok_img{
    display: flex;
    
    
    justify-content: center;
    align-items: flex-start;
    padding:32px 32px 0px 32px;
}

.pop_request_last_ok_txt1{
    display: inline-flex;
    padding-top:18px;
    justify-content: center;
    align-items: center;
    text-align:center;
    width:100%;
}

 .pop_request_last_ok_txt1 > span{
    color: #101828;
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
 }

 .pop_request_last_ok_txt2{
    display: inline-flex;
    padding-top:18px;
    justify-content: center;
    align-items: center;
    text-align:center;
    width:100%;
}

 .pop_request_last_ok_txt2 > span{
    color: #4A5565;
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
 }
.pop_request_last_ok_btn_area{
    display: flex;
    width:100%;
    margin:18px 0px 32px ;
    
}
 .pop_request_last_ok_btn{
    display: flex;
    width: 320px;
    padding: 11px 0 13px 0;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #004030;
    cursor:pointer;
    text-align: center;
    margin:0 auto
    
 }

  .pop_request_last_ok_btn > span {
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    
  }

  /* PC (800px 이상) */
@media (max-width: 620px) {

    .pop_request_last_ok_btn_area{
        display: flex;
        width: 90%;
        margin: 18px 5% 32px;
    }


}