@charset "UTF-8";
/* ------ 웹 문서 ------ */
.web-document {
	max-width: 1280px;
	margin: 20px auto;
	padding: 10px 20px;
	box-shadow: 0px 0 5px 0 #f1f1f1;
	border: 1px solid #ebeef1;
}

@media all and (max-width: 1560px) {
	.main-nav.fixing + .main-article .web-document {
		margin: 20px;
	}
}

@media all and (max-width: 1340px) {
	.web-document {
		margin: 20px;
	}
}

/* ------ editor ------ */
ul,
ul > li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.text-tiny {
	font-size: .7em
}
.text-small {
	font-size: .85em
}
.text-big {
	font-size: 1.4em
}
.text-huge {
	font-size: 1.8em
}

.ck.ck-content {
	border: 3px solid transparent !important;
}
.ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused {
	border-color: #ebeef1 !important;
	box-shadow: none !important;
}

.ck.ck-editor {
	height: 100% !important;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.ck.ck-editor__main {
	height: 100%;
	overflow: auto;
	border: 1px solid #dbdbdb;
	border-radius: 0 0 3px 3px;
}

.ck.ck-editor__editable_inline {
	height: 100%;
}

.ck.ck-toolbar {
	border-color: #dbdbdb !important;
	border-radius: 3px 3px 0 0 !important;
}

.ck.ck-editor ul,
.ck.ck-editor ol {
	font-size: 13px;
}

/* ------ bullet ------*/
.ck.ck-editor__main h2,
.web-document h2,
.mnl-article h2:not(.atc-title),
.mnl-article.level3 h2.atc-title,
.help_content h2,
.field_ro_editor h2 {
	text-shadow: none;
	color: #212121;
	font-size: 19px;
	margin: 40px 0 20px;
}

.ck.ck-editor__main h2:before,
.web-document h2:before,
.mnl-article h2:not(.atc-title):before,
.mnl-article.level3 h2.atc-title:before,
.help_content h2:before,
.field_ro_editor h2:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	background-color: #212121;
	width: 4px;
	height: 7px;
	margin: 8px 8px 0 3px;
	transform: skewX(-40deg);
}

.ck.ck-editor__main h3,
.web-document h3,
.mnl-article h3,
.help_content h3,
.field_ro_editor h3 {
	color: #387c6d;
	font-weight: 500;
	font-size: 17px;
	border-bottom: 1px solid #387c6d;
	padding-bottom: 10px;
	margin-top: 40px;
}

.ck.ck-editor__main h3,
.web-document h3,
.help_content h3,
.field_ro_editor h3 {
	margin-top: 10px;
}

.ck.ck-editor__main h4,
.web-document h4,
.mnl-article h4,
.help_content h4,
.field_ro_editor h4 {
	font-size: 15px;
	font-weight: 500;
}

.ck.ck-editor__main ul > li,
.web-document ul > li,
.mnl-article-box ul > li,
.help_content ul > li,
.field_ro_editor ul > li {
	padding-left: 10px;
	position: relative;
}

.web-document ul.todo-list ul,
.help_content ul.todo-list ul,
.field_ro_editor ul.todo-list ul {
	padding-left: 20px;
}

.web-document ul.todo-list ol,
.help_content ul.todo-list ol,
.field_ro_editor ul.todo-list ol {
	padding-left: 30px;
}

.ck.ck-editor__main ul > li:before,
.web-document ul > li:before,
.mnl-article-box ul > li:before,
.help_content ul > li:before,
.field_ro_editor ul > li:before {
	content: '';
	display: inline-block;
	width: 5px; height: 2px;
	background-color: #387c6d;
	position: absolute;
	top: 13px; left: 0;
}

.ck.ck-editor__main ul > li > ul > li:before,
.web-document ul > li > ul > li:before,
.mnl-article-box ul > li > ul > li:before,
.help_content ul > li > ul > li:before,
.field_ro_editor ul > li > ul > li:before {
	content: '';
	display: inline-block;
	width: 3px; height: 3px;
	background-color: #e9896a;
	position: absolute;
	top: 13px; left: 0;
}

.ck-content ul, .ck-content ol {
	margin: 0 !important;
	margin-left: 10px !important;
}

/* checkbox list */
.ck-content ul.todo-list {
	padding-left: 10px;
}
.web-document ul.todo-list > li,
.article-editor ul.todo-list > li,
.help_content ul.todo-list > li,
.field_ro_editor ul.todo-list > li {
	padding-left: 0 !important;
}
.ck-content ul.todo-list > li:before,
.web-document ul.todo-list > li:before,
.ck-content ul.todo-list > li.todo-list:before,
.article-editor ul.todo-list > li:before,
.help_content ul.todo-list > li:before,
.field_ro_editor ul.todo-list > li:before {
	display: none !important;
}

.article-editor input[type=checkbox] {display: none;}
.article-editor input[type=checkbox] + .todo-list__label__description,
.web-document input[type=checkbox] + .todo-list__label__description,
.field_ro_editor input[type=checkbox] + .todo-list__label__description {
	display: inline-block; position: relative;
	cursor: pointer;
	padding-left: 25px;
	margin-right: 15px;
	color: #333333;
}

.article-editor input[type=checkbox]+ .todo-list__label__description:before,
.web-document input[type=checkbox]+ .todo-list__label__description:before,
.field_ro_editor input[type=checkbox]+ .todo-list__label__description:before {
	content: "";
	display: inline-block;
	width: 17px; height: 17px;
	margin-right: 0px;
	position: absolute;
	left: 0;
	bottom: 5px;
	background-color: #ffffff;
	border-radius: 2px;
	border: 1px solid #cccccc;
	font-weight: normal;
}

.article-editor input[type=checkbox]:checked + .todo-list__label__description:before,
.web-document input[type=checkbox]:checked + .todo-list__label__description:before,
.field_ro_editor input[type=checkbox]:checked + .todo-list__label__description:before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-weight: normal;
	color: #fff;
	background-color: #4E89AE;
	border: 1px solid #4E89AE;
	text-align: center;
	line-height: 17px;
}

