#popup_container {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 1em;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: url('/img/mobile/bg/popbox_aletsbg.gif') repeat-x 0px 30px #fff;
	border: solid 2px #000;
	color: #595959;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; */
}

#popup_title {
	letter-spacing: -1px; 
	font-size:1.8em; 
	font-weight: bold; 
	text-align:center; 
	color :#000;
	background:#fff;
	padding:15px;
	padding-bottom:0;
	margin: 0;
	font-family: 'Noto Sans KR', sans-serif;
}

#popup_content {
	/* background: 16px 16px no-repeat url(ui-images/info.gif); */
	padding: 15px;
	margin: 0;
	padding-top:0;
}

/* #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%;
}
 */
#popup_ok,
#popup_cancel{
  padding: 0px;
  margin: 0px;
  cursor:pointer;
  background:#fff;
  font-family: "돋움", dotum, verdana; 
  font-size:1.15em; 
  text-align: center;
  padding:10px;
  border-top:1px solid #eee; box-sizing:border-box;	
}
#popup_ok input, #popup_cancel input { cursor:pointer; border:none; background:transparent; padding:0px; margin:0px; color:#7560ff; font-size:1.15em;}

table.ale_btnbox { width:100%; border:0px; }
.ale_btnbox td { width:50%; background:#000; box-sizing:border-box;}
.ale_btnbox td.ale_btn01 { border-left:solid 1px #eee !important; }

#popup_message {
	/* margin-left: 45px;
	padding-left: 15px;
	border-left: solid 1px #ddd;  */
	text-align:center;
	vertical-align:middle;
	padding:15px 0;
	font-size:1.05em;
	line-height:160%;
	color:#333;
}

/* #popup_panel {
	background: url('ui-images/popbox_aletsbtn.gif') bottom left repeat-x #000;
} */

#popup_prompt {
	/* background:#000; */
}
#popup_container {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    border: 0 !important;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 1px 8px #333;
}