/* 팝업레이어 (newwin.inc.php 출력 마크업용) — 기존 mobile_re.css 블록 이식 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:0}
#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img {max-width:100%;height:auto}
.hd_pops_con {}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}

@media (max-width: 767px) {
    .hd_pops {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, 25%) !important;
    }
    .hd_pops_con {
        max-width: 400px !important;
        width: 80vw !important;
        height: auto !important;
    }
    .hd_pops img {
        width: initial !important;
        height: initial !important;
    }
}
