@charset "UTF-8";

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

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

p {
	text-indent: 1rem;
}
/* 주보성인 */
#imgAndrew {
	width: auto;
	height: 180px;
	margin: 0;
	padding: 0;
}

.profile {
	padding: 1px;
}

.profile-photo {
	margin: 0px;
	padding: 5px;
	height: 190px;
}

.profile-photo img {
	margin: 0;
	padding: 0;
	max-height: 100%;
	height: 190px;
	width: auto;
}

.f-photo {
	width: 60px;
}

.f-photo img {
	width: 118px;
	height: 138px;
	vertical-align: middle;
}

.f-photo:after {
	content: "";
	display: block;
	clear: both;
}

#father1-title, #father2-title, #father3-title, #convent-title
, #office_title1, #office_title2, #office_title3, #officejob-title {
	background-color: var(--bg-color-middle);
	color: var(--left-menu-color);
}

#father1list, #father2list, #father3list, #conventlist, #commissionrule, #officejob {
	display: none;
}

#office-phone {
	background-color: #eee;
}

#father1-title:hover, #father2-title:hover, #father3-title:hover, #convent-title:hover, #commission-title:hover, #officejob-title:hover {
	cursor: pointer;
}

#commission-img {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}

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