@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#hd_pops_6{background-color: var(--point-color);}
.hd_pops img {max-width: 400px;}
.hd_pops_con {}
.hd_pops_footer {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    justify-content: center;
    white-space: nowrap;
}
.hd_pops_footer:after { display:block; visibility:hidden; clear:both; content:""; }
.hd_pops_footer button {
    padding: 12px 28px;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
    min-width: 120px;
    position: relative;
    z-index: 99999999;
}
.hd_pops_footer button:first-child {
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.3);
    color: rgba(255,255,255,0.9);
}
.hd_pops_footer button:first-child:hover {
    background: rgba(255,255,255,0.3);
    color: #fff;
}
.hd_pops_footer button:last-child {
    background: #fff;
    color: #333;
    border: 1px solid #fff;
    min-width: 80px;
}
.hd_pops_footer button:last-child:hover {
    background: #fff;
    color: #000;
    box-shadow: 0 4px 16px rgba(255,255,255,0.4);
}
.hd_pops_footer button:last-child i {
    font-size: 12px;
    opacity: 0.6;
}
@media all and (max-width:768px) {
    .hd_pops_footer { gap: 8px; margin-top: 12px; width: 65%; }
    .hd_pops_footer button { padding: 10px 16px; font-size: 13px; min-width: 0; flex: 1; }
    .hd_pops_footer button:last-child { flex: 0 0 auto; min-width: 70px; }
}
@media all and (max-width:380px) {
    .hd_pops_footer button { padding: 9px 12px; font-size: 12px; }
}
#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_pc #hd_pops_6{background: #0a1e39;}
#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: 100% !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;}
}

#hd_pop_mo .swiper-pagination { max-width: 300px; margin: 0 auto; }