/**
 * 스킨: 정중앙 모달 (center-modal)
 */

.borom-popup-skin-center-modal .borom-popup-wrapper {
    min-width: 320px;
    max-width: 500px;
}

.borom-popup-skin-center-modal .borom-popup-content {
    text-align: center;
}

.borom-popup-skin-center-modal .borom-popup-footer {
    background: linear-gradient(to bottom, #f9f9f9, #f0f0f0);
}