@charset "utf-8";
/*==============================================================

	SE_CONTENTS
	
==============================================================*/

/* ---------------------------------------------
	custom
------------------------------------------------ */
.se-contents {}
.se-contents p {
	word-break: break-all !important;
}

/* 20241203//(Ina)사이냅 에디터 > 가로줄 이슈 추가 */
.se-contents hr {
	position: relative;
	margin: 0 !important;
	width: 100% !important;
	border: none !important;
}
.se-contents hr::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	z-index: 10;
}