/*[YK] 에디터 내용 표출 작업 - css파일*/
/* CKEditor view-only scoped CSS (scoped to .ck-contentEditDiv) */
.ck-contentEditDiv, .ck-contentEditDiv :is(
  p, div, span, strong, em, a, img, ul, ol, li, dl, dt, dd, blockquote, pre, code, figure, figcaption, hr, h1, h2, h3, h4, h5, h6, small, sup, sub, mark, b, i, u, s
), .ck-contentEditDiv :is(
  p, div, span, strong, em, a, img, ul, ol, li, dl, dt, dd, blockquote, pre, code, figure, figcaption, hr, h1, h2, h3, h4, h5, h6, small, sup, sub, mark, b, i, u, s
)::before, .ck-contentEditDiv :is(
  p, div, span, strong, em, a, img, ul, ol, li, dl, dt, dd, blockquote, pre, code, figure, figcaption, hr, h1, h2, h3, h4, h5, h6, small, sup, sub, mark, b, i, u, s
)::after {
	all: revert;
}

.ck-contentEditDiv {
	font-size: 13px;
	line-height: 1.6;
	word-wrap: break-word;
	letter-spacing: normal;
}

.ck-contentEditDiv * {
	letter-spacing: normal;
}

.ck-contentEditDiv blockquote {
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
}

.ck-contentEditDiv a {
	color: #0782C1;
}

.ck-contentEditDiv h1, .ck-contentEditDiv h2, .ck-contentEditDiv h3, .ck-contentEditDiv h4, .ck-contentEditDiv h5, .ck-contentEditDiv h6 {
	font-weight: normal;
	line-height: 1.2;
}

.ck-contentEditDiv hr {
	border: 0px;
	border-top: 1px solid #ccc;
}

.ck-contentEditDiv img.right {
	border: 1px solid #ccc;
	float: right;
	margin-left: 15px;
	padding: 5px;
}

.ck-contentEditDiv img.left {
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
	padding: 5px;
}

.ck-contentEditDiv pre {
	white-space: pre-wrap; /* CSS 2.1 */
	word-wrap: break-word; /* IE7 */
	-moz-tab-size: 4;
	tab-size: 4;
}

.ck-contentEditDiv .marker {
	background-color: Yellow;
}

.ck-contentEditDiv span[lang] {
	font-style: italic;
}

.ck-contentEditDiv figure {
	text-align: center;
	outline: solid 1px #ccc;
	background: rgba(0, 0, 0, 0.05);
	padding: 10px;
	margin: 10px 20px;
	display: inline-block;
}

.ck-contentEditDiv figure>figcaption {
	text-align: center;
	display: block; /* For IE8 */
}

.ck-contentEditDiv a>img {
	padding: 1px;
	margin: 1px;
	border: none;
	outline: 1px solid #0782C1;
}

/* Widget Styles */
.ck-contentEditDiv .code-featured {
	border: 5px solid red;
}

.ck-contentEditDiv .math-featured {
	padding: 20px;
	box-shadow: 0 0 2px rgba(200, 0, 0, 1);
	background-color: rgba(255, 0, 0, 0.05);
	margin: 10px;
}

.ck-contentEditDiv .image-clean {
	border: 0;
	background: none;
	padding: 0;
}

.ck-contentEditDiv .image-clean>figcaption {
	font-size: 0.9em;
	text-align: right;
}

.ck-contentEditDiv .image-grayscale {
	background-color: white;
	color: #666;
}

.ck-contentEditDiv .image-grayscale img, .ck-contentEditDiv img.image-grayscale {
	filter: grayscale(100%);
}

.ck-contentEditDiv .embed-240p {
	max-width: 426px;
	max-height: 240px;
	margin: 0 auto;
}

.ck-contentEditDiv .embed-360p {
	max-width: 640px;
	max-height: 360px;
	margin: 0 auto;
}

.ck-contentEditDiv .embed-480p {
	max-width: 854px;
	max-height: 480px;
	margin: 0 auto;
}

.ck-contentEditDiv .embed-720p {
	max-width: 1280px;
	max-height: 720px;
	margin: 0 auto;
}

.ck-contentEditDiv .embed-1080p {
	max-width: 1920px;
	max-height: 1080px;
	margin: 0 auto;
}

/*table_wrap 하위에서 강제 center 무시*/
.table_wrap .ck-contentEditDiv {
	text-align: left !important;
}

.table_wrap .ck-contentEditDiv table tbody tr td {
	padding: revert-layer;
}

/*메인팝업 컨텐츠영역 관리자/사용자 일치*/
.main .main_popup .ui-widget-content, .main_popup .ui-widget-content {
	margin: 0;
	padding: 15px;
}

/* 팝업 */
.main_popup .dialog_wrap {
	padding: 10px;
	border: 1px solid #ccc;
}

.main_popup .popup_bg {
	overflow: hidden;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0;
	right: 0;
	z-index: 49;
	background: #000;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}