@charset "utf-8";


/* 팝업레이어 */
#hd_pop {position: fixed;left: 50% !important;top: 50% !important;transform: translate(-50%, -50%);display: flex;flex-direction: row;align-items: center;justify-content: center;width: 100%;z-index: 9999999;}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {/* position: fixed; *//* left: 50% !important; *//* top: 50% !important; *//* transform: translate(-50%, -50%); */}
.hd_pops img {max-width: 400px;}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;display: flex;position: absolute;left: 0;bottom: -36px;flex-direction: column;left: 50%;transform: translateX(-50%);width: 300px;}
.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}
#hd_pops_overlay { position: fixed; z-index: 9998; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.3); width: 100vw; height: 100vh;}
#container .hd_pops_overlay{display: none;}
#container.hidden .hd_pops_overlay{ display: block;}
#hd_pop_pc { display:flex; }
#hd_pop_mo { display:none; }
#hd_pop_mo .swiper {
    overflow: hidden;
}

#hd_pop_mo .swiper-wrapper {
    display: flex;
    align-items: center;
}

#hd_pop_mo .swiper-slide {
    width: auto !important;
}
#hd_pop_mo .swiper-container-horizontal>.swiper-pagination-bullets,
#hd_pop_mo .swiper-pagination-custom, .swiper-pagination-fraction{
}
#hd_pop_mo .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    background:#fff;
    opacity: 1;
}
#hd_pop_mo .swiper-pagination-bullet-active{
    background: var(--point-color);
}
@media all and (max-width:1200px) {
	#hd_pop_pc { display:none; }
    #hd_pop_mo {display: flex;align-items: center;justify-content: center;}
}

@media all and (max-width:720px) {
    .hd_pops img {max-width: 300px;}
}
