.xe_handyeditor_editable{
	padding:7px 7px 7px 20px;
}

.xe_handyeditor_editable img,.xe_handyeditor_editable div{
	max-width: 100%;
}

.xe_handyeditor_editable.white{
	background-color: white;
}

.xe_handyeditor_editable.dark{
	background-color: #2a2a2a;
	color:white;
}

.toolbar-ready{
	/*background-color: rgba(97, 97, 97, 0.189);*/
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 11;
	box-sizing: content-box !important;
	display: block;
	padding:0 !important;
	margin:0 !important;
}

.new-sticker-noti{
	position: absolute;
	color: #fff;
	background-color: #ff404d;
	border-radius: 50%;
	font-family: "Roboto";
	top : 4px;
	right:-6px;

	/* Alignment */
	line-height: 0 !important;
	display: inline-flex;
	justify-content: center;
	align-items: center;

	/* Adjust as required: */
	padding: 5px;
}

.new-sticker-noti::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.new-group-sticker-noti{
    position: absolute;
    top: -4px;
    right: -2px;
    padding: 2px 2px;
    border-radius: 25%;
    background: #ff390d;
    color: white;
    font-size: 0.6rem;
    line-height:1 !important;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

.ce-block__content{
	overflow-x: hidden;
}
.ce-block__content, .ce-toolbar__content {
	max-width:calc(100%) !important;
}

.cdx-block { max-width: 100% !important;}

.codex-editor__redactor{
	padding-bottom: 0px !important;
}

@media (min-width: 1024px) {
	.ce-toolbar__actions.ce-toolbar__actions--opened {
	right: -5px;
	}

	.ce-popover.ce-popover--opened{
		left:-200px;
	}
}

.editor_autosaved_message{
	display: none;
}

.embed-tool__caption{
	display: none;
}

.xe_handyeditor_wrapper{
border: 1px solid #ebecef;
position: relative;
}

.xe_handyeditor_wrapper.dark{
	border: 1px solid #303030;
	position: relative;
}

.handyeditor_tool_wrap{
	border-color: rgba(0,0,0,.06);
	position: relative;
    border-bottom: 1px solid rgba(0,0,0,.2);
	height:56px;
	box-sizing: content-box;
}

.handyeditor_tool_wrap.white{
	background-color: #fff;
	z-index: 3;

}

.toolbar-ul{
	flex-flow: wrap;
	padding: 2px 7px 3px 7px !important;
	list-style: none;
	height: 50px;
	margin: 0;
	margin-block-start: 0;
	margin-block-end: 0px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	overflow: hidden;
}

.toolbar-ul li{
	float: left;
	padding-left: 10px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	line-height: 1.5;
}

.toolbar_ul button[type=button]{
	padding: 0;
    border: 0;
    cursor: pointer;
    font: inherit;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", 돋움, dotum, sans-serif;
	background-color: transparent;
	background: none;
	margin: 0;
	border: none;
    outline: none;
}

.xe-toolbar-button:active{
	border: none;
    outline: none;
}

.xe-toolbar-button:focus{
	border: none;
    outline: none;
}

.xe-toolbar-button.white{
	background-color: #fff;
}

.xe-toolbar-separator-li{
	display: flex;
	align-items: center;
	justify-content: center;
	width:3px;
}

.xe-toolbar-separator-div
{
border-left: 1px solid rgb(215, 215, 215);
width:1px;
height:42px;
display: block;
margin:3px 1px 3px 1px;
}

.xe-toolbar-button {
	position: relative;
    min-width: 40px;
    height: 50px;
	padding:30px 6px 1px 6px !important;
    text-align: center;
	outline: 0;
	border:none;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.xe-toolbar-icon {
    position: absolute;
    top: 0;
    bottom: 17px;
    right: 0;
    left: 0;
    margin: auto;
	background-repeat: no-repeat;
	background-size: 20px;
	width:20px;
}

.xe-toolbar-icon.file{
	background-image: url('../icon/file.svg');
}

.xe-toolbar-icon.sticker{
	background-image: url('../icon/sticker.svg');
}

.xe-toolbar-icon.addlink{
	background-image: url('../icon/link-45deg.svg');
}

.xe-toolbar-icon.chatgpt{
	background-image: url('../icon/ChatGPT.svg');
}

.xe-toolbar-icon.chatgpt.gemini{
	background-image: url('../icon/google-gemini-icon.svg');
}

.xe-toolbar-icon.codeslash{
	background-image: url('../icon/code-slash.svg');
}

.xe-toolbar-icon.fonts{
	background-image: url('../icon/fonts.svg');
}

.xe-toolbar-icon.readlb{
	background-image: url('../icon/book.svg');
}


.toolbar-ul .xe-toolbar-icon{
	top: 5px;
    bottom: 17px;
    right: 0;
}

.xe-toolbar-tooltip {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	padding: 6px 8px;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
	border: 1px solid rgba(0,0,0,.1);
	background-color: #4a4d51;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	white-space: nowrap;
	z-index: -1;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0s;
	transition: opacity 0s;
}

.xe-toolbar-label{
	color:#202124;
	margin:auto;
	font-size:13px;
}

.bl-url-card{
	max-width: 100%;
	margin: 5px;
	display: flex !important;
	overflow: hidden;
}

.bl-url-card a{
	text-decoration: none;
}

.bl-url-card a:hover{
	text-decoration: none;
}

.bl-float-left{
	float: left;
}

.bl-box_shadow {
    box-shadow: 0 0 3px #bbb;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    background: #fff;
}

.bl-link{
	text-decoration: none;
}

.bl-link-image {
    width: 160px;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-right: 1px solid #eee;
    box-sizing: border-box;
}

.bl-view-ct {
	/*
    width: calc(100% - 160px) !important;
	padding: 0px 0 12px !important;
	*/

	padding: 14px 0 12px !important;
    text-align: left !important;
	float:left !important;
	display: flex;
    align-items: center;
	width:100%;
}

.ed-use-thumb .bl-view-ct{
	width: calc(100% - 100px) !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bl-view-ct .bl-float-left{
	width: 100%;
}

.bl-link-title {
	text-decoration: none;
	width: calc(100% - 30px);
    padding: 0 15px;
    line-height: 20px;
    letter-spacing: -0.5px;
    -webkit-line-clamp: 1;
    overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
	font-weight: bold;
	font-size: 15.5px;
	display: block;
	text-align: left;
	word-break: break-all;
	text-size-adjust: auto;
}

.bl-link-url{
	width: calc(100% - 30px);
	padding: 0 15px;
	font-style: italic;
    font-family: "Trebuchet MS","Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 0;
	font-size: 11.5px;
	text-align: left;
	text-decoration: none;
    margin-bottom: 8px;
    line-height: 15px;
    margin-top: 4px;
    color: #bbb;
    outline: 0;
}

.bl-link-url span{
	font-size: 13.5px;
    letter-spacing: 0;
}

.bl-link-description {
    line-height: 22px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
	text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
	width: calc(100% - 30px);
    padding: 0 15px;
	letter-spacing: 0;
	max-height: 40px;
	overflow: hidden;
	max-width: calc(100% - 20px);
}

.readLb-mov .bl-link-description{
	max-height: 66px;;
}

.bl-clear-both{
	clear: both;
}

@media screen and (max-width: 768px) {
	.handyeditor_tool_wrap {
		height:43px;
	}
	.bl-link-image {
		width: 100px;
		height: 100px;
	}

	.bl-link-description {
		width: 100%;
		padding: 0 5px;

	}

	.bl-link-url {
		width: 100%;
		padding: 0 5px;
	}

	.bl-link-title {
		width: 100%;
		padding: 0 5px;
	}

	.bl-view-ct {
		padding: 4px 0 4px !important;
		/*
		width: calc(100% - 100px) !important;
		*/
	}

	.ed-use-thumb .bl-view-ct{
		width: calc(100% - 100px) !important;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.toolbar-ul{
		height: 30px;
		margin-block-start: 0;
		margin-block-end: 0px;
		margin-inline-start: 0px;
		margin-inline-end: 0px;
	}

	.toolbar-ul{
		display:        flex;
		flex-direction: row;
		flex-wrap:      nowrap;
		overflow-x:     auto;
	}

	.toolbar-ul::-webkit-scrollbar {
		display: none;
	}

	.handyeditor_tool_wrap{
		display: flex;
		align-items: center;
	}

	.toolbar-ul button{
		min-width: 30px;
		height: 30px;
	}

	.toolbar-ul .xe-toolbar-label{
		display: none;
	}

	.toolbar-ul .xe-toolbar-icon {
		top: 25px;
		bottom: 17px;
		right: 0;
		left: 0px;
		height: 30px;
	}

	.xe-toolbar-separator-div
	{
	border-left: 1px solid rgb(215, 215, 215);
	/*
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
	*/
	width:1px;
	height:24px;
	display: block;
	margin:5px 1px 0px 1px;
	}

	.xe-toolbar-button {
	padding-top: 24px !important;
	}

	.toolbar-ul .xe-toolbar-icon {
    top: 22px;
	}

	.container.py-2{
    padding-right: 5px !important;
    padding-left: 5px !important;
	}
}

.ed-file-link{
	max-width:280px;
	position: relative;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
	padding: 7px 25px 7px 7px;
	display: inline-block;
	min-width:200px;
	box-sizing: border-box;
}

.ed-file-ext{
	height:45px;
	width:45px;
	background-color:black;
	color:white;
	float:left;
	text-align:center;
	margin-right:7px;
	border-radius: 8px;
	line-height: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
}

.ed-file-ct{
	width: calc(100% - 57px);
    letter-spacing: 0;
	font-size: 11.5px;
	text-align: left;
	text-decoration: none;
    line-height: 15px;
    outline: 0;
	float:left;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	text-size-adjust: auto;
	margin: auto 0;
	flex-grow: 2;
	padding-top:5px;
	white-space:nowrap;
}

.ed-file-name{
	font-weight: bold;
}

.ed-file-size{
	color: #707684;
}

.ed-file-dn{
	position: absolute;
	right:5px;
	top:18px;
	width:24px;
	height:24px;
}

.filter-orange{
	filter: invert(46%) sepia(98%) saturate(493%) hue-rotate(333deg) brightness(94%) contrast(94%);
}

.filter-707684{
	filter:brightness(0) saturate(100%) invert(47%) sepia(18%) saturate(271%) hue-rotate(184deg) brightness(93%) contrast(89%);
}

.filter-black{
	filter: brightness(0) saturate(100%);
}

.filter-white{
	filter: invert(100%) sepia(51%) saturate(6%) hue-rotate(158deg) brightness(114%) contrast(100%);
}

.filter-silver{
filter: invert(69%) sepia(0%) saturate(1%) hue-rotate(291deg) brightness(91%) contrast(88%);
}

.filter-dark-green{
	filter: invert(49%) sepia(61%) saturate(474%) hue-rotate(93deg) brightness(92%) contrast(87%);
}

.filter-cdcdcd{
	filter: brightness(0) saturate(100%) invert(80%) sepia(0%) saturate(2296%) hue-rotate(12deg) brightness(141%) contrast(61%);
}

.filter-cdcdcdi{
	filter: brightness(0) saturate(100%) invert(80%) sepia(0%) saturate(2296%) hue-rotate(12deg) brightness(141%) contrast(61%) !important;
}


.ed-file-ext.doc,.ed-file-ext.docx,.ed-file-ext.odt{
background-color: #1483E9;
}
.ed-file-ext.doc,.ed-file-ext.docx,.ed-file-ext.odt{
	background-color: #1483E9;
}

.ed-file-ext.pdf{
	background-color: #DB2F2F;
}

.ed-file-ext.rtf{
	background-color: #744FDC;
}

.ed-file-ext.tex,.ed-file-ext.txt{
	background-color: #5a5a5b;
}

.ed-file-ext.pptx,.ed-file-ext.ppt{
	background-color: #E35200;
}
.ed-file-ext.mp3{
	background-color: #eab456;
}
.ed-file-ext.mp4{
	background-color: #f676a6;
}
.ed-file-ext.xls{
	background-color: #11AE3D;
}
.ed-file-ext.html,.ed-file-ext.htm,.ed-file-ext.js{
	background-color: #2988f0;
}
.ed-file-ext.zip,.ed-file-ext.rar{
	background-color: #4f566f;
}
.ed-file-ext.exe{
	background-color: #e26f6f;
}
.ed-file-ext.key{
	background-color: #00B2FF;
}
.ed-file-ext.sketch{
	background-color: #FFC700;
}
.ed-file-ext.ai{
	background-color: #FB601D;
}
.ed-file-ext.psd{
	background-color: #388ae5;
}
.ed-file-ext.dmg{
	background-color: #e26f6f;
}
.ed-file-ext.json,.ed-file-ext.log{
	background-color: #2988f0;
}
.ed-file-ext.csv{
	background-color: #11AE3D;
}

.youtube-div {
	position:relative;
	height:0;
	padding-bottom:56.25%;
}

.youtube-div iframe {
	border:0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.youtube-div-shorts {
	position: relative;
	width:100%;
	padding-bottom: 0;
    height: 640px;
    overflow: hidden;
	max-width: 360px !important;
}

.youtube-div-shorts iframe{
	position: relative;
    max-width: 360px !important;
    border-radius: 12px;
	top: 0;
    left: 0;
    border: 0;
    width: 100%;
	height: 100%;
}

.ed-pop-delete-img{
	margin-right: 5px;
}

.trash-obj{
	display:flex;
	align-items: center;
	position: absolute;
	bottom:0px;
	left:0px;
	max-width: 100%;
	height:24px;
	z-index: 10000;
	background-color: #db2f2fbb;
	cursor: pointer;
	padding:10px 0 10px 0;
	font-weight: bold;
	color:white;
	justify-content: center;
	font-size:14px !important;
}

.ed-float-right{
	float: right;
}

.ed-float-left{
	float: left;
}

.ed-img-border{
	border:1px solid #e9e9e9;
}

.sticker-wrap-div{
	display: none;
	position: absolute;
	max-width:100%;
	height:407px;
	-webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
    border: solid 1px #d7e0e9;
	z-index: 99999;
	background-color: white;
	border-radius: 4px;
	width:360px;
	clear: both;
	box-sizing: border-box;
}

.sticker-view{
	display:block;
	height:100%;
	width:360px;
	position: relative;
	text-align: center;
	padding-top:10px;
	box-sizing: border-box;
}

.sticker-Icons{
	display: block;
	height:357px;
	width:360px;
	max-width: 100%;
	position: relative;
}

.sticker-groups{
	background-color: rgb(160, 160, 160);
	display: block;
	height:47px;
	width:100%;
	max-width: 100%;
	position: relative;
	white-space: nowrap;
	overflow-x: auto;
	-ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
	box-sizing: content-box;
	border-top:1px solid #d6d6d6;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 10;
}

.sticker-groups::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

.sticker-main{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	height:100%;
	width:100%;
}

.sticker-close,.addlink-close,.chatgpt-close,.rtmf-close,.readlb-close{
	display: block;
	position: absolute;
	right:0;
	top:-34px;
	width:24px;
	height:24px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
	cursor: pointer;
	box-sizing: content-box;
	background: gray;
}

.sticker-close img,.addlink-close img,.chatgpt-close img,.rtmf-close img,.readlb-close img{
	filter: invert(100%) sepia(51%) saturate(6%) hue-rotate(158deg) brightness(114%) contrast(100%);
	width:24px;
	height:24px;
	vertical-align: baseline;
}

.sticker-close img:hover,.addlink-close img:hover,.chatgpt-close img:hover,.rtmf-close img:hover,.readlb-close img:hover{
	filter: invert(69%) sepia(0%) saturate(1%) hue-rotate(291deg) brightness(91%) contrast(88%);
}

.sticker-groups ul{
	height: 48px;
	margin-block-start: 0;
	margin-block-end: 0px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	flex-flow: nowrap;
	background-color: rgb(160, 160, 160);
	padding:0 5px 0 5px;
	width: max-content;
	display: flex !important;
}

.sticker-groups li{
	background-color: rgb(160, 160, 160);
	float: left;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display:flex;
	justify-content: center;
	align-items: center;
	max-width:120px;
	width:auto;
}

.sticker-groups li:last-child{
	margin-right: 10px;
}

.s-grp-btn.left-line{
	border-left:1px solid #ffffff;
}

.s-grp-btn{
	display:flex;
	align-items: center;
	position:relative;
	cursor: pointer;
	font-weight: bold;
	justify-content: center;
	height:30px;
	max-width:110px !important;
	width: auto;
	padding:3px 4px 3px 4px;
	font-size:1.2em !important;
	box-sizing: content-box;
}


.sg-over-padding{
	padding:0 30px 0 30px !important;
}

.s-grp-btn:hover{
	background-color: white;
	border-radius: 5px;
}

.s-grp-active{
	background-color: #ffffff;
	border-radius: 5px;
}

.s-grp-none{
	background-color: #efefef;
	border-radius: 5px;
}

.sg-over-left-div,.sg-over-right-div{
	display: none;
	position: absolute;
	width: 30px;
	z-index: 5;
	box-sizing: content-box;
    align-items: center;
    justify-content: center;
	position: absolute;
	background-color: rgb(160, 160, 160);
	cursor: pointer;
	bottom: 0;
	z-index: 11;
}

.sg-over-left-div{
	border-bottom-left-radius: 5px;
	left:0;
}

.sg-over-right-div{
	border-bottom-right-radius: 5px;
	right:0;

}

.sg-over-ctr img{
	width:24px;
	height: auto;
	padding-top: 0;
}

.s-grp-btn img{
	width:28px;
	height:28px;
	margin-right:5px;
}

li.no-reg-grp{
	max-width:100%;
	width: 100%;
}

li.no-reg-grp div{
	display:flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size:13px;
}
li.no-reg-grp div img{
	margin-right:5px;
}

.no-reg-icon{
	display:flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	height:100%;
	width:100%;
	font-size:16px;
}

.no-reg-icon img{
	width:26px;
	height:26px;
	margin-right:5px;
}

.s-g-icon{
	display: flex;
	justify-content: center;
	border:1px solid #ffffff;
	padding:2px;
	width:75px;
	align-items:center;
	margin-right:6.5px;
	float:left;
	position: relative;
	cursor: pointer;
	height:79px;
	box-sizing: content-box;
}

.s-g-icon img{
	max-width:75px;
	height:auto;
}

.s-g-icon.s-over-size{
	margin-right:2px;
	width:76px;
}

.s-g-icon.s-over-size img{
	max-width:76px;
}

.s-g-icon:hover{
	border:1px solid #d5d5d5;
}

.mgr-0{
	margin-right:0px;
}

.mgr-5{
	margin-right:5px;
}

.mgr-10{
	margin-right:10px;
}

.mgt-3{
	margin-top:3px;
}

@media screen and (max-width: 768px) {
	.s-g-icon.s-over-size{
		margin-right:4px;
		width:70px;
	}

	.s-g-icon.s-over-size img{
		max-width:70px;
	}
}

.s-g-icon-gif{
	display: block;
	position: absolute;
	right:2px;
	bottom:2px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    border: solid 1px #d7e0e9;
	width:24px;
	background-color: black;
	opacity: 0.5;
	color:white;
	font-size:10px !important;
}

.s-g-wrap{
	display: block;
	max-height: 300px;
	padding:3px;
	height:300px;
	overflow-y:auto;
	text-align: center;
	box-sizing: border-box;
}

.s-background{
	position: absolute;
	width:100%;
	height:100%;
	background-color: black;
	opacity: 0.3;
	top:0px;
	left:0px;
	display: none;
	z-index:9999;
}

.s-gif-show{
	max-width:95%;
	max-height:290px;
	height: auto;
	width: auto;
}

.s-gif-select-div{
	display: block;
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-align: center;
	padding:12px 0 12px 0;
}

.s-gif-show-div{
	display:flex;
	align-items: center;
	justify-content: center;
	height: calc(100% - 60px);
	width:100%;
}

.s-gif-select-y {
	background-color:#44c767 !important;
	-webkit-border-radius:28px !important;
	-moz-border-radius:28px !important;
	border-radius:28px !important;
	border:1px solid #18ab29 !important;
	display:inline-block !important;
	cursor:pointer !important;
	color:#ffffff !important;
	font-size:14px !important;
	padding:5px 12px !important;
	text-decoration:none !important;

}
.s-gif-select-y:hover {
	background-color:#5cbf2a !important;
}
.s-gif-select-y:active {
	position:relative !important;
	top:1px !important;
}

.s-gif-select-n {
	background-color:#b8b8b8 !important;
	-webkit-border-radius:28px !important;
	-moz-border-radius:28px !important;
	border-radius:28px !important;
	border:1px solid #ffffff !important;
	display:inline-block !important;
	cursor:pointer !important;
	color:#ffffff !important;
	font-size:14px !important;
	padding:5px 12px !important;
	text-decoration:none !important;

}
.s-gif-select-n:hover {
	background-color:#ababab !important;
}
.s-gif-select-n:active {
	position:relative !important;
	top:1px !important;
}

.s-gif-select-f {
	background-color:#cbcb00 !important;
	-webkit-border-radius:28px !important;
	-moz-border-radius:28px !important;
	border-radius:28px !important;
	border:1px solid #ffffff !important;
	display:inline-block !important;
	cursor:pointer !important;
	color:#ffffff !important;
	font-size:14px !important;
	padding: 5px 12px 5px 12px !important;
	text-decoration:none !important;

}
.s-gif-select-f:hover {
	background-color:#d7d700 !important;
}
.s-gif-select-f:active {
	position:relative !important;
	top:1px !important;
}

.s-gif-select-f,.s-gif-select-n,.s-gif-select-y{
	line-height: 1.5 !important;
}

.mgl-3{
	margin-left: 3px;
}

.s-no-grant{
	display: flex;
	position: absolute;
	width:100%;
	height:100% !important;
	align-items: center;
	justify-content: center;
	top:0;
	left:0;
	background-color: hsla(225, 6%, 13%, 0.487);
	z-index: 10;
}

.s-no-login{
font-weight: bold;
font-size: 18px;
opacity: 1;
color: white;
text-align: center;
padding:0 5px 0 5px;
}

.s-e-button-div{
	padding:0;
	margin: 15px 0 0 0;
	display: block;
	position: relative;
}

.s-e-msg{
	color:#ffffff;
	text-shadow:0px 1px 0px #2a2a2a;
}
.chatgtp-getdoc{
	display: flex !important;
	justify-items: center;
	align-items: center;
}

.chatgtp-getdoc img{
	width:20px !important;
	height: 20px !important;
	margin-right: 3px;
}

.mini-button {
	outline:0;
	padding:3px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	background-color:#ffffff;
	border:1px solid #007bff;

	font-size:12px;
	display: inline-block;
	cursor: pointer;
}

.mini-button:hover{
	background-color:#f9f9f9;
	border:1px solid #2569b1;
}

.s-button-normal {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9 !important;
	-webkit-border-radius:6px !important;
	-moz-border-radius:6px !important;
	border-radius:6px !important;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px !important;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.s-button-normal:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9 !important;
}
.s-button-normal:active {
	position:relative;
	top:1px;
}

.s-button-normal.subtton-text-md{
	font-size:14px;
}

.sticker-md-link{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: content-box;
	margin-top:10px;
	padding:10px;
	text-align: center;
}

.ed-fixed{
	position: fixed !important;
	z-index: 10;
	border-top:1px solid #d9d9d9;
}

.tmp-link-div{
	margin-top:20px;
	padding-top: 7px !important;
	position: relative;
    height: 36px;
    padding: 9px 70px 0 10px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
	border-radius: 2px;
	display: block;
	max-width: 340px;
	width:100%;
	line-height: 1.2px;
	box-sizing: border-box;
}

.chatgpt-wrap-div{
	display: none;
	position: absolute;
	max-width:100%;
	min-height:80px;
	-webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
    border: solid 1px #d7e0e9;
	z-index: 99999;
	background-color: white;
	border-radius: 4px;
	width:360px;
	max-width: 100%;
	clear: both;
	box-sizing: content-box;
}

.chatgpt-search{
	display: block;
	height:120px;
	width:360px;
	max-width: 100%;
	position: relative;
	padding:10px 20px 10px 10px;
	box-sizing: content-box;
}

.chatgpt-word-count{
	display: block;
    position: absolute;
    box-sizing: content-box;
    bottom: 20px;
    right: 125px;
    width: 80px;
    height: 14px;
    text-align: right;
    padding: 0;
    margin: 0;
}

.chatgpt-now-word-count{
	color:#464646;
}
.chatgpt-max-word-count{
	color:black;
	font-weight: bold;;
}

.chatgpt-now-word-count.over-this{
	color:red;
}

.chatgpt-textarea{
	position: relative;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
	border-radius: 2px;
	max-width: 340px;
	width:100%;
	height:80px;
	outline: 0 !important;
	padding:7px;
	resize: none !important;
}

.chatgpt-reset-btn{
	margin-right:5px;
}

.chatgpt-reset-btn .reset-run {
    position: absolute;
    top: 7px;
    right: 5px;
    display: block;
    margin: auto;
    background-repeat: no-repeat;
    background-size: 14px;
    width: 14px;
    height: 14px;
    -webkit-font-smoothing: antialiased;
}

.chatgpt-ok-btn{
	width: 80px;
    height: 30px;
    display: block;
    position: relative;
	padding-left:3px;
	font-size: 13px !important;
	float: right;
    right: 20px;
	line-height: 140% !important;
}

.chatgpt-insert-btn .insert-add {
    position: absolute;
    top: 7px;
    right: 5px;
    display: block;
    margin: auto;
    background-repeat: no-repeat;
    background-size: 14px;
    width: 14px;
    height: 14px;
    background-image: url(../icon/plus.png);
    -webkit-font-smoothing: antialiased;
}

.chatgpt-ok-btn .is-icon {
	position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    margin: auto;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    background-image: url(../icon/send.png);
    -webkit-font-smoothing: antialiased;
}

.chatgpt-textarea:hover,.chatgpt-textarea:active{
	outline: 0 !important;
}

.chatgpt-go-div{
	box-sizing: content-box;
	display: block;
	margin-top:5px;
	position: relative;
}

.chatgpt-result{
	display: block;
	max-width: 100%;
	position: relative;
	padding:10px;
	box-sizing: content-box;
	clear: both;
}

.addlink-wrap-div{
	display: none;
	position: absolute;
	max-width:100%;
	min-height:80px;
	-webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
    border: solid 1px #d7e0e9;
	z-index: 99999;
	background-color: white;
	border-radius: 4px;
	width:360px;
	max-width: 100%;
	clear: both;
	box-sizing: content-box;
}

.addlink-search{
	display: block;
	height:80px;
	width:360px;
	max-width: 100%;
	position: relative;
	padding:10px 20px 10px 10px;
	box-sizing: content-box;
}

.addlink-result{
	display: none;
	height:140px;
	width:360px;
	max-width: 100%;
	position: relative;
	padding:10px;
	text-align: center;
	box-sizing: content-box;
}

.addlink-go{
	position: absolute;
	top: 0;
	right: 6px;
	width: 41px;
	height: 100%;
	outline: 0;
	-webkit-appearance: none;
	-webkit-border-radius: none;
	border: 0;
	background-color: white;
}

.addlink-go-btn-div{
	display: flex;
	width: 41px;
    height: 100%;
	justify-content: center;
	align-items: center;
	background-color: white;
	border-radius: 0;
	box-sizing: content-box;
}

.addlink-go img{
	width:20px;
	height:20px;
	margin: auto;
	filter: invert(69%) sepia(0%) saturate(1%) hue-rotate(291deg) brightness(91%) contrast(88%);
	cursor: pointer;
}

.addlink-go img:hover{
	width:20px;
	height:20px;
	margin: auto;
	filter: invert(49%) sepia(61%) saturate(474%) hue-rotate(93deg) brightness(92%) contrast(87%);
}

.tmp-link-input{
	width: 100%;
    border: 0;
    background: transparent;
    font-size: 13px !important;
	margin: 0;
    padding: 0;
	outline: 0;
	line-height: 1.5;
	color:black;
}

.mini .bl-link-image {
	width: 80px;
	height: 80px;
}

.mini .bl-view-ct {
	padding: 4px 0 4px !important;
	width: calc(100% - 100px) !important;
}

.mini .bl-link-url{
	width: calc(100% - 10px);
    padding: 0 10px;
}

.mini .bl-link-description {
    line-height: 13px;
    width: calc(100% - 0px);
    padding: 0 10px;
	color: #333;
	font-size:12px;
	max-height:30px;
	display: -webkit-box !important;
}

.mini .bl-url-card{
    width: 340px;
}

.mini .bl-link-title{
	width: calc(100% - 0px);
	padding: 0 10px;
	color: black;
}

.mini a:hover{
	text-decoration: none;
}

.addlink-result-ok-div,.chatgpt-result-ok-div{
	clear: both;
	display: block;
	position: relative;
	padding-top:10px;
}

.chatgpt-result-ok-div{
	display: block;
	padding:10px;
	clear: both;
	height:28px;
	text-align: center;
	box-sizing: content-box;
}

.chatgpt-insert-btn, .chatgpt-reset-btn{
	display: inline;
    font-size: 12px !important;
    position: relative;
	line-height: 140% !important;
}

.chatgpt-result-wrap{
	display: none;
	box-sizing: content-box !important;
	position: relative;
}

.chatgpt-header-wrap{
	display: block;
	position: relative;
	height:23px;
	box-sizing: content-box;
	padding: 10px 10px 5px 10px;

}

.ed-insert-image{
	max-width:100% !important;
}

.bl-url-card span{
	display: block !important;
}

.cdx-checklist__item-text
{
	line-height: 1.4em;
}

.ed-sticker-image{
	width:140px;
	height:auto;
	vertical-align: baseline;
}

.cdx-checklist__item-checkbox{
	margin: auto !important;
	width: 16px !important;
    height: 16px !important;
}

.cdx-checklist__item-checkbox::after{
top: 4px !important;
left: 3px !important;
width: 8px !important;
}

.cdx-checklist__item-text{
	margin-left:5px;
	line-height: 1em !important;
}

.ed-chatgpt-wrap{
	max-width:100%;
	width:calc(100% - 40px);
	box-sizing: content-box;
	display: block;
	position: relative;
	overflow: overlay;
	padding: 20px 10px 10px 10px;
}

.ed-chatgpt-wrap-q{
	display: block;
	height:40px;
	box-sizing: content-box;
	position: relative;
}

.ed-chatgpt-q{
	display: block;
	float: right;
	padding:7px;
	background-color: #27424e;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
	color:white;
	max-width: calc(100% - 17px);
    margin-right: 8px;
}

.ed-chatgpt-a{
	display: block;
	float: left;
	padding:18px 7px 0px 7px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
    max-width: 100%;
	z-index: 2;
	position: relative;
	margin-top: 5px;
}

.ed-chatgpt-logo{
	display: block !important;
	position: absolute !important;
	top:0 !important;
	right:0 !important;
	width:18px !important;
	height:18px !important;
}

.fn_cnt ol{
	list-style: auto !important;
	margin-block-start: 1em  !important;
    margin-block-end: 1em  !important;
    margin-inline-start: 0px  !important;
    margin-inline-end: 0px  !important;
    padding-inline-start: 40px  !important;
	display: block  !important;
    margin-left: 1em  !important;
    margin-right: 0  !important;
    padding-left: 25px  !important;
    padding-right: 0  !important;
}

.fn_no a{
	text-decoration: none;
}

.handyeditor_tool_wrap.simple{
	height:43px;
	display: flex;
    align-items: center;
}

.handyeditor_tool_wrap.simple ul{
	height: 30px;
	margin-block-start: 0;
	margin-block-end: 0px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

.handyeditor_tool_wrap.simple .toolbar-ul button{
	min-width: 30px;
	height: 30px;
}

.handyeditor_tool_wrap.simple .xe-toolbar-label{
	display: none;
	top: 25px;
	bottom: 17px;
	right: 0;
	left: 0px;
	height: 30px;
}

.handyeditor_tool_wrap.simple .xe-toolbar-separator-div{
	width:1px;
	height:30px;
	display: block;
	margin:5px 1px 0px 1px;
}

.handyeditor_tool_wrap.simple .xe-toolbar-button{
	padding-top: 24px !important;
}

.handyeditor_tool_wrap.simple .xe-toolbar-icon{
	top: 5px;
    bottom: 0px;
}

.file-upload-div.dark{
	background-color:black;
	color:white;
}

.gpt-level-span{
	cursor: pointer;
	font-size:0.9em;
	width:30px;
	padding:1px 2px 1px 2px;
	line-height: 1;
}

.gpt-level-span.lv-0{
	border:1px solid #2a2a2a;
	color:#2a2a2a;
	margin-right:2px;
}

.gpt-level-span.lv-1{
	border:1px solid #1483E9;
	color:#1483E9;
	margin-right:2px;
}

.gpt-level-span.lv-2{
	border:1px solid #ee6300;
	color:#ee6300;
}

.lv-0.lv-active{
	background-color: #2a2a2a;
	color:white;
}

.lv-1.lv-active{
	background-color: #1483E9;
	color:white;
}

.lv-2.lv-active{
	background-color: #ee6300;
	color:white;
}

.gpt-level-div{
	display: block;
    position: absolute;
    bottom: 18px;
	box-sizing: content-box;
	float: left;
	line-height: 1;
}

.chatgpt-show-usepoint{
	float: left;
	display: block;
	box-sizing: content-box;
	bottom: 18px;
	position: absolute;
}

.xe_handyeditor_editable.dark .ed-chatgpt-a{
	background-color: #464646;
}

.xe_handyeditor_editable.dark .ce-conversion-tool__icon{
	background-color: #464646;
}

.editor_autosaved_message.autosave_message{
	border: 1px solid #ebecef;
	padding:10px;
	background-color: #2988f0;
	color:white;
	line-height: .9rem !important;
}

.ceditor{
	display: none;
	box-sizing: content-box;
	position: relative;
	z-index: 5;
}

.CodeMirror {
    height: 100% !important;
	font-size: 14px;
}

.cdx-list--unordered{
	padding-left:40px !important;
}

.s-grp-btn{
	color:black;
}

.ed-chatgpt-a p {
    margin: 0 !important;
}

label.xe-file-upload-btn {
    margin-bottom: 0;
}

.pixie-root{
	z-index: 999998 !important;
}

.pi .z-20,.pi .z-popover,.z-popover.isolate{
	z-index: 999999 !important;
}

.mat-icon svg{
	vertical-align: baseline;
}

.instagram-div {
    display: flex;
    width: calc(100% - 22px);
    box-sizing: content-box;
    position: relative;
    max-width: 540px;
}

.instagram-div iframe{
	background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid rgb(219,219,219);
    box-shadow: none;
    display: block;
    margin: 0px 0px 12px;
    min-width: 326px;
    padding: 0px;
    max-width: 540px;
    width: calc(100% - 22px);
}

.ed-twitter-div{
	display: flex;
	width:328px;
	box-sizing: content-box;
	position: relative;
}

.ed-fontstyle-div{
	display: block;
	box-sizing: content-box;
	position: absolute;
	z-index: 100;
	top:50px;
	width: calc(100%);
	left:0;
	text-align: left;
	background-color: #ffffff;
	color:#303030;
	background-color: #fff;
    border: 1px solid #e8e8eb;
    -webkit-box-shadow: 0 3px 15px -3px rgba(13, 20, 33, .13);
    box-shadow: 0 3px 15px -3px rgba(13, 20, 33, .13);
    border-radius: 6px;
	padding:5px;
}

.ed-fontstyle-div ul{
	display: none;
	box-sizing: content-box;
	position: absolute;
	list-style: none !important;
	margin-block-start: 0em !important;
    margin-block-end: 0em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    padding-inline-start: 0px !important;
	height:auto;
	overflow: hidden;
}

.ed-fontstyle-div .font-defaultvalue-div{
	display: inline-flex;
	color:rgb(53, 53, 53);
	border:1px solid #cbcbcb;
	height:26px;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 80px;
}


.ed-fontname-ul{
	left:0;
	width: 80px;
}

.ed-fontsize-ul{
	left:90px;
	width: 50px;
}

.ed-fontstyle-div li{
	height:26px;
	background-color: #fff;
	color:rgb(93, 93, 93);
	border:1px solid #c3c3c3;
	font-size: 12px;
    line-height: 1.5;
	margin: 0 !important;
    padding: 0 !important;
    -webkit-text-size-adjust: none;
	cursor: pointer;
	align-items: center;
    justify-content: center;
	display: flex;

}

.ed-fontstyle-div li:hover{
	height:25px;
	background-color: rgb(97, 97, 97);
	color: white;
	border:1px solid #333;
}

.ed-font-ul.drop-open{
	height:auto;
}

.mce-content-body img{
	max-width:100% !important;
}

.mce-content-body video{
	max-width:100% !important;
}

.bl-view-ct.no-bg{
	width:100% !important;
}

.tox-pop__dialog .tox-toolbar .tox-tbtn.tox-tbtn--select{
	width:50px !important;
}

.ed-chatgpt-wrap div.ed-chatgpt-a:nth-child(even){
	margin-bottom: 20px;
}

.ed-chatgpt-wrap div.ed-chatgpt-a:nth-last-child(2){
	margin-bottom: 0;
}

video{
	max-width: 100% !important;
}

.tmp-link-input::placeholder {
	color: black;
}

.chatgpt-textarea{
	color:black;
}

.chatgpt-textarea::placeholder{
	color:black;
}

.ed-chatgpt-a{
	box-shadow: 0 0 3px #bbb !important;
}

.rtmf-wrap-div{
	display: none;
	position: absolute;
	max-width:100%;
	height:300px;
	-webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
    border: solid 1px #d7e0e9;
	z-index: 99999;
	background-color: white;
	border-radius: 4px;
	width:320px;
	clear: both;

}

.rtmf-file-list .rtmf-file-item:not(:last-child){
	margin-bottom: 10px;
}

.rtmf-title{
	font-size: 14px;
	padding:10px;
	border-bottom: 1px solid #a2a2a2;
	text-align: center;
	font-weight: bold;
}

.rtmf-file-list{
	padding:10px;
	border-bottom: 1px solid #b7b7b7;
	height:180px;
	max-height: 180px;
	overflow-y:scroll;
	overflow-x: hidden;
	display: block;
    box-sizing: border-box;
	font-size: 12px;
    line-height: 1.5;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}

.rtmf-file-list::-webkit-scrollbar {
    width: 10px;
	background-color: #7b7b7b;
}

.rtmf-file-list::-webkit-scrollbar-thumb {
    background-color: #2f3542;
    border-radius: 10px;
}

.rtmf-file-listr::-webkit-scrollbar-track {
    background-color: grey;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
  }

.rtmf-file-item{
	display: block;
	width:100%;
	max-width: 100%;
	text-align: center;
	border:1px solid #cbcbcb;
	position: relative;
	background-color: #ffffff;
}

.rtmf-file-name,.rtmf-file-size{
	font-size:12px;
}

.rtmf-file-item img{
	max-width: 100%;
}

.rtmf-bottom{
	position: relative;
	bottom: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	height:40px;
}

.rtmf-ok-btn{
	width: 80px;
    height: 30px;
    display: inline-block;
    position: relative;
	background-color: #0080ff;
	color:white;
	border:1px solid #2988f0;
	padding-left:-3px;
	font-size: 13px !important;
	line-height: 140% !important;
	border-radius: 5px;
}

.rtmf-ok-btn:hover{
	border:1px solid #d4d4d4;
	background-color: #2993f0;
}

.rtmf-cnt-badge{
	position: absolute;
	right:2px;
	top:3px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	color:white;
	display: block;
}


.rtmf-pass-btn{
	margin-right:10px;
	width: 80px;
    height: 30px;
    display: inline-block;
    position: relative;
	background-color: #d64a12;
	color:white;
	border:1px solid #d66412;
	padding-left:3px;
	font-size: 13px !important;
	line-height: 140% !important;
	border-radius: 5px;
}

.rtmf-pass-btn:hover{
	border:1px solid #868686;
	background-color: #d66412;
}

.rtmf-totalsize{
	height:30px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:12px;
	line-height: 1.5;
}

.addlink-result.mini .bl-url-card{
	max-width: calc(100% - 28px) !important;
}

@keyframes blink-effect {
	50% {
		opacity: 0;
	}
}

.blink-effect {
	animation: blink-effect 1s step-end infinite;
	/*
	animation-name: blink-effect;
	animation-duration: 1s;
	animation-iteration-count:infinite;
	animation-timing-function:step-end;
	*/
}
.rtmf-cnt-text img{
	position: absolute;
	top:2px;
	right:2px;
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(339deg) brightness(102%) contrast(102%);
}

.rtmf-filelist-active{
	border-left:1px solid #9f9f9f;
	border-right:1px solid #9f9f9f;
	background-color: #e9e9e9;
}

.rtmf-fileitem-play{
	position: absolute;
	right:5px;
	top:5px;
	display: block;
}

.rtmf-fileitem-play img{
	width: 26px;
    opacity: 0.9;
    border: 0;
}

.file-upload-ready{
	display: block;
	position: absolute;
	box-sizing: content-box;
	width:100%;
	height:100%;
	top: 0;
	left:0;
	background-color: none !important;
}

.tiktok-embed iframe{
	border:none;
}

.tiktok-embed{
	margin: 0 !important;
	padding: 0 !important;
	margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
	border:none !important;
}

.mce-content-body blockquote,.xe_content blockquote{
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    border-left-width: 5px;
    padding-left: 20px;
    padding-right: 8px;
	margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}

.mce-content-body details,.xe_content details {
border: 1px solid #aaa;
border-radius: 4px;
padding: 0.5em 0.5em 0;
}

.mce-content-bodysummary,.xe_content details {
margin: -0.5em -0.5em 0;
padding: 0.5em;
}

.mce-content-body details[open],.xe_content details[open] {
padding: 0.5em;
}

.mce-content-body details[open] summary,.xe_content details[open] summary {
border-bottom: 1px solid #aaa;
margin-bottom: 0.5em;
}

.mce-content-bodysummary hgroup,.xe_content hgroup {
	text-align: right;
	padding-right: 16px;
	border-right: 10px solid #00c8d7;
}

.mce-content-body code,.xe_content code {
	background: #e3e3e3;
	word-wrap: break-word;
	box-decoration-break: clone;
	padding: 0 !important;
	border-radius: .2rem;
}

.pi .svg-icon{
	filter: invert(69%) sepia(0%) saturate(1%) hue-rotate(291deg) brightness(91%) contrast(88%) !important;
}

.sthisfav-wrap{
	height:40px;
	display: flex;
	box-sizing: content-box;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #d9d9d9;
	position: relative;
}

.st-his,.st-fav{
	display: inline-flex;
	width:100px;
	font-size: 14px;
	align-items: center;
	justify-content: center;
	color: #a9a9a9;
	cursor: pointer;
	position: relative;
	font-weight: 400;
}

.st-normal{
	display: inline-flex;
	width:100%;
	font-size: 1.4em;
	align-items: center;
	justify-content: center;
	color: #a9a9a9;
	cursor: pointer;
	position: relative;
	font-weight: 400;
}

.st-his img,.st-fav img{
	margin-right: 10px;
	width:18px;
	filter: brightness(0) saturate(100%) invert(80%) sepia(0%) saturate(2296%) hue-rotate(12deg) brightness(141%) contrast(61%);
}

.st-his img:hover,.st-fav img:hover{
	filter:none;
}

img.sis-active{
	filter:none;
}

.st-normal img{
	margin-right: 10px;
	width:24px;
}

.st-his.sis-active,.st-fav.sis-active,.st-normal.sis-active{
	color: #212121;
}

.st-fav:hover .st-fav-img,.st-his:hover .st-his-img{
	filter: none;
}

.st-his:hover,.st-fav:hover{
	color: #212121;
}

.sgif-select-img{
	filter: invert(100%) sepia(51%) saturate(6%) hue-rotate(158deg) brightness(114%) contrast(100%);
}

.vertical-line-icon{
	height:20px !important;
	filter: brightness(0) saturate(100%) invert(80%) sepia(0%) saturate(2296%) hue-rotate(12deg) brightness(141%) contrast(61%);
}

.tox-toolbar__group [title^='Font sizes'] {
	max-width:80px !important;
}

.readlb-wrap-div{
	display: none;
	position: absolute;
	max-width:calc(100% - 15px);
	height:408px;
	-webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
    border: solid 1px #d7e0e9;
	z-index: 99999;
	background-color: white;
	border-radius: 4px;
	width:560px;
	clear: both;
	box-sizing: border-box;
}

.readlb-search-div{
	padding:10px 20px;
	box-sizing: content-box;
	position: relative;
}

.readlb-search-div .readlb-search-str{
	font-size:14px;
	width:90%;
	border:0;
	background-color: white;
}

.readlb-search-div .readlb-search-str:focus{
	outline: none;
}

.readlb-search-div button{
	background-color: inherit;
	border:0;
	position: absolute;
	right:10px;
}

.readlb-gropus-div{
	padding:0px 10px 0px 10px;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #cfcfcf;
	box-shadow: 0px 3px 5px -5px #111;
	overflow-x: auto;
}

.rb-grp-btn img{
	width: 16px;
	height: 16px;
	margin-right:5px;
}

.readlb-gropus-div ul{
	height: 35px;
	margin-block-start: 0;
	margin-block-end: 0px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	flex-flow: nowrap;
	background-color: rgb(255, 255, 255);
	padding:0 5px 0 5px;
	max-width: 100%;
	display: flex !important;
	white-space:nowrap;
}

.rb-grp-none{
	color:rgb(105, 105, 105);
}

.rb-grp-none:hover{
	color:#007bff;
}

.readlb-gropus-div li{
	background-color: rgb(255, 255, 255);
	float: left;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display:flex;
	justify-content: center;
	align-items: center;
	max-width:240px;
	width:auto;
}

.readlb-gropus-div li:not(:first-child){
	margin-left:7px;
}

.readlb-gropus-div li:last-child{
	padding-right:10px;
}

.rb-grp-btn.left-line{
	border-left:1px solid #ffffff;
}

.rb-grp-active{
	color: #000;
	border-bottom: 2px solid;
}

.rb-grp-btn{
	display:flex;
	align-items: center;
	position:relative;
	cursor: pointer;
	font-weight: bold;
	justify-content: center;
	height:24px;
	max-width:110px !important;
	width: auto;
	padding:3px 6px 3px 6px;
	font-size:13px !important;
	box-sizing: content-box;
}



.no-reg-readlb{
	max-width: 100% !important;
	width:100% !important;
}

.no-reg-readlb div img{
	margin-right: 5px;
}

.no-reg-readlb div{
	display:flex;
	align-items: center;
	position:relative;
	cursor:default;
	font-weight: bold;
	justify-content: center;
	padding:3px 6px 3px 6px;
	font-size:13px !important;
	box-sizing: content-box;
	height:24px;
}

.readlb-content-tit{
	position:relative;
	padding:10px 0 0 20px;
	font-size:13px !important;
	box-sizing: content-box;
	height:30px;
	display:flex;
	align-items: center;
}

.readlb-content-result{
	box-sizing: content-box;
	display: flex;
    flex-wrap: wrap;
    padding: 15px;
	border: 0;
    border-radius: 0px;
    font-size: 1em;
    line-height: 1.4;
    transition: 0.5s;
	overflow-y: auto;
    max-height: 250px;
}

.readlb-content-item{
	margin: 3px;
    transition: 0.4s;
	flex: 1 1 40%;
	position: relative;
}

.rci-wrap{
	display: table;
    table-layout: fixed;
    position: relative;
    width: 100%;
	-webkit-box-direction: normal;
	margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
	-webkit-box-sizing: content-box;
    box-sizing: content-box;
	max-width:250px;
}

.rci-fcltynm{
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
}

.rci-poseter-div{
	display: inline-block;
    overflow: hidden;
    position: relative;
    width: 64px;
    height: auto;
	max-height:94px;
    background-color: #fbfbfb;
    vertical-align: middle;
}

.rci-poseter-div.document{
	width: 107px;
    height: 80px;
}

.rci-poseter-div .rci-rank{
	display: flex;
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: rgba(7, 7, 7, 0.619);
	color:white;
	font-size:1em;
	top:0px;
	left:1px;
	justify-content: center;
	align-items: center;
	box-sizing: content-box;
	line-height: 1;
}

.rci-poseter-thumb{
	position: relative;
	left: 50%;
	width: auto;
	height: 100%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	max-height: 145px;
}

.rci-info{
	display: table-cell;
    width: 100%;
    padding-left: 82px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	font-size:13px;
	line-height: 1.4;
}

.rci-info.document{
	padding-left: 120px;
}

.rci-info.no-thumb{
	padding: 5px 5px 0px 5px;
}

.rci-overview{
	font-size: 0.9em;
	font-weight: bold;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: block;
}

.rci-actors,.rci-directors{
max-width: 100%;
text-wrap: nowrap;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.rci-poseter-title{
	font-size: 1.1em;
	font-weight: bold;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: block;
}

.rci-insert-div {
	box-sizing: content-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: calc(100% - 2px);
    text-decoration: none;
    background: hsla(0,0%,100%,.01);
    cursor: pointer;
	padding: 0;
	margin: 0;
}

.rci-insert-div:hover {
    border: 2px solid #429dff;
}

.rci-link-div{
	position: absolute;
	bottom:0;
	right:0;
	box-sizing: content-box;
	display: none;
}

.rci-link-div a{
	text-decoration: none !important;
}

.rci-link-div img{
	width:20px;
	height:20px;
}

.none-cursor{
	cursor:not-allowed !important;
}

@media screen and (max-width: 500px) {

	.readlb-wrap-div{
		width:320px;
	}

	.readlb-gropus-div::-webkit-scrollbar {
		display: none;
	}

	.addlink-wrap-div,.addlink-search{
		width: 320px;
	}
	.tmp-link-div{
		width:300px;
	}

	img[editor_component="map_components"]{
		width:300px !important;
		height:150px !important;
	}

	.af-upload-info{
		font-size:0.8em;
		display: inline-block;
		vertical-align: middle;
		line-height: 1.3 !important;
	}

	.toolbar-ul{
		display:        flex;
		flex-direction: row;
		flex-wrap:      nowrap;
		overflow-x:     auto;
	}

	.toolbar-ul::-webkit-scrollbar {
		display: none;
	}

	.readlb-content-item{
	flex: 1 100%;
	}

	.readlb-gropus-div li:not(:first-child) {
		margin-left: 15px;
	}

	.readlb-gropus-div li:last-child {
		padding-right: 15px;
	}

	.rci-info{
		line-height: 1.3;
	}
}

.bl-link-image.readLb-mov-img{
	width:100px;
	height:150px;
}

.readLb-mov .bl-link-url{
	margin-top:10px;
}

.rci-icon-over{
	filter: invert(65%) sepia(65%) saturate(5642%) hue-rotate(161deg) brightness(94%) contrast(101%);
}

.copy-right-font-kopis{
	font-size:0.9em;
	color:#515151;
}

body:not([data-touchable= 'true']) {


	.sticker-Icons{
		height: auto;
		width:100%;
		max-width:100%;
	}

	.sticker-groups{
		position: absolute;
		bottom: 0;
	}

	.sticker-view{
		width:100%;
	}

	.no-reg-icon{
		padding-top:100px;
	}

	.s-g-icon {
		max-width: 75px;
	}

	.s-g-icon img{
		max-width: 75px;
	}
}


.editor_after_action {
    border: 0px solid #ebecef;
    padding: 5px 0 5px 0;
    line-height: .9rem !important;
	box-sizing: content-box;
	display: none;
	text-align: right;
}

button.ai-hash-tag{
	width: 120px;
    height: 30px;
    display: inline-flex;
    position: relative;
	background-color: #0080ff;
	color:white;
	border:1px solid #2988f0;
	font-size: 13px !important;
	line-height: 140% !important;
	border-radius: 5px;
	align-items: center;
    justify-content: center;
}

button.ai-hash-tag img{
	margin-right: 5px;
}

button.ai-hash-tag:hover{
	background-color: #0055ff;
}

button.ai-hash-tag:active{
	background-color: #0055ffac;
}


@keyframes ed-spin {
	from {
	transform: rotate(0deg);
	}
	to {
	transform: rotate(360deg);
	}
}

.ed-animate-spin {
    animation: ed-spin 1s linear infinite;
	width: 1.25rem;
	height: 1.25rem;
	margin-right: 0.75rem;
	margin-left: -0.25rem;
	--tw-text-opacity: 1;
	color: rgb(255 255 255/var(--tw-text-opacity));
	display: none;
}

.opacity-25 {
    opacity: .25;
}

.opacity-75 {
    opacity: .75;
}

.rci-grp-btn-ic.my-doc{
	width: 18px;
	height: 18px;
	border-radius: 50%;
}

.tox-toolbar__group button[title^="Font size"],.tox-toolbar__group button[title^="글꼴 크기"]{
	max-width: 80px !important;
}

body.tox-dialog__disable-scroll{
	overflow:unset !important;
}

.resize-obj{
	border : 2px solid #ff6b2c;
	display: none;
	position: absolute;
}

.resize-obj.no-border{
	border : 0;
}

.new-line-div{
	position: absolute;
	width:100%;
	height:2px;
	border: 1px solid #B4D7FF;
	background-color: #B4D7FF;
	z-index: 2;
	box-sizing: content-box;
}

.new-line-div.no-border{
	border : 0;
	background-color: unset;
}

.new-line-div .ed-right-enter{
	position: absolute;
	right: min(10%, 30px);
	top:-15px;
	width: 30px;
	height: 30px;
	border: 1px solid #FFC83D;
	background-color: #FFC83D;
	border-radius: 50%;
	cursor:pointer;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
	border: 1px solid rgba(0,0,0,.1);
	align-items: center;
	display: flex;
	justify-content: center;
}

.ed-right-enter:hover{

	border: 1px solid rgb(0, 128, 255);
	background-color: rgb(0, 128, 255);
	transition-duration: 800ms;
}

.prev-new-line-div{
	box-sizing: content-box;
	position: absolute;
	width:100%;
	height:2px;
	z-index: 2;
	border: 1px solid #B4D7FF;
	background-color: #B4D7FF;
}

.prev-new-line-div.no-border{
	border : 0;
	background-color: unset;
}

.prev-new-line-div .ed-left-enter{
	position: absolute;
	left: min(10%, 30px);
	top:-15px;
	width: 30px;
	height: 30px;
	border: 1px solid #FFC83D;
	background-color: #FFC83D;
	border-radius: 50%;
	cursor:pointer;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
	border: 1px solid rgba(0,0,0,.1);
	align-items: center;
	display: flex;
	justify-content: center;
}

.ed-left-enter:hover{
	border: 1px solid rgb(0, 128, 255);
	background-color: rgb(0, 128, 255);
	transition-duration: 800ms;
}

.ed-sticker-a,.ed-sticker-image{
	width:140px !important;
	height:140px !important;
	max-width:140px !important;
	max-height:140px !important;
}

.ed-sticker-a{
	background-size: cover !important;
}

.move-win{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 12px;
	left: 8px;
	z-index: 10;
}

.move-win-icon{
	filter:brightness(0) saturate(100%) invert(47%) sepia(18%) saturate(271%) hue-rotate(184deg) brightness(93%) contrast(89%);
}

.move-win-icon:hover{
	filter:none;
}

.am-title {
	display: flex;
	justify-content: center;
	align-items: center;
    padding: 2px 0 0 2px !important;
    color: #999;
    background: #ffffff;
    height: 25px;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #cecece;
    font-family: "Noto Sans KR", "Noto Sans Korean", "Apple SD Gothic Neo", "애플 SD 산돌고딕 Neo", "나눔바른고딕", "NanumBarunGothic", "나눔바른고딕OTF", "NanumBarunGothicOTF", "NanumGothic", "나눔고딕", "Malgun Gothic", "맑은 고딕", sans-serif;
}

.am-title .am-title-img{
	margin-right: 5px;
	filter: invert(69%) sepia(0%) saturate(1%) hue-rotate(291deg) brightness(91%) contrast(88%);
}

.atwho-view-ul li{
	padding:8px 10px !important;
}

.atwho-view-ul li:last-child{
	border-bottom: none !important;
}

.mce-content-body summary{
	padding-bottom:10px;
}

.CodeMirror-scroll{
	overflow: hidden !important;
	padding-bottom: 0 !important;
}

.aiqt-wrap-div{
	display: none;
	position: absolute;
	max-width:calc(100% - 15px);
	height:28px;
	-webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
	box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
	border: solid 1px #d7e0e9;
	z-index: 3;
	background-color: white;
	border-radius:5px;
	clear: both;
	box-sizing: border-box;
	width:220px;
	line-height: 1 !important;
}

.aiqt-wrap-div .aiqt-input{
	border: none;
	height:100%;
	font-size:14px;
	border-radius:5px;
	padding-left:10px;
	padding-right:43px;
	width:100%;
	outline: none;
}

.aiqt-input::placeholder{
	color:#666666;
}

.aiqt-desc{
	display: block;
	padding: 5px;
	box-sizing: content-box;
	color: #999;
	font-size: 12px;
}

.aiqt-is-tool{
	display: block;
	position: absolute;
	right:5px;
	top:5px;
	width: 37px;
	height:19px;
	box-sizing: content-box;
}

.aiqt-is-doc-img{
	margin-right:5px;
}

.aiqt-is-doc-img, .aiqt-is-ok-img{
	filter: invert(69%) sepia(0%) saturate(1%) hue-rotate(291deg) brightness(91%) contrast(88%);
	cursor: pointer;
}

.aiqt-is-doc-img:hover, .aiqt-is-ok-img:hover{
	filter: none;
}

.sticker-wrap-div.ui-resizable{
	position: absolute !important;
}

.readlb-search-str{
	max-height:25px;
	background-color: unset !important;
	border:none !important;
}

.readlb-sch-btn{
	top:13px;
}

.aiqt-is-doc-img.aiqt-is-img-parse{
	filter: none;
	width:16px !important;
	height: 16px !important;
}
.Typewriter__cursor{
	display: none !important;
}

.reddit_div_wrapper {
    max-width: 640px;
}

.reddit_div_wrapper {
    margin: 0 auto;
    text-align: center;
}

.reddit-embed {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.reddit_iframe.reddit-embed {
    display: inline-block;
    max-width: 640px;
    height: 360px;
    padding-bottom: 0;
}

.reddit_iframe.reddit-embed iframe {
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

.reddit-embed > iframe, .reddit-embed > video {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    height: 100%;
}


.reddit_iframe.reddit-embed img {
    display: none;
    opacity: 0;
}