.article-editor input[type=checkbox]:disabled:checked + .todo-list__label__description:before ,
.web-document input[type=checkbox]:disabled:checked + .todo-list__label__description:before,
.field_ro_editor input[type=checkbox]:disabled:checked + .todo-list__label__description:before {
	content: "\2713";
	font-weight: normal;
	color: #fff;
	background-color: #4E89AE;
	border: 1px solid #4E89AE;
	text-align: center;
	line-height: 17px;
	font-weight: normal;
}

.article-editor input[type=checkbox]:disabled + .todo-list__label__description:before,
.web-document input[type=checkbox]:disabled + .todo-list__label__description:before,
.field_ro_editor input[type=checkbox]:disabled + .todo-list__label__description:before {
	content: "";
	font-weight: normal;
	color: #fff;
	background-color: #cccccc;
	border: 1px solid #cccccc;
	text-align: center;
	line-height: 17px;
	font-weight: normal;
}


/* todo checkbox */

.container-fluid .todo-list__label__description:before {
	bottom: 7px !important;
}

.ck-content .todo-list__label input[type="checkbox"] {
	height: 16px !important;
	z-index: 0;
	position: relative !important;
	top: -1px;
	left: -21px !important;
}

.ck-content .todo-list .todo-list__label>input:before {
	border-color: #ccc;
}

/* help list */
.help_content {
	font-family: -apple-system, 'Pretendard', Pretendard, AppleSDGothicNeo-Regular, "Malgun Gothic", sans-serif !important;
	font-weight: 400;
	line-height: 27px;
	font-size: 15px;
}
.help_content ol {
	padding-left: 20px;
}
.ck-content ol .todo-list {
	list-style: inherit;
}

/* figure & blockquote */
figure.table {
	overflow: hidden;
}
figure.table,
blockquote {
	margin: 10px 0 30px;
}

/* image */
figure.image {
	text-align: center;
	margin: 10px auto 30px;
}

figure.image img,
.mnl-article-box img {
	display: inline-block;
	float: none !important;
	max-width: 100%; height: auto !important;
	border: 1px solid #dddddd;
	box-shadow: 4px 4px 0 0 #f1f1f1;
}

figure.image.image-style-side {
	text-align: right;
}

/* pre */
/* pre {
    background-color: #f3ede4;
    padding: 10px 20px;
    border-radius: 3px;
} */

/* table */
figure.table {
	overflow: hidden;
	overflow-x: auto;
}
figure.table table {
	overflow: hidden;
	width: 100%;
	border-top: 3px solid #222;
	margin: 10px 0 10px -1px;
}
figure.table table th, figure.table table td {
	padding: 15px 5px;
	text-align: center;
	word-break: break-all;
}
figure.table table thead th {
	color: #3A3535;
	font-size: 0.95rem;
	font-weight: 500;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #dee2e6;
	border-bottom-color: #3A3535;
}

figure.table table thead tr:nth-child(2) th {
	border-right: 1px dashed #dee2e6 !important;
	border-bottom: 1px solid #3A3535;
}

figure.table table tbody th {
	color: #3A3535;
	font-weight: 500;
	background-color: #f7f7f7;
	border-style: solid;
	border-width: 0 0 1px 1px;
	border-color: #dee2e6;
}
figure.table table td {
	position: relative;
	font-size: 0.9rem;
	border: 1px solid #dee2e6 !important;
	border-top: 0 !important;
	border-right: 0 !important;
}

figure.table table td pre {
	text-align: left;
	margin-top: 10px;
}

