/* 팝업레이어 */
#hd_pop {
    z-index:1005;
    position: fixed; 
    margin:0 auto;
}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;}
.hd_pops p {
    height: inherit;
    background-color: #fff;
}
.hd_pops img {max-width:100%;}
.hd_pops_footer {
    padding:0;
    background:#000;
    color:#fff;
    text-align:left;
    position:relative; 
    font-size: 13px;
    /* transform: translateY(37px); */
}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_reject strong {display: inline-block;}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}

@media screen and (max-width: 640px) {
    .hd_pops_con {
        width: 80vw !important;
        height: fit-content !important;
    }
}
