body#tinymce, .articleBox {
	padding: 100px;
	width: 1000px;
	background: #fff;
	box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.15);
	position: relative;
	box-sizing: border-box;
}

body#tinymce {
	margin: 40px auto 40px;
}
.articleBox {
	margin: 40px auto 40px;
}

.registTerms > .articleBox {
	box-shadow: none !important;
	background: none !important;
}

body#tinymce h3, .articleBox h3 {
	padding: 30px;
	background: #eee;
	border: 1px solid #eee;
	font-size: 12px;
	margin: 0 0 60px;
}

.gray-box {
	padding: 30px;
	background: #eee;
	border: 1px solid #eee;
	font-size: 12px;
	margin: 0 0 60px;
	color: #555;
}

body#tinymce h4, .articleBox h4 {
	margin: 5px 10px 15px;
	color: #000;
	font-size: 16px;
	text-underline-offset: 7px;
	color: #555;
}

body#tinymce h5, .articleBox h5 {
	margin: 5px 15px;
	color: #000;
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline 1px;
	text-underline-offset: 5px;
}

body#tinymce .h6, .articleBox .h6 {
	margin: 5px 15px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

body#tinymce p, .articleBox p {
	line-height: 1.8;
	color: #555;
	font-size: 15px;

	margin: 0 !important;
}

body#tinymce table, .articleBox table {
	border-color: gray;
}

body#tinymce tr, .articleBox tr {
	border-color: gray;
}

body#tinymce td, .articleBox td {
	padding: 4px 10px;
	border-color: gray;
	line-height: 1.8;
	color: #555;
	font-size: 14px;
}

.sidebarBox {
	position: sticky;
	top: 0;
	margin: 40px 0 40px 25px;
	padding: 12px;
	background: white;
	height: 97vh;
	max-height: 97vh;
	width: 200px;
	overflow-y: scroll;
	box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.15);
}

.sidebarBox a {
	display: block;
	color: #555;
}
.sidebarBox a:hover {
	color: #009ad3;
	text-decoration: underline;
}

.sidebarBox a.h3_link {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
}

.sidebarBox a.h4_link {
	margin-left: 8px;
}

.delimit-line {
	width: 100%;
	border-bottom: 1px solid lightgray;
	margin-top: 15px;
	margin-bottom: 35px;
}