/* ckeditor readonly */
.ck-editor-readonly .ck-file-box {
	height: 36px;
	width: 600px;
	background-color: #fff;
	border: 1px solid;
	border-color: var(--ck-color-widget-blurred-border);
	border-radius: 5px;
	padding: 5px;
	margin: 5px 0px;
	display: flex;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ck-editor-readonly .ck-file-box .ck-file-icon {
	height: 24px;
	width: 24px;
}

.ck-editor-readonly .ck-file-box .ck-file-icon {
	background-image: url("data:image/svg+xml,%3Csvg height='24' width='24' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1.68 1.68' xml:space='preserve'%3E%3Cpath style='fill:%23e9e9e0' d='M1.11 0H.239C.215 0 .195.02.195.058V1.65c0 .01.02.03.044.03h1.202c.024 0 .044-.02.044-.03V.389c0-.021-.003-.028-.008-.033L1.128.008A.027.027 0 0 0 1.11 0z'/%3E%3Cpath style='fill:%23d9d7ca' d='M1.125.005V.36h.355Z'/%3E%3Cpath style='fill:%23c8bdb8' d='M1.441 1.68H.239a.044.044 0 0 1-.044-.044V1.17h1.29v.466c0 .024-.02.044-.044.044z'/%3E%3Cpath style='fill:%23fff' d='M.645 1.41a.09.09 0 0 1-.09.09.09.09 0 0 1-.09-.09.09.09 0 0 1 .18 0zm.3 0a.09.09 0 0 1-.09.09.09.09 0 0 1-.09-.09.09.09 0 0 1 .18 0zm.3 0a.09.09 0 0 1-.09.09.09.09 0 0 1-.09-.09.09.09 0 0 1 .18 0z'/%3E%3C/svg%3E");
}

.ck-editor-readonly .ck-file-box .ck-file-icon[file-type="txt"] {
	background-image: url("data:image/svg+xml,%3Csvg height='24' width='24' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1.68 1.68' xml:space='preserve'%3E%3Cpath style='fill:%23e9e9e0' d='M1.11 0H.239C.215 0 .195.02.195.058V1.65c0 .01.02.03.044.03h1.202c.024 0 .044-.02.044-.03V.389c0-.021-.003-.028-.008-.033L1.128.008A.027.027 0 0 0 1.11 0z'/%3E%3Cpath style='fill:%23d9d7ca' d='M1.125.005V.36h.355Z'/%3E%3Cpath style='fill:%2395a5a5' d='M1.441 1.68H.239a.044.044 0 0 1-.044-.044V1.17h1.29v.466c0 .024-.02.044-.044.044z'/%3E%3Cpath style='fill:%23fff' d='M.656 1.288v.034h-.09v.268h-.05v-.269h-.09v-.034h.23zm.197.155.077.147H.873l-.048-.114H.821l-.052.114H.712l.077-.147-.082-.155h.056l.053.123H.82l.058-.123h.056l-.082.155zm.363-.155v.034h-.09v.268h-.05v-.269h-.09v-.034h.23z'/%3E%3Cpath style='fill:%23c8bdb8' d='M.555.39h-.18a.03.03 0 1 1 0-.06h.18a.03.03 0 1 1 0 .06zm.09.15h-.27a.03.03 0 1 1 0-.06h.27a.03.03 0 1 1 0 .06zm.12 0A.027.027 0 0 1 .744.531C.739.525.735.518.735.51S.738.494.744.489a.03.03 0 0 1 .042 0A.033.033 0 0 1 .795.51a.027.027 0 0 1-.009.021.033.033 0 0 1-.021.009zm.36 0h-.24a.03.03 0 1 1 0-.06h.24a.03.03 0 1 1 0 .06zm-.75.45A.027.027 0 0 1 .354.981.033.033 0 0 1 .345.96c0-.008.003-.016.009-.021a.032.032 0 0 1 .043 0A.031.031 0 0 1 .406.96a.027.027 0 0 1-.009.021.033.033 0 0 1-.021.009zm.36 0h-.24a.03.03 0 1 1 0-.06h.24a.03.03 0 1 1 0 .06zm.57-.45h-.06a.03.03 0 1 1 0-.06h.06a.03.03 0 1 1 0 .06zm-.27.15h-.66a.03.03 0 1 1 0-.06h.66a.03.03 0 1 1 0 .06zm.27 0h-.18a.03.03 0 1 1 0-.06h.18a.03.03 0 1 1 0 .06zm-.81.15h-.12a.03.03 0 1 1 0-.06h.12a.03.03 0 1 1 0 .06zm.42 0h-.3a.03.03 0 1 1 0-.06h.3a.03.03 0 1 1 0 .06zm.39 0h-.27a.03.03 0 1 1 0-.06h.27a.03.03 0 1 1 0 .06z'/%3E%3C/svg%3E");
}

.ck-editor-readonly .ck-file-box .ck-file-icon[file-type='ppt'],
.ck-editor-readonly .ck-file-box .ck-file-icon[file-type='pptx'] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' xml:space='preserve' width='24' height='24'%3E%3Cpath style='fill:%23e9e9e0' d='M15.851 0H3.413c-.347 0-.627.281-.627.825v22.746c0 .148.281.429.627.429h17.175c.346 0 .627-.281.627-.429V5.562c0-.298-.04-.394-.11-.465L16.117.11a.379.379 0 0 0-.266-.11z'/%3E%3Cpath style='fill:%23d9d7ca' d='M16.071.065v5.078h5.079Z'/%3E%3Cpath style='fill:%23f6712e' d='M20.587 24H3.413a.627.627 0 0 1-.627-.627v-6.659h18.429v6.659a.627.627 0 0 1-.627.627z'/%3E%3Cpath style='fill:%23fff' d='M7.535 22.714h-.704v-4.318h1.242c.183 0 .365.029.545.088.18.059.341.147.483.264.143.117.258.259.346.425s.132.352.132.56c0 .219-.037.417-.111.595a1.243 1.243 0 0 1-.311.448c-.133.121-.293.215-.48.281s-.395.099-.621.099h-.522v1.558zm0-3.785v1.711h.645a.777.777 0 0 0 .255-.044c.084-.029.161-.077.231-.144s.127-.159.17-.278a1.315 1.315 0 0 0 .035-.685.702.702 0 0 0-.12-.264.71.71 0 0 0-.255-.211.94.94 0 0 0-.434-.085h-.527zm3.545 3.785h-.703v-4.318h1.242c.183 0 .365.029.545.088.18.059.341.147.483.264.143.117.258.259.346.425s.132.352.132.56c0 .219-.037.417-.111.595a1.243 1.243 0 0 1-.311.448c-.133.121-.293.215-.48.281s-.395.099-.621.099h-.522v1.558zm0-3.785v1.711h.645a.777.777 0 0 0 .255-.044c.084-.029.161-.077.231-.144s.127-.159.17-.278a1.315 1.315 0 0 0 .035-.685.702.702 0 0 0-.12-.264.71.71 0 0 0-.255-.211.94.94 0 0 0-.434-.085h-.527zm5.894-.533v.48h-1.289v3.838h-.709v-3.838h-1.289v-.48h3.287z'/%3E%3Cpath style='fill:%23c8bdb8' d='M16.929 12.857H6.643V6h10.286v6.857zM7.5 12h8.571V6.857H7.5V12z'/%3E%3Cpath style='fill:%23c8bdb8' d='M8.785 15a.429.429 0 0 1-.367-.649l1.286-2.143a.429.429 0 1 1 .735.441l-1.286 2.143a.427.427 0 0 1-.368.208zm6.001 0a.428.428 0 0 1-.368-.208l-1.286-2.143a.429.429 0 1 1 .735-.441l1.286 2.143a.429.429 0 0 1-.367.649zm-3-8.143a.429.429 0 0 1-.429-.429V5.142a.429.429 0 1 1 .857 0v1.286a.429.429 0 0 1-.429.429z'/%3E%3Cpath style='fill:%23d3ccc9' d='M7.5 6.857h8.571V12H7.5V6.857z'/%3E%3C/svg%3E");
}

