/* popup */
.popM {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.popM > div > p { 
    margin: 0px;
    padding: 0px;
}

.popBExit {
    position: absolute;
    display: block;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 35px;
    background: #8a8a8a;
    text-align: right;
    font-size: 14px;
    line-height: 35px;
    font-family: 'Malgun Gothic', sans-serif;
    color: #FFF;
}

.popBExit > label {
    position: relative;
    display: inline-block;        
    width: calc(100% - 68px);
}

.popBExit > button {
    position: relative;
    display: block;
    float: right;
    width:55px;
    text-align: center;
    background: #4c4c4c; 
    border: 0px;
    color: #FFF;
    line-height: 35px; 
    margin-left: 13px;  
    cursor: pointer;
}

/* top Popup */
.popTExit {
    position: absolute;
    display: block;
    right: 0px;
    bottom: 10px;
    width: auto;
    height: 35px;
    background: rgba(0,0,0,0.5);
    text-align: right;
    font-size: 14px;
    line-height: 29px;
    font-family: 'Malgun Gothic', sans-serif;
    color: #FFF;
    padding: 3px;
    border-radius: 35px;
}

.popTExit > label {
    position: relative;
    display: inline-block;        
    width: calc(100% - 70px);
    padding-left: 15px;
    margin-right: 15px;
}

.popTExit > button {
    position: relative;
    display: block;
    float: right;
    width: 55px;
    text-align: center;
    border: 0px;
    color: #FFF;
    line-height: 27px; 
    margin: 0;  
    cursor: pointer;
    border: 1px solid #FFF;
    border-radius: 30px;
    background: rgba(255,255,255,0.2);
}

