.popup-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}
.popup-outer .popup-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    overflow-y: auto;
    position: relative;
}
.popup-outer .popup-container {
    background: #fff;
    overflow: hidden;
    max-width: 600px;
    padding: 30px 20px 15px;
    margin-top: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: solid 1px #707070;
}
label.dont-show {
    padding-left: 50px;
}
label.dont-show {
    padding-left: 50px;
    display: flex;
    margin: 0;
    padding-top: 8px;
    padding-bottom: 10px;
}
label.dont-show input {
    margin-right: 15px;
    transform: scale(1.4);
    border-radius: 0;
}
label.dont-show {
    padding-left: 50px;
    display: flex;
    margin: 0;
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: normal;
    color: #707070;
}
.popup-container a.close-popup {
    position: absolute;
    right: 15px;
    top: 15px;
    border: solid 2px;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 25px;
    -webkit-text-stroke: 2px #fff;
    color: #BEBEBE;text-decoration: none;
}
.popup-container .pop-inner {
    width: 100%;
    overflow: hidden;
}
.pop-inner .round-popup{
    border: solid #707070 1px;
    margin: 15px 16px;
    border-radius: 18px;
    padding: 25px;
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.08);
}
.pop-inner h3 {
    margin-top: 0;
    font-size: 28px;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #707070;
    margin-bottom: 20px;
}
.pop-inner p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #707070;
    line-height: 18px;
}

.pop-inner .image-text-popup {
    padding: 20px 14px;
    padding-bottom: 0;
}
.pop-inner .image-text-popup img {
    margin-bottom: 10px;
}
.pop-inner .image-text-popup p {
    padding: 0 30px;
}
.pop-inner .image-text-popup img {
    margin-bottom: 10px;
    display: block;
    width: 100%;
}
.banner-popup {
    padding: 0 30px;
    padding-bottom: 10px;
}
.pop-inner .banner-popup img {
    width: 100%;
    display: block;
}




















