.ck-editor-readonly .ck-file-box .ck-file-icon[file-type="docx"],
.ck-editor-readonly .ck-file-box .ck-file-icon[file-type="dotx"] {
	background-image: url("data:image/svg+xml,%3Csvg height='24' width='24' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1.68 1.68' xml:space='preserve'%3E%3Cpath style='fill:%23e9e9e0' d='M1.11 0H.239C.215 0 .195.02.195.058V1.65c0 .01.02.03.044.03h1.202c.024 0 .044-.02.044-.03V.389c0-.021-.003-.028-.008-.033L1.128.008A.027.027 0 0 0 1.11 0z'/%3E%3Cpath style='fill:%23d9d7ca' d='M1.125.005V.36h.355Z'/%3E%3Cpath style='fill:%238697cb' d='M.555.39h-.18a.03.03 0 0 1 0-.06h.18a.03.03 0 0 1 0 .06zm.09.15h-.27a.03.03 0 0 1 0-.06h.27a.03.03 0 0 1 0 .06zm.12 0A.027.027 0 0 1 .744.531.033.033 0 0 1 .735.51c0-.008.003-.016.009-.021a.032.032 0 0 1 .043 0A.033.033 0 0 1 .796.51a.027.027 0 0 1-.009.021.033.033 0 0 1-.021.009zm.36 0h-.24a.03.03 0 0 1 0-.06h.24a.03.03 0 0 1 0 .06zm-.75.45A.027.027 0 0 1 .354.981.033.033 0 0 1 .345.96c0-.008.003-.016.009-.021a.032.032 0 0 1 .043 0A.033.033 0 0 1 .406.96a.027.027 0 0 1-.009.021.033.033 0 0 1-.021.009zm.36 0h-.24a.03.03 0 0 1 0-.06h.24a.03.03 0 0 1 0 .06zm.57-.45h-.06a.03.03 0 0 1 0-.06h.06a.03.03 0 0 1 0 .06zm-.27.15h-.66a.03.03 0 0 1 0-.06h.66a.03.03 0 0 1 0 .06zm.27 0h-.18a.03.03 0 0 1 0-.06h.18a.03.03 0 0 1 0 .06zm-.81.15h-.12a.03.03 0 0 1 0-.06h.12a.03.03 0 0 1 0 .06zm.42 0h-.3a.03.03 0 0 1 0-.06h.3a.03.03 0 0 1 0 .06zm.39 0h-.27a.03.03 0 0 1 0-.06h.27a.03.03 0 0 1 0 .06z'/%3E%3Cpath style='fill:%230096e6' d='M1.441 1.68H.239a.044.044 0 0 1-.044-.044V1.17h1.29v.466c0 .024-.02.044-.044.044z'/%3E%3Cpath style='fill:%23fff' d='M.705 1.43c0 .025-.003.046-.008.064s-.012.032-.02.044-.017.021-.028.028-.02.012-.03.015a.123.123 0 0 1-.026.007l-.018.001H.461v-.301h.091c.025 0 .048.004.067.012s.035.019.048.032.022.029.028.046a.16.16 0 0 1 .009.053zm-.146.123c.033 0 .057-.011.072-.032s.022-.052.022-.093a.22.22 0 0 0-.004-.037C.646 1.379.64 1.368.632 1.358s-.02-.018-.035-.024-.034-.009-.057-.009H.511v.229H.56zm.445-.116a.197.197 0 0 1-.01.067.118.118 0 0 1-.027.048c-.011.013-.025.023-.04.029s-.032.01-.05.01a.118.118 0 0 1-.09-.039.158.158 0 0 1-.027-.048.225.225 0 0 1 0-.134.125.125 0 0 1 .067-.077c.015-.006.032-.01.05-.01s.035.003.05.01.028.016.04.029c.011.013.02.029.027.048.006.019.01.042.01.067zm-.127.114c.01 0 .02-.002.029-.006a.072.072 0 0 0 .025-.019c.007-.009.013-.021.017-.035s.006-.032.007-.054a.19.19 0 0 0-.006-.052C.945 1.371.94 1.359.933 1.35s-.015-.016-.024-.02a.066.066 0 0 0-.028-.006c-.01 0-.02.002-.029.006a.062.062 0 0 0-.025.019c-.007.009-.013.021-.017.035s-.006.032-.007.053a.19.19 0 0 0 .006.052c.004.014.009.026.016.035s.015.016.024.02a.067.067 0 0 0 .028.006zm.401.008a.112.112 0 0 1-.038.025.126.126 0 0 1-.046.008.118.118 0 0 1-.09-.039.158.158 0 0 1-.027-.048.225.225 0 0 1 0-.134.125.125 0 0 1 .027-.048.113.113 0 0 1 .04-.029.122.122 0 0 1 .05-.01c.016 0 .032.003.046.008a.105.105 0 0 1 .038.025l-.034.03a.062.062 0 0 0-.049-.023c-.01 0-.02.002-.029.006a.062.062 0 0 0-.025.019c-.007.009-.013.021-.017.035s-.006.032-.007.053a.19.19 0 0 0 .006.052c.004.014.009.026.016.035s.015.016.024.02c.009.004.018.006.028.006s.019-.002.028-.005.016-.009.024-.017l.034.03z'/%3E%3C/svg%3E");
}

