@charset "utf-8";
/* 이지케어 매뉴얼 스타일 for ck editor  */

	.cke_editable {
		font-size: 10.5pt;
		line-height: 1.6;
		word-wrap: break-word;
	}
	.cke_editable *{
		color: #333; line-height: 1.6; font-family: "맑은 고딕","Malgun Gothic","나눔고딕","NanumGothic","굴림","Gulim","돋움","Dotum","바탕","Batang";
	}
	.cke_editable p, .cke_editable li { padding:0; margin:.8em 0;}
	.cke_editable ul, .cke_editable ol { padding:0 2em; list-style:auto; }
	.cke_editable ul{list-style:disc;}
	.cke_editable dl { margin:1em 0; padding:0}
	.cke_editable dt { margin:0; padding:0; font-weight:bold; border-bottom:1px solid #999; display:inline-block;}
	.cke_editable dd { margin:0.2em 0 1em 2em; padding:0; font-size:0.9em;}

	.cke_editable blockquote {
		font-style: italic;
		padding: 0 0 0 10px ;
		margin:0 0 0 30px;
		border-left: 5px solid #ccc;
	}

	.cke_editable pre {
		white-space: pre-wrap; /* CSS 2.1 */
		word-wrap: break-word; /* IE7 */
		-moz-tab-size: 4;
		tab-size: 4;
	}

	.cke_editable a { color: #0782C1; text-decoration:underline; cursor:pointer; }

	/* .cke_editable ol, .cke_editable ul, .cke_editable dl {
		margin-right: 0px;
		padding: 0 40px;
	} */

	.cke_editable hr
	{
		border: 0px;
		border-top: 1px solid #ccc;
	}

	.cke_editable figure
	{
		text-align: center;
		border: solid 1px #ccc;
		background: rgba(0,0,0,0.05);
		padding: 5px;
		margin: 10px 20px;
		border-radius:5px;
		display: inline-block;
		line-height:.9;
	}

	.cke_editable figure > figcaption
	{
		text-align: center;
		display: block;
		padding-top:.5em;
		line-height:1.5;
		font-size:.9em;
	}

	.cke_editable a > img {
		padding: 1px;
		margin: 1px;
		border: none;
		outline: 1px solid #0782C1;
		cursor:pointer;
	}



	/* Widget Styles */
	.cke_editable .image-clean {
		border: 0;
		background: none;
		padding: 0;
	}

	.cke_editable .image-clean > figcaption {
		font-size: .9em;
		text-align: right;
	}

	.cke_editable .image-grayscale {
		background-color: white;
		color: #666;
	}

	.cke_editable .image-grayscale img, .cke_editable img.image-grayscale {
		filter: grayscale(100%);
	}

	.cke_panel
	{
		height: 400px !important;
		width: 200px !important;
	}

	.cke_panel_grouptitle{background:#333; color:#fff;}
	.cke_selected { border:2px dotted red }
