.espop_wrap {display:inline-block;position:absolute;background:#aecdea;border:1px solid #0f1013;border-radius:5px;z-index:1000;}
.espop_wrap .espop_head {display:table;width:100%;height:28px;}
.espop_wrap .espop_title {display:table-cell;width:auto;vertical-align:middle;padding-left:5px;text-align:left;color:#000;font-family:'Noto Sans KR','맑은 고딕', sans-serif;font-size:13px;font-weight:bold;cursor:move;}
.espop_wrap .espop_close {display:table-cell;width:50px;vertical-align:middle;padding-right:5px;text-align:center;}
.espop_wrap .espop_body {display:inline-block;background:#f0f0f0;margin:0px 5px 5px 5px;padding:5px;border:1px solid #606978;border-radius:2px;}
.espop_wrap .espop_contents {background:#fff;min-width:270px;}
.espop_wrap .espop_files {padding-top:20px;}
.espop_wrap .espop_files div {line-height:1.6;}
.espop_wrap .espop_files a {color:blue;text-decoration: underline;}
.espop_wrap .espop_contag {font-family:'Noto Sans KR','맑은 고딕', sans-serif;font-size:13px;font-weight:400;line-height:1.5;}
.espop_wrap .espop_foot {display:table;width:100%;height:28px;}
.espop_wrap .espop_foot1 {display:table-cell;width:auto;vertical-align:middle;padding-left:5px;text-align:left;}
.espop_wrap .espop_foot2 {display:table-cell;width:50px;vertical-align:middle;padding-right:5px;text-align:right;}


a.espop_closebtn:link:after {content: "\00d7";font-size:18px;line-height:10px;}
a.espop_closebtn:link {display:block;text-decoration:none;color:#fff;cursor:pointer;width:45px;height:20px;background:#ee8979;border:1px solid #0f1013;text-align:center;border-radius:3px;}
a.espop_closebtn:hover {background:#ff5a3c;}

a.espop_nonopen:link {text-decoration:none;color:#666;font-size:12px;cursor:pointer;}
a.espop_nonopen:hover {color:#000;}

a.espop_closetxt:link {text-decoration:none;color:#666;font-size:12px;cursor:pointer;}
a.espop_closetxt:hover {color:#000;}





.pop_skin_wrap {background:#9bb9d3;padding:3px;display:inline-block;}
.pop_skin_line {background:#7694b0;border:1px solid #91acc9;}
.pop_skin_container {background:#fff;}
.pop_skin_title {
	height:70px;
	border-bottom:#c8d1da 1px dashed;
	font-weight:600;
	font-size:18px;
	color: #3f5a85;
	display:flex;
	align-items:center;
	justify-content:center;

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fbfbfd), color-stop(1, #e9edf6) );
	background:-moz-linear-gradient( center top, #fbfbfd 5%, #e9edf6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfd', endColorstr='#e9edf6');
	background-color:#e9edf6;
}

.pop_skin_content {padding:25px 5px 25px 25px; font-size:13px;line-height:1.5; overflow-y:auto;scrollbar-gutter: stable;}