@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

.point_txtr { color:red; }
.pop_stitle {/* background:url('/resource/image/admin/icon/sub_stitle.png') 0 2px no-repeat; *//* padding-left: 20px; */font-size: 15px;letter-spacing:-1px;font-weight: 500;padding-bottom:8px;color: #575962;}
.pop_stitle .fa {margin-right:5px;font-size: 13px;}

.tooltip {
	z-index: 99999;
	/* background-color:#000; */
	background: url('ui-images/tooltip_icon.gif') no-repeat 50% 25px #fff;
	border:1px solid #ccc; padding: 10px 15px; /* min-width: 200px; */ display: none; 
	color: #818181; text-align: left; font-size: 11px; zoom: 1;
	
	-moz-box-shadow: 1px 1px 2px #d4d4d4; -webkit-box-shadow: 1px 1px 2px #d4d4d4; box-shadow: 1px 1px 2px #d4d4d4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#d4d4d4')";
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#d4d4d4',direction=135, strength=2);
	
	-moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; filter: alpha(opacity=80);
}

.overlay {
	display:none;
	z-index:10000;
	font-family: 'Noto Sans KR','Open Sans', sans-serif, 'Muli', arial,'dotum', "돋움", Apple Gothic; -webkit-font-smoothing:antialiased;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 1400px; /* Dialog will wrap after this width */
	background: url('ui-images/popbox_bg.gif') repeat-x 0px 40px #fff;
	border: solid 2px #000;
	color: #595959;
	/* -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
	border-radius: 5px; */
}

.overlay #overlay_title {
	letter-spacing:-1px;
	font-size: 16px;
	font-weight: 400;
	text-align:left;
	color: #ffffff;
	background: #0f1923;
	padding:10px 15px;
	margin:0;
	cursor:move;
}

.overlay #overlay_content {
	padding:20px;
	margin: 0em;
	min-height: 80px;
	background: #Fff;
}


/* close button positioned on upper right corner */
.overlay .close {
	background: url(ui-images/popbox_closebtn.png)#000 center no-repeat;
	position:absolute;
	right: 0;
	top: 0;
	cursor:pointer;
	height: 40px;
	width: 40px;
}

/* 팝업추가------------------------------------------------------------------------------- */
/*상자*/
#movie {border:1px solid #d8d8d8; border-left-color:#eaeaea; border-right-color:#d8d8d8; background:url('ui-images/nofile_txt.gif') 50% 50% no-repeat #fafafa; width: 100%; height: 400px; display:table; margin-top: 10px; text-align: center;}
/* 작성 리스트 */
.pop_list{width:100%;font-family:Tahoma;font-size:12px;text-align:left;border: 1px solid #d5d5e2;border-bottom: 0;}
.pop_list caption { display:none }
.pop_list th, .pop_list td{border-bottom: 1px solid #e4e4ec;border-left: 1px solid #e4e4ec;padding:8px 4px;vertical-align:top;text-align:left;}
.pop_list th {height: 35px;line-height: 35px;padding: 0 10px;background: #edeef3;color: #5b6269;font-weight: bold;}
.pop_list td {color:#656565;background: #fff;padding: 15px 0px;}