
.popup {
    overflow:hidden;
}

.popup .dimmed-wrap{
    display:block;
}

.dimmed-wrap {
    display:none;
}

.layer-wrap {
    padding: 20px;
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    background:#fff;
    border-radius:20px;
    width:360px;
    max-height:680px;
    z-index:2
}

.layer-wrap .layer-text{
    text-align: center;
}

.layer-wrap .layer-text .layer-title {
    font-size: 24px;
    font-weight: bold;
}

.layer-wrap .layer-text .layer-desc {
    margin-top: 10px;
    font-size: 18px;
}

.popup .dimmed {
    display: block;
    background:#000;
    opacity:0.4;
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:1
}

.dimmed {
    display: none;
}

.btn-wrap {
    text-align: center;
    margin-top: 30px;
}

.img-loading{
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    z-index:2
}