@charset "utf-8";

/**
 * 팝업레이어 스타일 (mother365)
 * - PC/모바일 공통, 반응형 대응
 */

/* 팝업레이어 기본 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_pop p{margin:0;}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.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_close {background:#393939;position:absolute;top:0;right:0}

/* 팝업레이어 반응형 (모바일/태블릿) */
@media (max-width: 768px) {
    #hd_pop {width:100%;max-width:100%}
    .hd_pops {left:50% !important;transform:translateX(-50%);width:80vw;max-width:80vw;min-width:80vw;box-sizing:border-box}
    .hd_pops_con {width:100% !important;max-width:100% !important;height:auto !important;overflow-y:auto;box-sizing:border-box}
    .hd_pops_footer {padding:10px;text-align:center}
    .hd_pops_footer .hd_pops_reject {display:block;width:100%;margin-bottom:8px;position:static;text-align:center}
    .hd_pops_footer .hd_pops_close {position:static;display:block;width:100%;margin:0}
}
@media (max-width: 480px) {
    .hd_pops {width:80vw;max-width:80vw;min-width:80vw;top:10px !important}
    .hd_pops_con {max-width:100% !important;height:auto !important}
    .hd_pops_footer button {padding:8px;font-size:0.9em}
}
