.hwp-modal{
    display: none;/*flex;*/
    align-items:center;
    justify-content:center;
    background:#00000042;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:100000;
}

.hwp-modal-content{
    /* height:500px; */
    width:400px;
    max-width:100%;
    background:#fff;
    margin:0 auto;
    margin-top: 10%;
}

.hwp-modal-header{
    border-bottom:2px solid #ddd;
    position:relative;
    display:flex;
    justify-content:space-between;
    padding:10px;
}

.hwp-modal-title{
    font-weight:bold;
    color:#000;
}

.hwp-modal-close-btn{
    font-size:32px;
    color:#000;
    position:absolute;
    cursor:pointer;
    top:5px;
    right:10px;
}