.ck-editor-readonly .ck-file-box .ck-file-icon[file-type="xlsx"] {
	background-image: url("data:image/svg+xml,%3Csvg height='24' width='24' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1.68 1.68' xml:space='preserve'%3E%3Cpath style='fill:%23e9e9e0' d='M1.11 0H.239C.215 0 .195.02.195.058V1.65c0 .01.02.03.044.03h1.202c.024 0 .044-.02.044-.03V.389c0-.021-.003-.028-.008-.033L1.128.008A.027.027 0 0 0 1.11 0z'/%3E%3Cpath style='fill:%23d9d7ca' d='M1.125.005V.36h.355Z'/%3E%3Cpath style='fill:%2391cda0' d='M1.441 1.68H.239a.044.044 0 0 1-.044-.044V1.17h1.29v.466c0 .024-.02.044-.044.044z'/%3E%3Cpath style='fill:%23fff' d='m.611 1.443.077.147H.631l-.048-.114H.579l-.052.114H.47l.077-.147-.082-.155h.056l.053.123h.004l.058-.123h.057l-.082.155zm.2-.155v.265H.95v.037H.761v-.302h.05zm.36.219c0 .011-.002.022-.007.032s-.011.019-.019.027-.018.014-.03.019a.113.113 0 0 1-.041.007l-.02-.001-.021-.003a.111.111 0 0 1-.02-.007.065.065 0 0 1-.017-.01l.009-.035.015.006.018.006.019.004a.11.11 0 0 0 .018.002c.017 0 .029-.004.038-.012.009-.008.013-.019.013-.035a.036.036 0 0 0-.009-.024.076.076 0 0 0-.024-.018l-.031-.016a.185.185 0 0 1-.031-.019.098.098 0 0 1-.024-.026.07.07 0 0 1-.009-.037.075.075 0 0 1 .027-.062c.008-.007.018-.013.029-.017s.023-.006.035-.006c.013 0 .025.001.038.003a.08.08 0 0 1 .031.011.399.399 0 0 1-.006.012l-.006.012-.005.009a.038.038 0 0 1-.002.004l-.006-.003-.009-.004a.063.063 0 0 0-.015-.003.143.143 0 0 0-.024 0c-.005.001-.011.002-.016.005l-.013.01a.044.044 0 0 0-.009.013.033.033 0 0 0-.003.014c0 .011.003.02.009.026a.084.084 0 0 0 .023.018l.03.015.031.017c.01.006.017.015.024.026.006.01.01.023.01.04z'/%3E%3Cpath style='fill:%23c8bdb8' d='M.705.48V.36h-.36v.66h.99V.48h-.63zm-.3-.06h.24v.06h-.24V.42zm0 .12h.24V.6h-.24V.54zm0 .12h.24v.06h-.24V.66zm0 .12h.24v.06h-.24V.78zm.24.18h-.24V.9h.24v.06zm.63 0h-.57V.9h.57v.06zm0-.12h-.57V.78h.57v.06zm0-.12h-.57V.66h.57v.06zM.705.6V.54h.57V.6h-.57z'/%3E%3C/svg%3E");
}

.ck-editor-readonly .ck-file-box .ck-file-icon[file-type="zip"],
.ck-editor-readonly .ck-file-box .ck-file-icon[file-type="gz"] {
	background-image: url("data:image/svg+xml,%3Csvg height='24' width='24' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1.68 1.68' xml:space='preserve'%3E%3Cpath style='fill:%23e9e9e0' d='M1.11 0H.239C.215 0 .195.02.195.058V1.65c0 .01.02.03.044.03h1.202c.024 0 .044-.02.044-.03V.389c0-.021-.003-.028-.008-.033L1.128.008A.027.027 0 0 0 1.11 0z'/%3E%3Cpath style='fill:%23d9d7ca' d='M1.125.005V.36h.355Z'/%3E%3Cpath style='fill:%23556080' d='M1.441 1.68H.239a.044.044 0 0 1-.044-.044V1.17h1.29v.466c0 .024-.02.044-.044.044z'/%3E%3Cpath style='fill:%23fff' d='M.758 1.288v.04l-.144.216-.008.007h.152v.039H.557v-.04l.144-.216.009-.007H.557v-.04h.201zm.12.302h-.05v-.302h.05v.302zm.124 0H.953v-.302h.087a.12.12 0 0 1 .072.024.089.089 0 0 1 .033.069.116.116 0 0 1-.008.042.087.087 0 0 1-.022.031.113.113 0 0 1-.077.027h-.037v.109zm0-.265v.12h.045a.057.057 0 0 0 .018-.003c.006-.002.011-.005.016-.01s.009-.011.012-.019a.093.093 0 0 0 .004-.031l-.002-.017a.049.049 0 0 0-.008-.018.05.05 0 0 0-.018-.015.067.067 0 0 0-.03-.006h-.037z'/%3E%3Cpath style='fill:%23c8bdb8' d='M.855.72V.66h.06V.6h-.06V.54h.06V.48h-.06V.42h.06V.36h-.06V.3h.06V.24h-.06V.18h-.06v.06h-.06V.3h.06v.06h-.06v.06h.06v.06h-.06v.06h.06V.6h-.06v.06h.06v.06h-.12v.15a.15.15 0 1 0 .3 0V.72h-.12zm.06.15c0 .05-.04.09-.09.09S.735.92.735.87V.78h.18v.09z'/%3E%3Cpath style='fill:%23c8bdb8' d='M.795.9h.06a.03.03 0 1 0 0-.06h-.06a.03.03 0 1 0 0 .06z'/%3E%3C/svg%3E");
}

