@charset "utf-8";

div#ncworks_popup_area {
	position: absolute;
	z-index: 50;
}

div#ncworks_popup_area div.ncworks_popup {
	position: absolute;
	display: none;
}

div.ncworks_popup {
	z-index: 51;
}
div.ncworks_popup:hover {
	outline: dashed;
}
div.ncworks_popup.dragging {
	outline: dotted;
}

div.ncworks_popup * {
	margin: 0px;
	padding: 0px;
	font-family: NanumGothic, '³ª´®°íµñ', 'Malgun Gothic', '¸¼Àº °íµñ', Dotum, Arial, Gothic, Sans-serif;
	font-size: 12px;
}

div.ncworks_popup div.ncworks_popup_content img.ncworks_popup_content_image {
	border: none;
	outline: none;
	vertical-align: top;
}

div.ncworks_popup div.ncworks_popup_footer {
	/* padding: 5px 10px; */
	width: 100%;
	/* height: 30px; */
	/* line-height: 20px; */
	/* background-color: #dddddd; */
}
div.ncworks_popup div.ncworks_popup_footer div.ncworks_popup_check {
	/* float: left;
	display: inline-block; */
	padding: 5px 10px;
}
div.ncworks_popup div.ncworks_popup_footer div.ncworks_popup_check label * {
	vertical-align: middle;
}
div.ncworks_popup div.ncworks_popup_footer div.ncworks_popup_close {
	/* float: right;
	display: inline-block; */
	padding: 5px 10px;
	cursor: pointer;
	font-weight: bold;
	text-align: right;
}