/* Modal ê³µí†µ ì˜ì—­ */
.common-modal-wrap.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 6;
    touch-action: none; /* í„°ì¹˜ ë™ìž‘ ë¹„í™œì„±í™” */
    -webkit-overflow-scrolling: none; /* iOS ìŠ¤í¬ë¡¤ ë°©ì§€ */
}
.common-modal-wrap .modal {
    max-width: 90%;
}
.common-modal-wrap .modal .close-btn{
    cursor: pointer;
    width: 5vw;
    max-width: 36px;
    margin-left: auto;
    margin-bottom: 10px;
}
.border-radius{
    background: white;
    padding: 4px;
    border-radius: 12px;
}
.common-modal-wrap .modal img {
    display: block;
    max-width: 100%;
    height: auto;
}
/* Swiper styles */
.common-modal-wrap .modal .swiper {
    width: 100%;
    height: 100%;
    max-width: 468px;
}

.common-modal-wrap .modal .swiper .swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    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;
}
/* ìŠ¤í¬ë¡¤ ë°©ì§€ë¥¼ ìœ„í•œ í´ëž˜ìŠ¤ */
.scroll-lock {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    touch-action: none;
}

/*ìŠ¤ì™€ì´í”„ íŽ˜ì´ì§€ë„¤ì´ì…˜ ë„íŠ¸ ìƒ‰ìƒ ë³€ê²½ */
.common-modal-wrap .modal .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #EE3823; /* í™œì„±í™”ëœ ë„íŠ¸ ìƒ‰ìƒ */
}



/* 1031SD0406 ë°°ë¯¼ ê¸°í”„íŠ¸ íŒì—… */
#popBaeminGift .modal {

}
#popBaeminGift .modal-content {
    padding: 30px;
    max-width: 480px;
}
#popBaeminGift .modal-content .content-header {
    margin-bottom: 1vw;
}
#popBaeminGift .modal-content .content-header .text {
    display: block;
    font-weight: 600;
    font-size: clamp(18px, 6vw, 30px);
    letter-spacing: -2px;
}
#popBaeminGift .modal-content .content-header .small-text {
    font-size: clamp(16px, 2vw, 20px);
    color: #6e6d6d;
}


#popBaeminGift .modal-content .content-header img {
    width: 100%;
    object-fit: contain;
}
#popBaeminGift .modal-content .btn-wrap{
    padding-top: 1vw;
}
#popBaeminGift .modal-content .btn-wrap .button {
    display: flex;
    width: 100%;
    background: #EE2D20;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 8px 20px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    letter-spacing: 1px;
    font-size: clamp(20px, 5vw, 28px);
}
#popBaeminGift .modal-content .img-wrap img{
    max-width: 60%;
    margin: auto;
}


