@charset "utf-8";
/* base popup */
.admin_popup{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.7);z-index: 11;}
.admin_popup .pop_detail{min-width:350px;max-width:calc(100% - 48px);text-align:center;padding:40px 24px;background:#262626;}
.admin_popup .pop_detail + .pop_detail{margin-left:50px;}
.admin_popup .pop_detail .desc{font-family:'HanwhaGothicT', sans-serif;font-size:15px;color:rgba(255,255,255,0.5);line-height:21px;font-weight: bold;}
.admin_popup .pop_detail .btns{display:flex;margin:30px auto 0;}
.admin_popup .pop_detail .btns .btn{width:110px;height:52px;font-family:'HanwhaGothicEL', sans-serif;font-size:16px;line-height:52px;text-align:center;background:#888;border-radius:8px;}
.admin_popup .pop_detail .btns .btn + .btn{margin-left:10px;}
.admin_popup .pop_detail .btns .btn.orange{flex:1;background:#f37321;}
.admin_popup .pop_detail .btns .btn:hover,
.admin_popup .pop_detail .btns .btn:focus{color:#fff;}
.admin_popup .pop_detail .prpt{margin-top:24px;}
.admin_popup .pop_detail .prpt input{width:100%;height:52px;padding:0 15px;background:rgba(255,255,255,0.15);border-radius:8px;}
.admin_popup #dlgMsgOnly .desc{font-weight: bold;}
.admin_popup #dlgMsgOnly .desc .orange {color:#f37321 !important;}