.ck-editor-readonly .ck-file-box .ck-file-icon[file-type="pdf"] {
	background-image: url("data:image/svg+xml,%3Csvg height='24' width='24' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1.68 1.68' xml:space='preserve'%3E%3Cpath style='fill:%23e9e9e0' d='M1.11 0H.239C.215 0 .195.02.195.058V1.65c0 .01.02.03.044.03h1.202c.024 0 .044-.02.044-.03V.389c0-.021-.003-.028-.008-.033L1.128.008A.027.027 0 0 0 1.11 0z'/%3E%3Cpath style='fill:%23d9d7ca' d='M1.125.005V.36h.355Z'/%3E%3Cpath style='fill:%23cc4b4c' d='M.585 1A.046.046 0 0 1 .556.99C.525.967.521.941.523.923c.005-.049.066-.1.18-.152C.748.672.791.55.817.448.787.383.758.298.779.249.786.232.796.218.813.213a.147.147 0 0 1 .03-.005c.015 0 .028.019.038.031C.89.25.91.274.87.443a.93.93 0 0 0 .153.227.593.593 0 0 1 .101-.011c.047 0 .075.011.087.034.01.019.006.04-.012.065a.082.082 0 0 1-.067.036c-.036 0-.079-.023-.126-.069C.921.743.822.775.741.81A.936.936 0 0 1 .67.938c-.031.043-.057.063-.084.063zm.08-.154C.601.882.575.912.573.928c0 .003-.001.01.013.021C.59.948.617.936.665.846zm.409-.133c.024.019.03.028.046.028.007 0 .027 0 .036-.013a.104.104 0 0 0 .007-.012C1.159.714 1.154.71 1.128.71a.564.564 0 0 0-.054.003zM.85.516a2.139 2.139 0 0 1-.08.227A1.499 1.499 0 0 1 .965.682 1.035 1.035 0 0 1 .85.516zM.832.262C.829.263.792.315.835.358.863.295.833.261.832.262zm.609 1.418H.239a.044.044 0 0 1-.044-.044V1.17h1.29v.466c0 .024-.02.044-.044.044z'/%3E%3Cpath style='fill:%23fff' d='M.522 1.59H.473v-.302H.56a.12.12 0 0 1 .072.024.089.089 0 0 1 .033.069.116.116 0 0 1-.008.042.087.087 0 0 1-.022.031.113.113 0 0 1-.077.027H.521v.109zm0-.265v.12h.045a.057.057 0 0 0 .018-.003.04.04 0 0 0 .016-.01.052.052 0 0 0 .012-.019.093.093 0 0 0 .004-.031l-.002-.017a.049.049 0 0 0-.008-.018.05.05 0 0 0-.018-.015.067.067 0 0 0-.03-.006H.522zm.445.105c0 .025-.003.046-.008.064s-.012.032-.02.044-.017.021-.028.028-.02.012-.03.015a.123.123 0 0 1-.026.007l-.018.001H.723v-.301h.091c.025 0 .048.004.067.012s.035.019.048.032.022.029.028.046a.16.16 0 0 1 .009.053zm-.146.123c.033 0 .057-.011.072-.032s.022-.052.022-.093a.22.22 0 0 0-.004-.037c-.003-.012-.009-.023-.017-.033s-.02-.018-.035-.024-.034-.009-.057-.009H.773v.229h.049zm.267-.228v.095h.126v.034h-.126v.136h-.05v-.302h.189v.037h-.139z'/%3E%3C/svg%3E");
}

.ck-editor-readonly .ck-file-box .ck-file-icon[file-type="html"] {
	background-image: url("data:image/svg+xml,%3Csvg height='24' width='24' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1.68 1.68' xml:space='preserve'%3E%3Cpath style='fill:%23e9e9e0' d='M1.11 0H.239C.215 0 .195.02.195.058V1.65c0 .01.02.03.044.03h1.202c.024 0 .044-.02.044-.03V.389c0-.021-.003-.028-.008-.033L1.128.008A.027.027 0 0 0 1.11 0z'/%3E%3Cpath style='fill:%23d9d7ca' d='M1.125.005V.36h.355Z'/%3E%3Cpath style='fill:%23ec6630' d='M1.441 1.68H.239a.044.044 0 0 1-.044-.044V1.17h1.29v.466c0 .024-.02.044-.044.044z'/%3E%3Cpath style='fill:%23fff' d='M.524 1.288v.302H.475v-.136H.344v.136h-.05v-.302h.05v.132h.131v-.132h.049zm.289 0v.034h-.09v.268h-.05v-.269h-.09v-.034h.23zm.288 0h.05v.302h-.05v-.208l-.068.168H.99l-.068-.168v.208h-.05v-.302h.05l.09.207.089-.207zm.176 0v.265h.139v.037h-.189v-.302h.05z'/%3E%3Cpath style='fill:%23ec6630' d='M.696.489a.03.03 0 0 0-.042 0l-.18.18a.03.03 0 0 0 0 .042l.18.18a.03.03 0 0 0 .042 0 .03.03 0 0 0 0-.042L.537.69.696.531a.03.03 0 0 0 0-.042zm.54.18-.18-.18a.03.03 0 1 0-.042.042l.159.159-.159.159a.03.03 0 1 0 .042.042l.18-.18a.03.03 0 0 0 0-.042z'/%3E%3C/svg%3E");
}

