/*배네피아팝업*/
#benepia-popup {position: fixed; bottom: 30px; left:3%; width: 94%; height: auto; z-index: 99999; }
#benepia-popup .popup-container { width: 100%;  max-width: 400px;  background-color: #fff;  border: 1px solid #B5B5C3;  border-radius: 10px;  overflow: hidden; }
#benepia-popup .popup-content { padding: 20px; }
#benepia-popup .popup-title { font-size: 15px;      font-weight: 600;   margin-top: 0;   margin-bottom: 6.5px;  color: #292929; line-height: 1.2; font-family: none; }
#benepia-popup .popup-text { font-size: 14px; line-height: 1.5; color: #292929; margin-top: 0; margin-bottom: 13px; font-family: none; }
#benepia-popup .popup-buttons { display: flex; flex-direction: row; gap: 10px;  font-family: none; }
#benepia-popup .popup-button { text-decoration: none; text-align: center; padding: 10px 19.5px; border-radius: 6px;  font-weight: 500; transition: all 0.2s ease;  font-size: 14.3px; flex: 1; line-height: 1.5;}
#benepia-popup .btn-primary {background-color: #1a237e;color: #fff; border: none; font-size: 14px; padding: 10px; display: block; width: 100%;  text-align: center;}

