/* BASIC css start */
#popup-event.type-01 dt .swiper { width: 100%; height: 100%; }
#popup-event.type-01 dt .swiper-slide { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
#popup-event.type-01 dt .popevt-pagination { top: 0px; right: 0px; left: auto; bottom: auto; width: auto; height: 20px; line-height: 18px; padding: 0 8px; border-radius: 10px; color: #9e9c9d; }
#popup-event.type-01 dt .popevt-pagination .swiper-pagination-current { font-weight: bold; }
#popup-event.type-01 dt img { max-width:100%; }
#popup-event.type-01 dt img#pop_img { max-width: 100%; }
#popup-event.type-01 dd { line-height: 23px; position: relative; overflow: hidden; zoom: 1; display: flex; }
#popup-event.type-01 dd a { width: 50%; padding: 12px 0 14px; text-align: center; color: #000; font-weight: bold; font-size: 13px; }
#popup-event.type-01 dd a:first-child { color: #808080; font-weight: normal; }

#popup-event .swiper.popevtSwiper { overflow:hidden;}
#popup-event .swiper-pagination { position: relative; left: 0; text-align: center; width: 100%; }
#popup-event .swiper-pagination .swiper-pagination-switch { display: inline-block; margin: 0 2px; text-indent: -9999px; background: url(/images/d3/m_01/bull/event_now@2x.gif) no-repeat 0 50%; background-size: 19px 7px; width: 10px; height: 10px; }
#popup-event .swiper-pagination .swiper-active-switch { background-position: -12px 50%; }

#popup-event .swiper.popevtSwiper .swiper-img-init { position: absolute; transform: translate3d(-100%, -100%, 0px); }
#popup-event .swiper.popevtSwiper .swiper-img-init.swiper-slide-duplicate + .swiper-img-init:not(:first-child) { position: relative; transform: none; }

/*·¹ÀÌ¾Æ¿ô ¼öÁ¤*/
#popup-event {
    width: 100%;
    height: 100%;
}
#popup-event dl {
    height: 100%;
}
#popup-event dl dt {
    height: 100%;
}
#popup-event .popop_info_box {
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: -0.13em;
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
#popup-event .popop_info_box .popup_info_text_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
#popup-event .popop_info_box .popup_info_text_box .info_text2 {
    display: inline-block;
    position: relative;
}
#popup-event .popop_info_box .popup_info_text_box .info_text2::before {
    content: '';
    display: block;
    width: 100%;
    height: 90%;
    background-color: #fbe952;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}
#popup-event .popop_info_box .popup_btns_box {
    width: 100%;
}
#popup-event .popop_info_box .popup_btns_box .popup_btns_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
#popup-event .popop_info_box .popup_btns_box .popup_btns_list .popup_btn {
    display: flex;
    width: 100%;
    padding: 15px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-weight: 500;
    color: #555;
    background-color: #e8e8e8;
    box-sizing: border-box;
}
#popup-event .popop_info_box .popup_btns_box .popup_btns_list .popup_btn.on {
    background-color: #fbe104;
    font-weight: bold;
    color: #000;
}
#popup-event .popop_info_box .popup_btns_box .popup_btns_list .popup_btn.off {
    background-color: transparent;
}

#MAKESHOPLY0 {
    width: calc(100% - 30px) !important;
    max-width: 350px;
    border-radius: 15px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    bottom: 75px !important;
    margin-left: 0 !important;
    transform: translateX(-50%);
    background-color: #fff !important;
     display: none !important;
    
}
/* BASIC css end */

