#popup_container {
	font-family: 'Noto Sans KR','Open Sans', sans-serif, 'Muli', arial,'dotum', "����", Apple Gothic;
	font-size: 12px;
	min-width: 300px !important; /* Dialog will be no smaller than this */
	max-width: 600px !important; /* Dialog will wrap after this width */
	/* background: url('ui-images/popbox_bg.gif') repeat-x 0px 40px #fff; */
	top:50% !important; left:50% !important; transform:translate(-50%, -50%);
	color: #595959;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; */
	border-radius: 20px;
	background-color:#fff;
	overflow:hidden;
	box-shadow:1px 1px 3px rgba(0,0,0,0.25);
}

#popup_title {
	padding:15px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #000;
	background: #fff;
	border: 0;
	cursor: move;
	border-bottom:1px solid #ddd;
}

#popup_content {
	/* background: 16px 16px no-repeat url(ui-images/info.gif); */
	padding: 25px 15px;
	margin: 0;
	border-bottom:1px solid #ddd;
	background: #fff !important;
}

/* #popup_content.alert {
	background: url(ui-images/info.gif) no-repeat 15px 50%;
}

#popup_content.confirm {
	background: url(ui-images/important.gif) no-repeat 15px 50%;
}

#popup_content.prompt {
	background: url(ui-images/help.gif) no-repeat 15px 50%;
}
 */
#popok_focus{cursor:pointer;}
#popcan_focus{cursor:pointer;}

#popup_ok{
	cursor:pointer;
	border: 0;
    border-right: 1px solid #ddd !important;
    background-color: #fff;
    height: 50px;
    }

#popup_cancel{
	cursor:pointer;
	border: 0;
    background-color: #fff;
    box-sizing: border-box;
    height: 50px;
}
#popup_ok input{
    border: 0;
    color: #769fff;
    font-weight: bold;
    height: 50px;
    font-family: 'Noto Sans KR','Open Sans', sans-serif, 'Muli', arial,'dotum', "����", Apple Gothic;
    font-size: 16px;
    font-weight: 500;
    text-align:center;
    background-color:#fff;
    width:100%;
	
}

 #popup_cancel input {
  	border: 0;
    color: #999;
    font-weight: bold;
    height: 50px;
    font-family: 'Noto Sans KR','Open Sans', sans-serif, 'Muli', arial,'dotum', "����", Apple Gothic;
    font-size: 16px;
    font-weight: 500;
    text-align:center;
    background-color:#fff;
    width:100%;
 }

table.ale_btnbox { width:100%; border:0px; }
.ale_btnbox td { width:50%; background:#000; }
.ale_btnbox td.ale_btn01 {border-right:solid 1px #323232!important;}

#popup_message {
	/* margin-left: 45px;
	padding-left: 15px;
	border-left: solid 1px #ddd;  */
	background:#fff;
	text-align:center;
	vertical-align:middle;
	padding:0px 0;
	font-size: 16px;
	color:#333;
	font-weight:500;
	padding-bottom:5px;
}

#popup_message img{width:100% !important; max-width: 400px !important; padding-bottom:10px;}

/* #popup_panel {
	background: url('ui-images/popbox_aletsbtn.gif') bottom left repeat-x #000;
} */

#popup_prompt {
	background:#f9f9f9; padding:15px; box-sizing:border-box; width:100% !important; border:1px solid #ddd; font-weight:bold; color:#000; font-size:16px;
	letter-spacing:1px; text-align:center;font-family: 'Montserrat', sans-serif;}
#popup_panel{width:100%;}
#popup_panel #popup_ok{border:0; border-right:1px solid #ddd !important; background-color:#fff;color:#769fff; font-weight:bold; width:50%; box-sizing:border-box;height:50px; float:left;
font-family: 'Noto Sans KR','Open Sans', sans-serif, 'Muli', arial,'dotum', "����", Apple Gothic;font-size:16px; font-weight:500;}
#popup_panel #popup_cancel{border:0; background-color:#fff;color:#999; font-weight:bold; width:50%; box-sizing:border-box;height:50px; float:left;
font-size:16px;font-family: 'Noto Sans KR','Open Sans', sans-serif, 'Muli', arial,'dotum', "����", Apple Gothic;font-weight:500;}