.ne-content-container{
	overflow-wrap: break-word;
    word-wrap: break-word;
}
.ne-content-container::after {
	content: "";
	display: block;
	clear: both;
}

/* 에디터 내 초기화 */
.wsize {text-align:unset;}
#container, #contents {text-align:unset;}
#container > .wsize {display:block;}
.ne-content-container p, .ne-content-container h1, .ne-content-container h2, .ne-content-container h3,
.ne-content-container h4, .ne-content-container h5, .ne-content-container h6, .ne-content-container a, 
.ne-content-container ul, .ne-content-container ol, .ne-content-container li { margin:revert; padding:revert; border:revert;}
.ne-content-container ul, .ne-content-container ol, .ne-content-container li { list-style:revert;}
.ne-content-container a, .ne-content-container a:link {color:revert;text-decoration:revert;}
.ne-content-container table, .ne-content-container tr, .ne-content-container th, .ne-content-container td {
	margin:revert; padding:revert; border:1px solid #000;box-sizing: border-box;
}
.ne-content-container table { border-spacing:revert;}
.ne-content-container table:not([cellpadding]) td, .ne-content-container table:not([cellpadding]) th {
    padding: .4rem;
}
.ne-content-container table[border]:not([border="0"]):not([style*=border-width]) td, 
.ne-content-container table[border]:not([border="0"]):not([style*=border-width]) th {
    border-width: 1px;
}
.ne-content-container table[border]:not([border="0"]):not([style*=border-style]) td, 
.ne-content-container table[border]:not([border="0"]):not([style*=border-style]) th {
    border-style: solid;
}
.ne-content-container table[border]:not([border="0"]):not([style*=border-color]) td, 
.ne-content-container table[border]:not([border="0"]):not([style*=border-color]) th {
    border-color: #ccc;
}
.ne-content-container figure {
	display: table;
	margin: 1rem auto;
}
.ne-content-container figure figcaption {
    color: #999;
    display: block;
    margin-top: .25rem;
    text-align: center;
}
.ne-content-container figure.align-left {
    float: left;
}
.ne-content-container figure.image.align-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.ne-content-container figure.align-right {
    float: right;
}
