#popup_container {
	font-size: 11px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_content {
	background: none repeat scroll 0 0 #fff;
    border: 3px solid #F5F5F5;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
    min-width: 310px;
    overflow-y: auto;
    padding: 30px 20px 10px 20px;
    position: absolute;
    text-align: center;
    z-index: 9999;
}

#popup_message {
	color: #444;
    font-size: 13px;
    font-weight: normal;
    line-height: 23px;
}

#popup_panel {
	text-align: center;
	margin-top: 30px;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_panel .btn_pop {
	color: #666666;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    line-height: 20px;
    margin: 0 10px;
    width: 80px;
}

#popup_panel .green{
	background-color: #1db131;
    color: #fff;
    padding: 7px 10px;
}

#popup_panel .gray{
	background-color: #6c6c6c;
    color: #fff;
    padding: 7px 10px;
}




/********************************************************************************************************************************
Popup Style
********************************************************************************************************************************/
.eform_pop,
.eform_notice_pop {
	width: 100%;
	height: 100%;
}

.eform_pop .popBody, 
.eform_notice_pop .popBody	{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.eform_pop h4,
.eform_notice_pop h4 {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
	color: #4769a2;
}

.eform_pop span.popTxt, 
.eform_notice_pop, span.popTxt{
	font-size: 14px;
	font-weight: normal;
	line-height: 23px;
	color: #444;
}

.eform_pop span.popTxt_gui,
.eform_notice_pop span.popTxt_gui {
	font-size: 13px;
	font-weight: normal;
	line-height: 21px;
	color: #777;
}
/**/
.notice_pop_charge {
	position: absolute;
	z-index: 30001;
	text-align: left;
	overflow-y: auto;
	width: 704px;
	height: 495px;
	background: #FFF no-repeat right top;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
	border: 2px solid #DDDDDD;
}

.password_pop {
    background: none no-repeat scroll right top #FFFFFF;
    border: 2px solid #DDDDDD;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
/*     height: 270px; */
    height: 230px;
    overflow-y: auto;
    position: absolute;
    text-align: left;
    width: 500px;
    z-index: 30001;
}

.autologin_pop {
    background: none no-repeat scroll right top #FFFFFF;
    border: 3px solid #4769A2;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
    height: 160px;
    overflow-y: auto;
    position: absolute;
    text-align: left;
    width: 430px;
    z-index: 30001;
}


.notice_pop_charge {
	margin-top: 5px;
}

.pop_charge .form_charge table th{
	position: relative;
	padding: 5px 0 5px 15px;
	font-size: 14px;
	font-weight: normal;
	line-height: 32px;
	color: #4a4a4a;
}

.pop_charge	 .form_charge table .ico_must {
	position: static;
	left: 0;
	top: 13px;
	width: 10px;
	height: 10px;
	font-size: 0;
	line-height: 0;
	background: url(../images/web/ico_must.png) no-repeat 50% bottom;
}

.pop_charege .form_charge table td {
	text-align: left;
	padding: 5px 0;
}

.pop_charge	.form_charge table input {
	float: right;
	/* width: 408px; */
	width: 390px;
	height: 20px;
	padding: 5px 8px;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	color: #555;
	background: #F7F7F7;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
}

.pop_charge .form_charge table textarea {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 150px;
	padding: 10px 15px;
	resize: none;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	color: #555;
	background: #F7F7F7;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
}

.eform_pop .txt_intGui,
.eform_notice_pop .txt_intGui {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-left: 10px;
	padding-left: 20px;
	vertical-align: middle;
	font-size: 13px;
	line-height: 17px;
	color: #ff1616;
	background: url(../images/web/ico_exMark_red.png) no-repeat 0 1px;
}
/**/
.eform_pop .pop_message,
.eform_notice_pop .pop_message {
	position: absolute;
	z-index: 9999;
	text-align: center;
	overflow-y: auto;
	min-width: 350px;
	padding: 30px 40px 40px 40px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
	border: 3px solid #4769a2;
}
/**/
.eform_pop .popBtn_area{
	margin-left: 70px;
	margin-top: 30px;
	text-align: center;
}

.popBtn_area .btn_pop {
	width: 80px;
	height: 30px;
	margin: 0 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}

.btn_pop.btn_green {
	color: #666666;
	cursor: pointer;
/* 	background-color: #dd042b; */
/* 	background-image: -webkit-gradient(linear, left top, left bottom, from(#1db131), to(#0a8a14) ); */
}

.btn_pop.btn_green.ko {
	font-family:'NanumGothic','�뗭�',dotum,arial,sans-serif;
}

.btn_pop.btn_green.en {
	font-family: "Gibson-Regular", Arial, sans-serif;
}

.btn_pop.btn_green.jp {
	font-family: "MS P Gothic", Meiryo, sans-serif !important;
}


.btn_pop.btn_gray {
	color: #FFF;
	background-color: #6c6c6c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8c8c8c),
		to(#5a5a5a) );
}

.eform_notice_pop .popBtn_area {
    text-align: center;
    padding-top: 7px;
}

.hide {
  display: none !important;
}