.ck-editor-readonly .ck-file-box .ck-file-icon[file-type="css"] {
	background-image: url("data:image/svg+xml,%3Csvg height='24' width='24' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1.68 1.68' xml:space='preserve'%3E%3Cpath style='fill:%23e9e9e0' d='M1.11 0H.239C.215 0 .195.02.195.058V1.65c0 .01.02.03.044.03h1.202c.024 0 .044-.02.044-.03V.389c0-.021-.003-.028-.008-.033L1.128.008A.027.027 0 0 0 1.11 0z'/%3E%3Cpath style='fill:%23d9d7ca' d='M1.125.005V.36h.355Z'/%3E%3Cpath style='fill:%230096e6' d='M1.441 1.68H.239a.044.044 0 0 1-.044-.044V1.17h1.29v.466c0 .024-.02.044-.044.044z'/%3E%3Cpath style='fill:%23fff' d='M.707 1.559c-.011.011-.024.019-.038.025s-.03.008-.046.008a.118.118 0 0 1-.09-.039.14.14 0 0 1-.027-.048.225.225 0 0 1 0-.134.125.125 0 0 1 .067-.077.135.135 0 0 1 .096-.002.105.105 0 0 1 .038.025l-.034.03C.666 1.339.659 1.333.65 1.33s-.017-.005-.026-.005c-.01 0-.02.002-.029.006s-.017.01-.025.019-.013.021-.017.035-.006.032-.007.053c0 .021.002.038.006.052s.009.026.016.035.015.016.024.02.018.006.028.006.019-.002.028-.005.016-.009.024-.017l.034.03zm.242-.052c0 .011-.002.022-.007.032s-.011.019-.019.027-.018.014-.03.019-.026.007-.041.007l-.02-.001-.021-.003a.068.068 0 0 1-.02-.007l-.017-.01.009-.035.015.006.018.006.019.004a.11.11 0 0 0 .018.002c.017 0 .029-.004.038-.012s.013-.019.013-.035c0-.009-.003-.017-.009-.024S.881 1.47.871 1.465L.84 1.449C.829 1.444.819 1.437.809 1.43s-.017-.016-.024-.026-.009-.022-.009-.037a.075.075 0 0 1 .027-.062c.008-.007.018-.013.029-.017s.023-.006.035-.006c.013 0 .025.001.038.003s.023.006.031.011l-.006.012-.006.012-.005.009-.002.004-.006-.003-.009-.004-.015-.003H.863c-.005.001-.011.002-.016.005l-.013.01a.038.038 0 0 0-.012.027c0 .011.003.02.009.026s.014.013.023.018l.03.015.031.017c.01.006.017.015.024.026s.01.023.01.04zm.222 0c0 .011-.002.022-.007.032s-.011.019-.019.027-.018.014-.03.019-.026.007-.041.007l-.02-.001-.021-.003a.068.068 0 0 1-.02-.007l-.017-.01.009-.035.015.006.018.006.019.004a.11.11 0 0 0 .018.002c.017 0 .029-.004.038-.012s.013-.019.013-.035c0-.009-.003-.017-.009-.024s-.014-.013-.024-.018l-.031-.016c-.011-.005-.021-.012-.031-.019s-.017-.016-.024-.026-.009-.022-.009-.037a.075.075 0 0 1 .027-.062c.008-.007.018-.013.029-.017s.023-.006.035-.006c.013 0 .025.001.038.003s.023.006.031.011l-.006.012-.006.012-.005.009-.002.004-.006-.003-.009-.004-.015-.003h-.024c-.005.001-.011.002-.016.005l-.013.01a.038.038 0 0 0-.012.027c0 .011.003.02.009.026s.014.013.023.018l.03.015.031.017c.01.006.017.015.024.026s.01.023.01.04z'/%3E%3Cpath style='fill:%230096e6' d='M.585.57V.45a.03.03 0 0 1 .03-.03.03.03 0 1 0 0-.06.09.09 0 0 0-.09.09v.12a.06.06 0 0 1-.06.06.03.03 0 1 0 0 .06.06.06 0 0 1 .06.06v.12c0 .05.04.09.09.09a.03.03 0 1 0 0-.06.03.03 0 0 1-.03-.03V.75A.12.12 0 0 0 .544.66.119.119 0 0 0 .585.57zm.6.06a.06.06 0 0 1-.06-.06V.45a.09.09 0 0 0-.09-.09.03.03 0 1 0 0 .06.03.03 0 0 1 .03.03v.12a.12.12 0 0 0 .041.09.119.119 0 0 0-.041.09v.12a.03.03 0 0 1-.03.03.03.03 0 1 0 0 .06c.05 0 .09-.04.09-.09V.75a.06.06 0 0 1 .06-.06.03.03 0 1 0 0-.06z'/%3E%3C/svg%3E");
}

.ck-editor-readonly .ck-file-box .ck-file-icon[file-type="avi"] {
	background-image: url("data:image/svg+xml,%3Csvg height='24' width='24' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1.68 1.68' xml:space='preserve'%3E%3Cpath style='fill:%23e9e9e0' d='M1.11 0H.239C.215 0 .195.02.195.058V1.65c0 .01.02.03.044.03h1.202c.024 0 .044-.02.044-.03V.389c0-.021-.003-.028-.008-.033L1.128.008A.027.027 0 0 0 1.11 0z'/%3E%3Cpath style='fill:%23d9d7ca' d='M1.125.005V.36h.355Z'/%3E%3Cpath style='fill:%23d75e72' d='M1.441 1.68H.239a.044.044 0 0 1-.044-.044V1.17h1.29v.466c0 .024-.02.044-.044.044z'/%3E%3Cpath style='fill:%23fff' d='m.491 1.59.106-.302h.049l.104.302H.7l-.022-.063H.564l-.022.063H.491zm.085-.096h.09l-.045-.13-.046.13zm.319.098-.094-.304h.056l.07.261.074-.261h.056l-.098.304H.895zm.275-.002h-.05v-.302h.05v.302z'/%3E%3Cpath style='fill:%23c8bdb8' d='M.705.84V.42l.33.21Z'/%3E%3C/svg%3E");
}

.ck-editor-readonly .ck-file-box .ck-file-icon[file-type="mp3"] {
	background-image: url("data:image/svg+xml,%3Csvg height='24' width='24' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1.68 1.68' xml:space='preserve'%3E%3Cpath style='fill:%23e9e9e0' d='M1.11 0H.239C.215 0 .195.02.195.058V1.65c0 .01.02.03.044.03h1.202c.024 0 .044-.02.044-.03V.389c0-.021-.003-.028-.008-.033L1.128.008A.027.027 0 0 0 1.11 0z'/%3E%3Cpath style='fill:%23d9d7ca' d='M1.125.005V.36h.355Z'/%3E%3Cpath style='fill:%237d6599' d='M1.441 1.68H.239a.044.044 0 0 1-.044-.044V1.17h1.29v.466c0 .024-.02.044-.044.044z'/%3E%3Cpath style='fill:%23c8bdb8' d='M1.07.45a.378.378 0 0 0-.069-.071.395.395 0 0 1-.146-.202V.15a.03.03 0 1 0-.06 0v.552H.684C.568.702.495.761.495.856c0 .104.067.171.171.171A.189.189 0 0 0 .855.838V.494l.009.007c.01.01.026.022.046.036.07.051.186.137.157.234a.03.03 0 1 0 .057.017.38.38 0 0 0-.054-.339zM.795.838a.129.129 0 0 1-.129.129C.595.967.555.926.555.856c0-.077.07-.094.129-.094h.111v.076zm.15-.349L.904.457.855.417V.313c.025.035.06.074.108.113a.316.316 0 0 1 .058.058.325.325 0 0 1 .054.119C1.035.555.982.516.945.488z'/%3E%3Cpath style='fill:%23fff' d='M.672 1.288h.05v.302h-.05v-.208l-.068.168H.561l-.068-.168v.208h-.05v-.302h.05l.09.207.089-.207zm.174.302H.797v-.302h.087a.12.12 0 0 1 .072.024.089.089 0 0 1 .033.069c0 .015-.003.029-.008.042s-.012.023-.022.031-.021.015-.034.02-.028.007-.043.007H.846v.109zm0-.265v.12h.045l.018-.003c.006-.002.011-.005.016-.01s.009-.011.012-.019.004-.019.004-.031l-.002-.017c-.001-.006-.004-.013-.008-.018s-.01-.011-.018-.015-.018-.006-.03-.006H.846zm.312.106a.066.066 0 0 1 .038.02c.006.006.011.013.014.022s.006.019.006.03a.091.091 0 0 1-.021.06c-.006.007-.013.012-.02.016s-.015.007-.022.009l-.019.004a.247.247 0 0 1-.068-.004.088.088 0 0 1-.028-.01l.011-.035.007.004.009.005a.06.06 0 0 0 .017.004l.03.001c.019 0 .033-.005.042-.015s.014-.023.014-.039c0-.015-.004-.027-.013-.037s-.021-.015-.037-.015h-.04v-.033h.046c.006 0 .012-.002.017-.004s.01-.007.014-.014.005-.016.005-.028l-.001-.016c-.001-.006-.003-.011-.007-.015s-.009-.008-.016-.011-.017-.004-.03-.004a.115.115 0 0 0-.047.009l-.014-.037.024-.006a.22.22 0 0 1 .079.002c.012.003.022.008.03.015s.015.016.021.026.008.023.008.038c0 .008-.002.016-.004.023s-.007.013-.011.018-.01.009-.016.013-.011.006-.016.007z'/%3E%3C/svg%3E");
}

