#popup_container {
	font-family: 'Pretendard';
	font-size: 14px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	/* background: url('ui-images/popbox_bg.gif') repeat-x 0px 40px #fff; */
	border: 0;
	color: #323338;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; */
	border-radius: 14px;
	box-shadow: 1px 2px 9px #777;
}

#popup_title {
	padding: 13px 15px 13px 15px;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	color: #323338;
	background: #ffffff;
	border-bottom: 1px solid #323338;
	cursor: move;
}

#popup_content {
	/* background: 16px 16px no-repeat url(ui-images/info.gif); */
	padding: 15px;
	margin: 0;
	background: #fff;
}

#popup_content.alert {
/* 	background: url(ui-images/info.gif) no-repeat 15px 50%; */
	background:#fff !important;
}
/* 
#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%;
}
 */
#popup_ok{
  padding: 0px;
  margin: 0px;
  cursor:pointer;
  background: #323338;
  font-size: 15px;
  text-align: center;
  padding: 15px;
  font-weight: 500;
}
#popup_ok:hover{background:#1c1c1c;}

#popup_cancel{
  padding: 0px;
  margin: 0px;
  cursor:pointer;
  background: #999;
  font-size: 15px;
  text-align: center;
  padding: 15px;
  font-weight: 500;
}
#popup_ok input, #popup_cancel input {cursor:pointer;border:none;background:transparent;padding:0px;margin:0px;color:#fff;font-size: 16px;font-weight: 500;letter-spacing: 1px;font-family: 'Pretendard';}

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: 25px 0;
	font-size: 16px;
	font-weight: 500;
}

/* #popup_panel {
	background: url('ui-images/popbox_aletsbtn.gif') bottom left repeat-x #000;
} */

#popup_prompt {
	background:#000;
}