	/* 편집기 팝업 */
	/*.editor-frame {
		position:relative;
		margin: 10px;
		height: 760px;
		background-color: cyan;
	}   
*/
	
	
	.editor-frame {
		position:fixed;
		background: #fff;
		/*top: 50%;
		left: 50%;
		width: 0;
		height: 0;
		border: 0;
		box-sizing: border-box;
		z-index: 9999;
		transition:500ms ease all;
		*/
	}

	/*.line-head {
		display: inline-block;
		width: 90px;
	} */