
.popup{position:fixed; width:100%; height:100%; z-index:98; background-color:rgba(0,0,0,0.7); display: none;}
.message-pop{position:absolute; top:50%; left:50%; margin-top:-128px; margin-left:-170px; width:340px; height:210px; background-color:#fff; border-radius:8px; padding:20px; z-index:99; cursor:default;}
.pop-header{width:100%; font-size:18px; font-weight:normal; letter-spacing:-2px; color:#00a0e9; border-bottom:solid 1px #e5e5e5; padding-bottom:5px;}
.message-pop p{font-size:12px; color:#606f7d; line-height:1.5em; margin:30px 5px;}
.pop-btn-area{width:100%; border-top:solid 1px #e5e5e5; padding-top:10px; text-align:center;}
.pop-btn-area button{padding:5px 10px; font-size:14px; color:#606f7d; background:none; border:solid 1px #e5e5e5; border-radius:4px; cursor:pointer;}
.pop-btn-area button:hover{color:#00a0e9; border-color:#00a0e9;}