.popup-overlay_pop{    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.pop_cont{width:90%;height:80%;margin:0 auto 3rem}
.l-m-tit{font-size:2rem;font-weight:800;font-family: 'Noto sans-serif';}
.l-scroll-style{width:100%;padding:2rem;height:100%;font-size:12px;margin:0rem auto;border: 1px solid #dbdbdb;}

.popup_mask{width:100%;height:100%;background:rgba(0,0,0,0.5);position:fixed;top:0;left:0;}    
.pop_cont_all{    height: 50vh;
    background: #fff;
    position: relative;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);}
.info-list{color:#a7a7a7;line-height:1.4;}
.ham-footer-tx2{color:#909090;}
