/*@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');*/

@media print {
	body {
		margin: 0 !important;
	}
}

.main-container {
	font-family: 'Lato', sans-serif;
	width: fit-content;
	margin-left: 0;
	margin-right: 0;

}

/* CKEditor5 툴바의 스티키(고정) 기능 비활성화 */
.ck.ck-sticky-panel .ck-sticky-panel__content_sticky {
    position: static !important;
    top: auto !important;
    width: 100% !important;
}


.ck-content {
	font-family: 'Lato', sans-serif;
	line-height: 1.5;
	word-break: break-word;
}

.editor-container_classic-editor .editor-container__editor {
	/*min-width: 850px;*/
	/*max-width: 850px;*/
    white-space: normal !important;

}

.ck-editor__editable {
    white-space: normal !important;
    display: block !important;
}

.editor-container_classic-editor .editor-container__editor #editor {
    white-space: normal !important;
}
    /*.editor-container_include-block-toolbar {*/
/*	margin-left: 42px;*/
/*}*/

.ck-editor__editable_inline {
	min-height: 400px;
}

/*.editor-container {*/
/*	margin-left : 25px !important;*/
/*	margin-right : 5px !important;*/
/*}*/
/*.ck-editor__editable {*/
/*	box-sizing: border-box;*/
/*}*/