.ck-editor-readonly .ck-file-box .ck-file-icon[file-type="mp4"] {
	background-image: url("data:image/svg+xml,%3Csvg height='24' width='24' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1.68 1.68' xml:space='preserve'%3E%3Cpath style='fill:%23e9e9e0' d='M1.11 0H.239C.215 0 .195.02.195.058V1.65c0 .01.02.03.044.03h1.202c.024 0 .044-.02.044-.03V.389c0-.021-.003-.028-.008-.033L1.128.008A.027.027 0 0 0 1.11 0z'/%3E%3Cpath style='fill:%23ff5364' d='M1.441 1.68H.239a.044.044 0 0 1-.044-.044V1.17h1.29v.466c0 .024-.02.044-.044.044z'/%3E%3Cpath style='fill:%23fff' d='M.672 1.288h.05v.302h-.05v-.208l-.068.168H.561l-.068-.168v.208h-.05v-.302h.05l.09.207.089-.207zm.174.302H.797v-.302h.087a.12.12 0 0 1 .072.024.089.089 0 0 1 .033.069.116.116 0 0 1-.008.042.087.087 0 0 1-.022.031.113.113 0 0 1-.077.027H.846v.109zm0-.265v.12h.045a.057.057 0 0 0 .018-.003c.006-.002.011-.005.016-.01s.009-.011.012-.019a.093.093 0 0 0 .004-.031l-.002-.017a.049.049 0 0 0-.008-.018.05.05 0 0 0-.018-.015.067.067 0 0 0-.03-.006H.846zm.308.194h-.131V1.48l.131-.193h.05v.193h.032v.039h-.032v.071h-.05v-.071zm0-.039v-.135l-.087.135h.087z'/%3E%3Cpath style='fill:%23c8bdb8' d='M.735.84a.03.03 0 0 1-.03-.03V.39A.03.03 0 0 1 .751.365l.33.21a.03.03 0 0 1 0 .051l-.33.21a.03.03 0 0 1-.016.005zm.03-.395v.311L1.009.6.765.445z'/%3E%3Cpath style='fill:%23c8bdb8' d='M.855 1.05A.45.45 0 1 1 .856.149a.45.45 0 0 1-.001.901zm0-.84a.39.39 0 1 0 .001.781A.39.39 0 0 0 .855.21z'/%3E%3Cpath style='fill:%23d9d7ca' d='M1.125.005V.36h.355Z'/%3E%3C/svg%3E");
}

.ck-editor-readonly .ck-file-box .ck-file-info {
	flex-grow: 2;
	overflow-y: hidden;
}

.ck-editor-readonly .ck-file-box .ck-file-info .ck-file-title {
	display: inline;
	pointer-events: none;
	float: left;
	line-height: 25px;
	margin-left: 5px;
	max-width: 250px;
	white-space: pre;
	overflow-y: hidden;
}


.ck-editor-readonly .ck-file-box .ck-file-info .ck-file-size,
.ck-editor-readonly .ck-file-box .ck-file-info .ck-file-author,
.ck-editor-readonly .ck-file-box .ck-file-info .ck-file-date,
.ck-editor-readonly .ck-file-box .ck-file-info .ck-file-download {
	font-size: 11px;
	color: gray;
	float: right;
	line-height: 25px;
	pointer-events: none;
}

.ck-editor-readonly .ck-file-box .ck-file-info .ck-file-size {
	float: left;
	margin-left: 5px;
}

.ck-editor-readonly .ck-file-box .ck-file-info .ck-file-author {
	margin-right: 10px;
	display: none;
}

.ck-editor-readonly .ck-file-box .ck-file-info .ck-file-date {
	margin-right: 20px;
	display: none;
}

.ck-editor-readonly .ck-file-box .ck-file-info .ck-file-download {
	height: 24px;
	width: 24px;
	cursor: pointer;
	pointer-events: inherit;
}

.ck-editor-readonly .ck-file-box .ck-file-info .ck-file-download:before {
	content: '\f019';
	font-family: "FontAwesome";
	font-size: 20px;
	font-style: normal;
	color: #adadad;
	transition: all 0.2s ease;
}
.ck-editor-readonly .ck-file-box .ck-file-info .ck-file-download:hover:before {
	color: #4E89AE;
}

/* Google Drive */
body > .picker.picker-dialog {
	line-height: 1;
}
