@charset "utf-8";
/* 팝업레이어 */

#hd_pop {
    z-index: 1000;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 0px
}

#hd_pop h2 {
    position: absolute;
    font-size: 0;
    text-indent: -9999em;
    line-height: 0;
    overflow: hidden
}

.hd_pops {
    display: block;
    position: absolute;
    border: 1px solid #e9e9e9;
    background: #fff;
    max-width: 100%;
}

.hd_pops_con {
    max-width: 100%;
    max-height: fit-content;
}

.hd_pops img {
    max-width: 100%;
    height: auto
}

.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: 970px) {
    .hd_pops {
        top: 0 !important;
        left: 0 !important;
    }
}