.popup-flex-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.pop-up-nav-wrapper {
    padding: 0 1rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
}

.close-icon {
    margin-top: 0.4rem;
    font-size: 1.6rem;
}

.pop-up-nav-title {
    width: calc(100% - 3.6rem);
    color: #333333;
    text-align: center;
    font-size: 1.4rem;
}
.popup-btn-wrap{
    width: 100%;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.popup-button-item{
    flex: 1;
    margin-right: 1.5rem;
}
.popup-button-item:last-child{
    margin-right: 0;
}
