
/* alert popup */
#customDialog.popupWrap {display:none;position:fixed;left:0;top:0;z-index:2000;width:100%;height:100%;padding:0 17px; box-sizing:border-box;background:rgba(0,0,0,0.6)}
#customDialog.popupWrap > .popupArea{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);
    max-width: 360px;min-width: 300px;max-width:360px;margin:0 auto;padding:20px 18px;border-radius:7px;background:#ffffff;}
#customDialog.popupWrap > .popupArea > .noti{display:block;font-size:15px;font-weight:700;line-height:1.31;letter-spacing:-0.38px;color:#000;text-align:center}
#customDialog.popupWrap > .popupArea > .noti > img{width:47px;}
#customDialog.popupWrap > .popupArea > .text{padding:17px 0;font-size:15px;color:#000000;line-height:25px;text-align:center;letter-spacing:-0.38px;}
#customDialog.popupWrap > .popupArea > .text a{color:#e03d7c}

#customDialog .btnOk{width:100%;height:40px;border-radius:5px;font-size:15px;font-weight:700;letter-spacing:-0.38px;color:#ffffff;background:#e03d7c;text-align:center}
#customDialog .btnOk.gray{background:#adb6bf;}
#customDialog .btnCancel{width:calc(50% - 5px);height:40px;margin-right:5px;border-radius:5px;font-size:15px;font-weight:700;letter-spacing:-0.38px;color:#ffffff;background:#414550;text-align:center}
#customDialog .btnConfirm{width:calc(50% - 5px);height:40px;margin-left:5px;border-radius:5px;font-size:15px;font-weight:700;letter-spacing:-0.38px;color:#ffffff;background:#e03d7c;text-align:center}

/* toast popup */
#customDialog .popupToastWrap{display:none;position:fixed;left:0;top:0;z-index:1000;width:100%;height:100%;vertical-align:bottom}
#customDialog .popupToastWrap > .popupToast{position:absolute;left:0;bottom:17px;width:100%;}
#customDialog .popupToastWrap > .popupToast > span{display:block;margin:13px 13px 0 13px;padding:13px;border-radius:5px;font-size:15px;line-height:1.31;letter-spacing:-0.38px;text-align:center;color:#ffffff;background:#707070;opacity:0.85}



















