@charset "UTF-8";

#slider {
	height: 240px !important;
	margin: auto;
}

#regist_title {
	width: 100%;
	height: 30px;
	border: 0px;
}

#regist_content {
	width: 100%;
	padding: 10px;
	white-space: normal;
	word-wrap: break-word;
	word-break: break-all;
}

.notice {
	color:var(--color-high);
	font-weight:bold;
}

.new {
	color: var(--color-high);
}

#txtInsComment {
	margin-top: 0px;
	width: 100%;
}

#btnInsComment:hover {
	color: var(--color-high);
	cursor: pointer;
}

#title {
	max-width: 780px;
}
/* summernote background-color line-height: 1;*/
.note-editable {
	padding: 10px;
	background-color: white !important;
	text-align: left;
	max-width: calc(var(--max-width) - 130px - 70px) !important;
	line-height: 1.0em; /* 원하는 줄간격 값 */
}

/*

a {
	text-decoration: none;
	color: var(--menu-a-color);
}
a:hover {
	text-decoration: none;
	color: var(--color);
	font-weight: 700;
}


p {
	margin-bottom: 0;
}

#regist_title {
	width: 100%;
	height: 30px;
	border: 0px;
}


#comment-list:before, #group_board_list:before {
	content: "";
	display: block;
	clear: both;
	border-bottom: dotted 2px #dddddd;
	margin-top: 5px;
	margin-bottom: 5px;
}

#btnDelComment:hover {
	color: #ff0000;
	cursor: pointer;
}

.reply {
	border-right: none;
}

#label_comment, #InsComment {
	vertical-align: middle;
}

@media (max-width: 767px) {

	/* 메뉴 3개 * /
	#submenu {
		height: 129px;
	}

}
*/