@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');
@font-face {
	font-family: 'BinggraeTaom'; src: url('./font/BinggraeTaom.woff') format('woff');
	font-weight: normal;
	font-style: normal; }
@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang:wght@400;700&family=Nanum+Myeongjo&display=swap');
pre {
	white-space: pre-wrap;
}

@media (max-width: 1100px) {
	#hd_wrapper {
		height: 50px !important;
		background-color: rgba(255, 255, 255, 0.05);
	}
	.hd_login .mobile {
		display: inline-block !important;
		width: 45%;
		line-height: 50px;
	}
}

.popup-img {
	cursor: pointer;
}

.swiper-fixed-text div > div {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.swiper-fixed-text .btn-wrap {
	font-size: 0;
	text-align: center;
}
.swiper-fixed-text .btn-wrap > li {
	display: inline-block;
	font-size: 0.75rem;
	line-height: 36px;
	border: 2px solid #FFF;
	border-radius: 40px;
	max-width: 150px;
	width: 100%;
	margin: 50px 10px 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.swiper-fixed-text .btn-wrap > li:hover {
	background-color: #FFF;
}
.swiper-fixed-text .btn-wrap > li a {
	color: #FFF;
}
.swiper-fixed-text .btn-wrap > li:hover a {
	color: #000;
}

@media (max-width: 640px) {
	.swiper-container-1 {}
	.swiper-fixed-text {
		padding-top: 0;
	}
	.swiper-fixed-text > div > div:nth-of-type(1) {
		font-size: 1em !important;
	}
	.swiper-fixed-text > div > div:nth-of-type(2) {
		font-size: 4em !important;
		white-space: nowrap;
	}
	.swiper-fixed-text > div > div:nth-of-type(3) {
		font-size: 2.5em !important;
		white-space: nowrap;
	}

	.swiper-fixed-text .btn-wrap > li {
		margin: 0;
		width: 100%;
		max-width: 100%;
		margin-top: 15px;
	}
}

/**
 * SubPage
 */

/*
#bo_list,
#bo_w,
#bo_v
*/
#sub-page {
	margin: 0 auto;
	padding: 50px 0 0;
	position: relative;
}
@media (max-width: 1100px) {
	#sub-page {
		padding-top: 0;
	}
}

#sub-page * {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	line-height: 170%;
}
#sub-page *:not(i) {
	font-family: "Noto Sans KR";
}

#sub-page .common-width {
	padding: 0;
}

#sub-page .underline {
	width: 80px;
	height: 1px;
	background-color: #c4c4c4;
	margin: 10px 0 20px;
}

#sub-page .edit-page {
	position: absolute;
	display: block;
	top: -100px;
	right: 15px;
	text-align: right;
	z-index: 1;
}
@media (max-width: 1100px) {
	#sub-page .edit-page {
		top: -55px;
	}
}
#sub-page .edit-page i {
	color: #b51818;
	font-size: 2em;
}

.weight-100 {
	font-weight: 100 !important;
}
.weight-200 {
	font-weight: 200 !important;
}
.weight-300 {
	font-weight: 300 !important;
}
.weight-400 {
	font-weight: 400 !important;
}
.weight-500 {
	font-weight: 500 !important;
}
.weight-600 {
	font-weight: 600 !important;
}
.weight-700 {
	font-weight: 700 !important;
}
.weight-800 {
	font-weight: 800 !important;
}

.hover-underline:hover {
	text-decoration: underline !important;
}

#sub-page b,
#sub-page b *,
[id^='addon-']  b,
[id^='addon-']  b * {
	font-weight: 600;
}

#sub-page .vtop {
	vertical-align: top;
}
#sub-page .vmiddle {
	vertical-align: middle;
}
#sub-page .vbottom {
	vertical-align: bottom;
}

#sub-page .table {
	display: table;
	width: 100%;
}
#sub-page .table > * {
	display: table-cell;
}
@media (max-width: 760px) {
	#sub-page .table {
		display: block !important;
	}
	#sub-page .table > * {
		display: inline-block !important;
	}

	#sub-page .mobile-center {
		text-align: center !important;
		width: 100% !important;
	}
}

#sub-page .inline-wrap > * {
	display: inline-block;
	margin-right: 28px;
}
#sub-page.tour .inline-wrap > * {
	margin-right: 10px;
}
#sub-page.tour .inline-wrap img {
	width: 100%;
	height: auto;
}
@media (max-width: 640px) {
	#sub-page .inline-wrap {
		text-align: center;
	}
	#sub-page .inline-wrap > * {
		margin-right: 0;
	}
}

#sub-page .block-wrap > * {
	display: block;
}

#sub-page h1 {
	font-size: 2.2em;
	line-height: 55px;
}
#sub-page h2 {
	font-size: 2.5em;
	line-height: 40px;
	text-align: center;
	margin-bottom: 60px;
}
#sub-page h2.white {
	color: #FFF;
}
#sub-page h2 > * {
	display: inline-block;
	font-weight: 600;
	border-bottom: 3px solid #0066B8;
}
#sub-page h2.white > * {
	border-color: #FFF;
}
#sub-page h3 {
	font-size: 1.3em;
	line-height: 45px;
}
#sub-page h4 {
	font-size: 1.1em;
	line-height: 40px;
}
@media (max-width: 640px) {
	#sub-page h2 {
		margin-bottom: 30px;
	}
}

#sub-page dl:not(.no-padding) {
	padding: 0 30px;
}
#sub-page dl *:not(i) {
	font-weight: 400;
}
#sub-page dt {
	font-weight: 600;
	padding: 10px 0;
	line-height: 29px;
	font-size: 20pt;
	color: #293352;
	margin-bottom: 20px;
}
#sub-page dd {
	font-weight: 400;
	line-height: 37px;
	font-size: 15pt;
	color: #666;
	text-align: justify;
	letter-spacing: -1px;
}
@media (max-width: 1024px) {
	#sub-page dl:not(.no-padding) {
		padding: 0 10px;
	}
	#sub-page dt {
		line-height: 35px;
		font-size: 17pt;
	}
	#sub-page dd {
		line-height: 28px;
		font-size: 11pt;
	}
}

#sub-page div.title-line {
	width: 100%;
	height: 0;
	border-top: 1px solid #D3D4C6;
	position: relative;
	margin-top: 100px;
}
#sub-page div.title-line > div {
	position: absolute;
	top: -4px;
	left: 0;
	width: 50px;
	height: 0;
	border-top: 3px solid #75C9B2;
}

#sub-page .image-half {
	font-size: 0;
}
#sub-page .image-half > * {
	display: inline-block;
	width: 50%;
	margin-bottom: 10px;
}
#sub-page .image-half > li:first-child {
	text-align: left;
}
#sub-page .image-half > li:last-child {
	text-align: right;
}
#sub-page .image-half img {
	width: 99%;
	height: auto;
}
@media (max-width: 640px) {
	#sub-page .image-half > * {
		width: 100%;
	}
	#sub-page .image-half img {
		width: 100%;
	}
}

#sub-page .statement-of-faith {
	max-width: 1080px;
	margin: 0 auto;
}
#sub-page .statement-of-faith > li {
	border-bottom: 1px solid #E0E0E0;
	padding-top: 50px;
	padding-bottom: 50px;
}
#sub-page .statement-of-faith > li:first-child {
	width: 162px;
	vertical-align: top;
}
#sub-page .statement-of-faith > li:last-child {
	text-align: justify;
	font-size: 0.8em;
	line-height: 30px;
}
@media (max-width: 760px) {
	#sub-page .statement-of-faith > li:first-child {
		text-align: center;
		border: none;
		width: 100%;
		padding-bottom: 0;
	}
}

#sub-page.full {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#sub-page h3.title {
	font-size: 20pt;
	font-weight: 400;
	font-family: 'Nanum Myeongjo', serif;
	color: #8CC7F1;
	line-height: 35px;
	padding-bottom: 30px;
}
#sub-page h3.title > span.underline {
	width: 50px;
	margin-left: -25px;
	border-color: #8CC7F1;
}
@media (max-width: 740px) {
	#sub-page h3.title {
		font-size: 14pt;
		line-height: 30px;
		margin-bottom: 0;
	}
	#sub-page h3.title > span.underline {
		width: 30px;
		margin-left: -15px;
	}
}

.hr,
#sub-page hr {
	border: none;
	height: 30px;
	display: block;
	margin: 0;
}
#sub-page hr.thin {
	height: 8px;
	margin: 0;
}
@media (max-width: 760px) {
	#sub-page hr {
		height: 10px;
	}
}

#sub-page .text {
	font-weight: 400;
	line-height: 40px;
	font-size: 14pt;
}
@media (max-width: 760px) {
	#sub-page .text {
		font-size: 10pt;
	}
}

#sub-page .line {
	width: 100%;
	height: 1px;
	background-color: #EFEFEF;
}

#sub-page .icon {
	position: relative;
	display: inline-block;
}
#sub-page .icon i,
#sub-page .icon .glyphicon {
	color: #FFF;
	line-height: 32px;
	font-size: 15pt;
}
#sub-page .icon .glyphicon {
	font-size: 12pt;
}

#sub-page .info {
	position: relative;
	top: 6px;
}

.text-gray {
	color: #838381;
}
.text-green {
	color: #429406;
}
.text-light-green {
	color: #c5d841;
}
.text-orange {
	color: #f99d2e;
}
.text-blue {
	color: #3c3c3c !important;
}
.color-point {
	color: #f9a11b;
}
.color-point2 {
	color: #004e66;
}
.text-dark-blue {
	color: #233375 !important;
}
.text-dark-blue2 {
	color: #38406a !important;
}
.text-sky-blue {
	color: #28b5bc !important;
}
.text-white {
	color: #FFF;
}
.text-black {
	color: #000;
}
.font-en {
	font-family: 'Dhurjati', sans-serif;
}

#sub-page .text-box {
	padding: 0 40px;
}
@media (max-width: 1024px) {
	#sub-page .text-box {
		padding: 0 10px;
	}
}

#sub-page .left-padding-20 {
	padding-left: 20px;
}

#sub-page .quotes .wrap {
	display: inline-block;
}
#sub-page .quotes .wrap:before,
#sub-page .quotes .wrap:after {
	content: '"';
	display: inline-block;
	position: relative;
	font-family: 'Passion One', cursive;
	line-height: 0;
	height: 0;
	font-size: 40pt;
	font-weight: 300;
}
#sub-page .quotes .wrap:before {
	transform: rotate(180deg);
	top: -35px;
}
#sub-page .quotes .wrap:after {
	top: -10px;
}

#sub-page .half-title {
	display: table;
	width: 100%;
	min-height: 148px;
	padding-left: 40px;
	background-color: #bcb5d9;
	color: #FFF;
	font-size: 18pt;
	position: relative;
	overflow: hidden;
}
#sub-page .half-title > span,
#sub-page .half-title small {
	position: relative;
	font-family: 'Sunflower';
	z-index: 2;
	display: table-cell;
	vertical-align: middle;
	height: 148px;
}
#sub-page .half-title.both > span,
#sub-page .half-title.both small {
	width: 50%;
}
#sub-page .half-title small {
	font-size: 13pt;
	line-height: 27px;
}

#sub-page .half-title div {
	position: absolute;
	right: 0;
	top: 0;
}
#sub-page .half-title div span {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
#sub-page .half-title div img {
	vertical-align: top;
	z-index: 1;
}
@media (max-width: 1300px) {
	#sub-page .half-title.both {
		display: block;
	}
	#sub-page .half-title.both > span,
	#sub-page .half-title.both small {
		display: block;
		width: 100%;
		height: auto;
		padding: 10px 0;
	}
	#sub-page .half-title.both div {
		left: 0;
	}
	#sub-page .half-title.both div span {
		background-color: rgba(0, 0, 0, 0.3);
	}
	#sub-page .half-title.both div img {
		height: 350px;
	}
}
@media (max-width: 1200px) {
	#sub-page .half-title div {
		left: 0;
	}
	#sub-page .half-title div span {
		background-color: rgba(0, 0, 0, 0.3);
	}
	#sub-page .half-title div img {
		width: 100%;
	}
}
@media (max-width: 615px) {
	#sub-page .half-title {
		font-size: 16pt;
		padding: 0;
		text-align: center;
	}
	#sub-page .half-title.both small {
		font-size: 10pt;
	}
	#sub-page .half-title div img {
		width: auto;
	}
}

#sub-page .more span {
	line-height: 250% !important;
	border-radius: 3px !important;
	background-color: rgba(252, 120, 22, 1) !important;
}
#sub-page .more span:hover {
	background-color: rgba(228, 97, 0, 1) !important;
}

#sub-page .divide-2 {
	font-size: 0;
}
#sub-page .divide-2 > * {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	font-size: 0.75rem;
}
#sub-page .divide-2 > *:nth-of-type(2n) {
	margin-left: 2%;
}
#sub-page .divide-2 > * img {
	width: 100%;
}
@media (max-width: 640px) {
	#sub-page .divide-2 > * {
		width: 100% !important;
	}
	#sub-page .divide-2 > *:nth-of-type(2n) {
		margin-left: 0 !important;
		margin-top: 20px;
	}
}

.zoom-wrap .more {
	padding: 0 15px !important;
	height: 30px !important;
	line-height: 30px !important;
	margin-top: 20px !important;
	border-radius: 3px !important;
}

.zoom {
	margin: 20px 0 0;
}
.zoom .title {
	font-size: 19pt;
	font-weight: 600;
	line-height: 100%;
	margin-bottom: 10px;
}
.zoom .info {
	font-size: 13pt;
	margin-bottom: 25px;
}
.zoom .datetime {
	font-size: 13pt;
}
.zoom .datetime span {
	font-family: 'Dhurjati', sans-serif !important;
	font-size: 1.5em;
}

.gift .box,
.creed .box {
	display: table;
	width: 95%;
	border: 1px solid #E9E8EF;
	margin-left: auto;
}
.gift .box > *,
.creed .box * {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.gift .box .img,
.creed .box .img {
	padding: 30px 0;
}
.gift .box .img img,
.creed .box .img img {
	position: relative;
	left: -10%;
}
.gift .title,
.creed .title {
	font-size: 50pt;
	margin: 10px 0;
}
.gift .explain .title img,
.creed .explain .title img {
	width: 45px;
}
.gift .explain .bible-verse,
.creed .explain .bible-verse {
	font-size: 13pt;
	font-weight: 300;
	margin-bottom: 30px;
}
.gift .explain .biblical-phrase.ko,
.creed .explain .biblical-phrase.ko {
	font-size: 18pt;
	font-weight: 500;
}
.gift .explain .biblical-phrase.en,
.creed .explain .biblical-phrase.en {
	font-size: 14pt;
	font-weight: 300;
	color: #838381;
	margin-bottom: 30px;
}
@media (max-width: 1000px) {
	.gift .box,
	.creed .box {
		display: block;
		margin: 0 auto;
		width: 95%;
	}
	.gift .box > *,
	.creed .box > * {
		display: block;
		width: 100%;
	}
	.gift .box .img,
	.creed .box .img {
		text-align: center;
		padding: 0;
	}
	.gift .box .img img,
	.creed .box .img img {
		left: 0;
		max-width: 100%;
	}
	.gift .box .explain,
	.creed .box .explain {
		padding: 0 20px;
	}
}

.server .table > * {
	width: 100%;
	vertical-align: top;
}
.server .table > .explain {
	padding-left: 2%;
	font-size: 13pt;
	color: #838381;
}
.server .table > .explain .big {
	font-size: 20pt;
	font-weight: 600;
}
.server table {
	width: 98%;
}
.server table td {
	position: relative;
	overflow: hidden;
	width: 70%;
	color: #FFF;
}
.server table td:first-child {
	width: 30%;
}
.server table td .overlay {
	position: absolute;
	top: 4%;
	right: -17%;
	width: 80%;
}
.server table tr > td:first-child img {
	width: 100%;
}
.server table td .overlay img {
	width: 70%;
}
.server table td .top,
.server table td .bottom {
	position: absolute;
	left: 10%;
	z-index: 1;
}
.server table td .top {
	top: 20%;
	font-size: 25pt;
	font-weight: 500;
}
.server table td .top small {
	font-size: 0.7em;
	color: rgba(255, 255, 255, 0.5);
}
.server table td .bottom {
	bottom: 20%;
	font-size: 14pt;
}
.server table td .bottom .charge {
	font-size: 14pt;
}
@media(max-width: 680px ){
	.server table td .bottom .charge {
		line-height: 150% !important;
		margin-top: 20px;
		font-size: 12pt;
	}
}
.server table td .bottom .info,
.server table td .bottom .info * {
	color: rgba(255, 255, 255, 0.5);
}
.server table td .bottom .info > ul {
	display: table;
	font-size: 14pt;
}
.server table td .bottom .info > ul > li {
	display: table-cell;
	vertical-align: top;
}
.server table td .bottom .info > ul > li:first-child {
	width: 25px;
}
.server table td .bottom .info > ul > li i {
	display: inline-block;
	vertical-align: middle;
}
.server .line {
	margin: 50px 0;
}
@media (max-width: 760px) {
	.server .table > * {
		width: 100%;
		padding: 0 !important;
	}
	.server .table > .explain {
		margin-top: 20px;
	}
	.server table {
		position: relative;
		width: 100%;
	}
	.server .line {
		margin: 20px 0;
	}
	.server table td {
		display: block;
		width: 100%;
	}
	.server table tr > td:last-child {
		/* position: absolute; */
		bottom: 0;
		opacity: 0.95;
	}
	.server table td .overlay {
		position: relative;
		right: -60%;
	}
	.server table td .overlay img {
		width: auto;
		height: 170px;
	}
	.server table td .top {
		font-size: 15pt;
	}
	.server table td .top,
	.server table td .bottom {
		left: 5%;
		right: 5%;
	}
	.server table td .bottom .info > ul {
		font-size: 10pt;
	}
	.server table td .bottom .info > ul > li:first-child {
		width: 20px;
	}
	.server .table > .explain .big {
		font-size: 15pt;
	}
	.server .table > .explain {
		font-size: 12pt;
	}
}

.new-family-box .left {
	padding-left: 50px;
}
.new-family-box .right {
	padding-right: 50px;
}
.new-family-box i {
	vertical-align: middle;
}
.new-family-box .btn-wrap {
	text-align: right;
}
.new-family-box .btn-wrap .btn {
	position: relative;
	display: inline-block;
	overflow: hidden;
	min-width: 240px;
	height: 68px;
	line-height: 66px !important;
	border: 1px solid rgba(255, 255, 255, 0.9);
	cursor: pointer;
	padding: 0 10px;
	margin-top: 10px;
}
.new-family-box .btn-wrap .btn.btn01,
.new-family-box .btn-wrap .btn.btn01 a {
	color: #3c3c3c;
}
.new-family-box .btn-wrap .btn.btn01 {
	margin-right: 10px;
	background-color: rgba(255, 255, 255, 0.9);
}
.new-family-box .btn-wrap .btn.btn01:hover {
	background-color: rgba(255, 255, 255, 1);
}
.new-family-box .btn-wrap .btn.btn02,
.new-family-box .btn-wrap .btn.btn02 a {
	color: #FFF;
}
.new-family-box .btn-wrap .btn.btn02:hover {
	background-color: rgba(0, 0, 0, 0.3);
}
.new-family-box .btn-wrap .btn a {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	z-index: 2;
	font-size: 13pt;
	font-weight: 500;
	align-items: center;
}
.new-family-box .btn-wrap .btn a:after {
	content: '▶';
	display: inline-block;
	position: relative;
	font-size: 7pt;
	right: -10px;
}
.new-family-box .btn-wrap .btn .bg-img {
	position: absolute;
	width: 50%;
	top: 0px;
	left: 10px;
	opacity: 0.15;
}
.new-family-box .btn-wrap .btn .bg-img img {
	width: 100%;
}
@media (max-width: 640px) {
	.new-family-box .left span {
		display: inline-block;
	}
	.new-family-box .btn-wrap .btn {
		width: 100%;
		height: 45px;
		line-height: 43px !important;
	}
	.new-family-box .btn-wrap .btn .bg-img {
		width: 40%;
		left: 0;
	}
}

.new_family.new-family-btn {
	margin-top: 3px;
}
.new_family.new-family-btn [class^='stage-'],
.new_family.new-family-btn [class^='stage-'] a {
	color: #838381;
}
.new_family.new-family-btn [class^='stage-'] {
	margin: 0px !important;
	border: 1px solid #e9e8ef;
	border-left: none;
	padding: 0;
	font-size: 12pt !important;
	width: 25% !important;
}
.new_family.new-family-btn [class^='stage-'] a {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 20px 30px;
	align-items: center;
}
.new_family.new-family-btn [class^='stage-'] a:after {
	content: '▶';
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 7pt;
}
.new_family.new-family-btn [class^='stage-']:hover {
	background-color: #F7F7F7;
}
.new_family.new-family-btn .stage-1 {
	border-left: 1px solid #e9e8ef;
}
@media (max-width: 1100px) {
	.new_family.new-family-btn [class^='stage-']:nth-of-type(2n-1) {
		margin-left: 1% !important;
		border-left: 1px solid #e9e8ef;
	}
	.new_family.new-family-btn .stage-3,
	.new_family.new-family-btn .stage-4 {
		border-top: none;
	}
}
@media (max-width: 640px) {
	.new_family.new-family-btn [class^='stage-'] {
		border-left: 1px solid #e9e8ef !important;
	}
	.new_family.new-family-btn [class^='stage-']:nth-of-type(2n-1) {
		margin: 0 !important;
	}
	.new_family.new-family-btn [class^='stage-']:not(:first-child) {
		border-top: none;
	}
}

.worship_guide > ul {
	height: 100%;
}
.worship_guide .left {
	padding-right: 1% !important;
}
.worship_guide .right {
	padding-left: 1% !important;
}
.worship_guide .wrap {
	display: flex;
	flex-direction: column;
	border: 1px solid #e9e8ef;
	height: 100%;
	padding-bottom: 35px;
}
.worship_guide .wrap .title {
	color: #FFF;
	text-align: center;
	line-height: 60px !important;
	font-size: 20pt;
	font-weight: 500;
	margin-bottom: 30px;
}
.worship_guide .left .wrap .title {
	background-color: #28b6bb;
}
.worship_guide .right .wrap .title {
	background-color: #2e68b1;
}
/* ul의 도트라인은 style.php 에 작성됨(1923 라인) */
.worship_guide .wrap ul {
	overflow: hidden;
	margin: 0px 40px;
}
.worship_guide .wrap li {
	background-color: #FFF;
	font-size: 11pt;
	padding: 5px 0;
}
.worship_guide .wrap ul li:first-child {
	float: left;
	padding-right: 20px;
	font-weight: 500;
}
.worship_guide .wrap ul li:last-child {
	float: right;
	padding-left: 20px;
	color: #838381;
	text-align: right;
}
@media (max-width: 700px) {
	.worship_guide .wrap ul {
		margin: 0 20px;
	}
	.worship_guide .wrap li {
		font-size: 10pt;
	}
}

.facility_Information .iframe-wrap {
	padding-bottom: 68%;
	border: 1px solid #e9e8ef;
}
.facility_Information .popup-img {
	border: 1px solid #e9e8ef;
}
.facility_Information .icon {
	position: relative;
	display: inline-block;
	color: #FFF;
	top: -1px;
	width: 17px;
	height: 17px;
	line-height: 17px !important;
	text-align: center;
	font-size: 9pt;
	font-weight: 600;
	background-color: #2e68b1;
	overflow: hidden;
}
.facility_Information .icon.prohibition:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	height: 50px;
	width: 1px;
	background-color: #FFF;
	transform: translate(-50%, -50%) rotate(45deg);
}
.facility_Information .right .img-full img {
	max-width: 510px;
}

.new_community_media.top-list .left {
	padding-right: 20px !important;
}
.new_community_media.top-list .right {
	border: 1px solid #DFDFDF;
}

.mission .quotes .wrap:before,
.mission .quotes .wrap:after {
	font-weight: 400 !important;
}
.mission .quotes .wrap:before {
	top: -15px !important;
}
.mission .quotes .wrap:after {
	top: 7px !important;
}
.mission.schdule .divide-2 > li:first-child {
	width: 45% !important;
}
.mission.schdule .divide-2 > li:last-child {
	width: 53% !important;
}
.mission.schdule .schdule-list {
	padding: 10px 0px;
	font-size: 12pt;
}
.mission.schdule .schdule-list li {
	cursor: pointer;
	color: #838381;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.mission.schdule .schdule-list li:hover,
.mission.schdule .schdule-list li.on {
	color: #000;
}
.mission.schdule .schdule-list li:hover:after,
.mission.schdule .schdule-list li.on:after {
	content: '▶';
	display: inline-block;
	position: relative;
	font-size: 7pt;
	vertical-align: middle;
	top: -2px;
	margin-left: 5px;
}
.mission.schdule .schdule-list li:hover:after,
.mission.schdule .schdule-list li.on:after {
	content: '▶';
}
.mission.schdule .btn,
.bible_study .btn {
	display: block;
	width: 200px;
	background-color: #2e68b1;
	border: 1px solid #0a2d59;
	line-height: 35px !important;
	height: auto !important;
	margin-bottom: 20px;
}
.mission.schdule .btn:hover,
.bible_study .btn:hover {
	background-color: #0a2d59;
}
.mission.schdule .btn a,
.bible_study .btn a {
	color: #FFF;
	font-size: 11pt;
	font-weight: 500;
	line-height: 35px !important;
}
@media (min-width: 640px) {
	.mission.padding > .common-width {
		padding: 0 10px !important;
	}
}
@media (max-width: 640px) {
	.mission.schdule .btn,
	.bible_study .btn {
		width: 100%;
	}
}
.top table {
	width: 100%;
	border-top: 2px solid #2e68b1;
}
.top table th,
.top table td {
	border: 1px solid #e9e8ef;
	border-right: none;
	border-top: none;
	text-align: center;
	word-break: keep-all;
}
.top table th {
	width: 8%;
	border-left: none;
	background-color: #fafafa;
	font-size: 26pt;
	color: #0b3569;
	font-weight: 500;
}
.top table th.small {
	width: 9%;
	font-size: 14pt;
	border-left: 1px solid #e9e8ef;
}
.top table td {
	padding: 10px;
	font-size: 12pt;
	color: #838381;
}
.top table tr > td:last-child {
	width: 13%;
}
.top table th small {
	display: block;
	font-size: 12pt;
	color: #000;
	word-break: keep-all;
}
@media (min-width: 640px) {
	.top.padding > .common-width {
		padding: 0 20px !important;
	}
}
@media (max-width: 640px) {
	#addon-contents-2.top.banner > li.common-width {
		padding: 30px 10px !important;
	}
	.top table th:not(.small) {
		width: 5%;
		font-size: 12pt;
	}
	.top table th.small {
		font-size: 10pt;
		width: 5%;
	}
	.top table td {
		width: auto;
		font-size: 10pt;
	}
}

.mission_support_status table {
	width: 100%;
	border: 1px solid #e9e8ef;
	border-top: 2px solid #2e68b1;
}
.mission_support_status table * {
	text-align: center;
}
.mission_support_status table thead th {
	background-color: #fafafa;
	font-size: 13pt;
	color: #0b3569;
	padding: 10px 0;
}
.mission_support_status table tbody th,
.mission_support_status table tbody td {
	border-top: 1px solid #e9e8ef;
}
.mission_support_status table thead tr > th:nth-of-type(3),
.mission_support_status table tbody tr > th:nth-of-type(2) {
	border-left: 2px solid #2e68b1;
}
.mission_support_status table tbody th {
	width: 30%;
	color: #000;
	font-size: 13pt;
}
.mission_support_status table tbody td {
	width: 20%;
	border-left: 1px solid #e9e8ef;
	padding: 15px 0;
	font-size: 12pt;
	color: #838381;
}
.mission_support_status .download {
	display: inline-block;
	line-height: 42px !important;
	color: #0b3569;
	border: 1px solid #0b3569;
	padding: 0 30px;
	font-size: 13pt;
	text-align: center;
}
.mission_support_status .download * {
	color: #0b3569;
}
.mission_support_status .download:hover {
	background-color: #0b3569;
}
.mission_support_status .download:hover * {
	color: #FFF;
}
@media (max-width: 640px) {
	.mission_support_status table th {
		font-size: 11pt !important;
		word-break: keep-all;
	}
	.mission_support_status table td {
		font-size: 10pt !important;
	}
	.mission_support_status .download {
		width: 100%;
	}
}

.ministry_of_education dl dt {
	padding: 0 !important;
	margin-top: -10px !important;
}
.ministry_of_education dl dd {
	font-size: 12pt !important;
	font-weight: 300 !important;
	line-height: 170% !important;
}
.ministry_of_education dl dd .dot:before {
	content: '.';
	position: relative;
	display: inline-block;
	top: -4px;
	font-width: 600;
	margin-right: 5px;
}
.ministry_of_education dl dd .btn {
	display: inline-block;
	font-size: 12pt;
	border: 1px solid #233375;
	line-height: 40px !important;
	height: auto;
	padding: 0 15px !important;
	margin-right: 5px;
	vertical-align: middle;
}
.ministry_of_education dl dd .btn a {
	color: #233375;
}
.ministry_of_education dl dd .btn a i {
	position: relative;
	font-size: 10pt;
	top: -1px;
	margin-right: 10px;
}
.ministry_of_education dl dd .btn:hover {
	background-color: #233375;
}
.ministry_of_education dl dd .btn:hover a {
	color: #FFF;
}
@media (max-width: 640px) {
	.ministry_of_education dl dd .btn {
		margin-bottom: 10px;
	}
}
.ministry_of_education:not(.no-border) > .common-width {
	/* border-top: 1px solid #eaeaf0; */
	/* padding-top: 50px !important; */
}
.ministry_of_education dl dd .big {
	font-size: 1.1em;
}
.ministry_of_education .big2 {
	font-size: 1.6em;
}
.ministry_of_education dd img {
	vertical-align: bottom;
}
.ministry_of_education dl dd .icon {
	position: relative;
	display: inline-block;
	line-height: 40px !important;
	width: 40px;
	height: 40px;
	margin-right: 5px;
	text-align: center;
	vertical-align: middle;
}
.ministry_of_education dl dd .icon i {
	position: absolute;
	font-size: 18pt !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.ministry_of_education dl dd .icon.youtube {
	background-color: #dd0c0c;
}
.ministry_of_education dl dd .icon.youtube:hover {
	background-color: #9b0f1f;
}
.ministry_of_education dl dd .icon.facebook {
	background-color: #3b5998;
}
.ministry_of_education dl dd .icon.facebook:hover {
	background-color: #22396a;
}
.ministry_of_education dl dd .icon.instagram {
	background: linear-gradient(45deg, #eb674b, #d03483, #7e4eba);
}
.ministry_of_education .divide-line {
	position: relative;
	display: inline-block;
	font-size: 9pt;
	font-weight: 100 !important;
	margin: 0 10px;
	top: -3px;
}
.ministry_of_education .padding-left {
	display: inline-block;
	padding-left: 20px;
}

.cell_church.ministry_of_education dl dt {
	margin: 0px 0px 10px !important;
}
@media (min-width: 640px) {
	.cell_church .left {
		padding-right: 10% !important;
	}
}

.bible_study .title-box {
	background-color: #2E68B1;
	color: #FFF;
	text-align: center;
	font-weight: 500;
	font-size: 20pt;
	line-height: 55px !important;
}
.bible_study table {
	border: 1px solid #E9E8EF;
	border-top: none;
	border-bottom: none;
	width: 100%;
}
.bible_study table th,
.bible_study table td {
	padding: 20px 10px;
	text-align: center;
	border-bottom: 1px solid #E9E8EF;
	font-size: 13pt;
}
.bible_study table th {
	width: 20%;
	background-color: #FAFAFA;
}
.bible_study table td {
	width: 40%;
	border-left: 1px solid #E9E8EF;
	color: #838381;
}
.bible_study table .big {
	font-size: 1.2em;
}
.bible_study dl dt {
	font-size: 25pt !important;
	line-height: 60px !important;
	margin-top: 0 !important;
}
.bible_study dl dd {
	font-size: 13pt !important;
}
.bible_study dt .number-box {
	display: inline-block;
	width: 65px;
	height: 60px;
	border: 1px solid #2E68B1;
	text-align: center;
	line-height: 58px !important;
	font-weight: 800 !important;
	font-size: 31pt;
	margin-right: 5px;
}
.bible_study .btn {
	margin: 0px auto;
}

.donation small {
	display: block;
}
.donation h1 {
	font-size: 35pt !important;
	text-align: center;
	font-weight: 600 !important;;
	color: #2e68b1;
	border-bottom: 1px solid #e9e8ef;
	padding-bottom: 50px;
	margin-bottom: 20px;
}
.donation small {
	font-size: 11pt;
	color: #838381;
}
.donation .divide-2 {
	display: table !important;
	margin-bottom: 70px;
}
.donation .divide-2 > li {
	display: table-cell !important;
}
.donation .divide-2 > li:nth-of-type(2n-1) {
	width: 10% !important;
}
.donation .divide-2 > li:nth-of-type(2n) {
	width: 90% !important;
	padding-left: 2% !important;
	margin-left: 0 !important;
}
.donation dt {
	font-size: 25pt !important;
	font-weight: 500 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.donation dt small {
	font-size: 15pt;
	color: #2e68b1;
}
.donation dd {
	font-size: 14pt !important;
	text-align: left !important;
}
@media (max-width: 640px) {
	#sub-page .donation .divide-2 > li:nth-of-type(2n-1) {
		width: 25% !important;
	}
	#sub-page .donation .divide-2 > li:nth-of-type(2n) {
		width: 75% !important;
	}
	.donation dt {
		font-size: 20pt !important;
	}
	.donation dt small {
		font-size: 13pt !important;
	}
	.donation dd {
		font-size: 12pt !important;
	}
}
.donation .btn {
	display: inline-block;
	line-height: 40px !important;
	font-size: 14pt;
	font-weight: 500;
	background-color: #2e68b1;
	color: #FFF;
	padding: 0 20px;
	height: auto !important;
	margin-top: 5px;
	cursor: pointer;
}
.donation .btn:after {
	content: "▶";
	position: relative;
	display: inline-block;
	font-size: 7pt;
	vertical-align: middle;
	margin-left: 5px;
	top: -2px;
}
.donation .btn:hover {
	background-color: rgb(60, 69, 87);
}
.donation .ex > span {
	display: inline-block;
	position: relative;
	font-weight: 600 !important;
	font-size: 20pt;
	margin-right: 5px;
	padding-bottom: 33px;
}
.donation .ex > span small {
	position: absolute;
	line-height: 30px !important;
	left: 0;
	right: 0;
	bottom: 0;
	border-top: 1px solid #000;
	text-align: center;
}
.donation .ex > span small.orange {
	color: #f99d2e;
	border-color: #f99d2e;
}
.donation .ex > span small.blue {
	color: #2e68b1;
	border-color: #2e68b1;
}
.donation .ex > span small.sky-blue {
	color: #28b6ba;
	border-color: #28b6ba;
}
.donation.trend-1 dd small {
	color: #000;
	font-weight: 300 !important;
	font-size: 12pt;
}
.donation.trend-1 dd small.thin {
	position: relative;
	font-size: 11pt;
	padding-left: 34px;
}
.donation.trend-1 dd small.thin i {
	position: absolute;
	left: 0;
	top: -14px;
	font-size: 18pt;
}
.donation.trend-1 dd .big {
	font-size: 16pt;
	font-weight: 600 !important;
}
.donation.trend-2 {
	text-align: center;
}
.donation.trend-2 > ul {
	display: inline-table;
	height: 100%;
}
.donation.trend-2 .align-center {
	text-align: center;
	font-size: 20pt;
	font-weight: 600;
}
.donation.trend-2 [class^="stage-"] {
	display: inline-flex;
	flex-direction: column;
	height: 100%;
	padding: 40px;
	border: 2px solid #e9e8ef;
	width: 33% !important;
	margin-left: 0.5% !important;
}
.donation.trend-2 .stage-1 {
	margin-left: 0 !important;
}
.donation.trend-2 small {
	text-align: left;
}


/* 메인페이지 */
#container_wr .index-4banner-1 {
	margin-top: -40px;
}
@media (max-width: 1100px) {
	#container_wr .index-4banner-1 {
		margin-top: 20px;
	}
}
#container_wr .index-4banner-1 [class^='stage-'] {
	position: relative;
}
#container_wr .index-4banner-1 .inner-text {
	box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
}
#container_wr .index-4banner-1 .banner-text {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	padding: 0 20px;
}
#container_wr .index-4banner-1 .banner-text > * {
	text-align: center;
}
#container_wr .index-4banner-1 .banner-text .icon img {
	width: auto;
	margin-bottom: 20px;
}
#container_wr .index-4banner-1 .banner-text .title {
	font-size: 2em;
	font-weight: 600;
}
#container_wr .index-4banner-1 .banner-text .explain {
	font-size: 1.2em;
	color: rgba(255, 255, 255, 0.7);
}

#container_wr .index-centerbox-1 [class^='stage-'] {
	margin-left: 0 !important;
	border: 1px solid #e9e8ef;
	border-left: none;
	overflow: hidden;
}
#container_wr .index-centerbox-1 [class^='stage-']:first-child {
	border-left: 1px solid #e9e8ef;
}
#container_wr .index-centerbox-1 .inner-text {
	padding: 45px 40px;
	cursor: auto !important;
}
#container_wr .index-centerbox-1 li:hover .inner-text {
	background-color: rgba(255, 255, 255, 0) !important;
}

#container_wr .index-centerbox-1 .banner .title {
	font-size: 2.2em !important;
	font-weight: 600 !important;
	color: #1e2656;
	margin-bottom: 10px;
	letter-spacing: -1px;
}
#container_wr .index-centerbox-1 .banner .explain {
	font-size: 1.2em !important;
	color: #5d677d;
}
#container_wr .index-centerbox-1 .more {
	border: 1px solid #1e2656;
	border-radius: 0 !important;
	height: 40px !important;
	line-height: 40px !important;
	padding: 0 30px !important;
}
@media (max-width: 640px) {
	#container_wr .index-centerbox-1 [class^='stage-'] {
		margin-bottom: 0 !important;
		border: 1px solid #e9e8ef;
		border-top: none;
	}
	#container_wr .index-centerbox-1 [class^='stage-']:first-child {
		border-top: 1px solid #e9e8ef;
	}
	#container_wr .index-centerbox-1 .stage-2,
	#container_wr .index-centerbox-1 .stage-3 {
		display: inline-block !important;
		width: 50% !important;
	}
	#container_wr .index-centerbox-1 .inner-text {
		padding: 10px;
	}
	#container_wr .index-centerbox-1 .banner .title {
		font-size: 2em !important;
	}
	#container_wr .index-centerbox-1 .banner .explain {
		font-size: 1em !important;
	}
}

#container_wr .index-centerbox-2 .left,
#container_wr .index-centerbox-2 .right,
#container_wr .index-centerbox-3 .left,
#container_wr .index-centerbox-3 .right {
	border: 1px solid #e9e8ef;
	border-left: none;
	border-top: none;
}
#container_wr .index-centerbox-2 .left,
#container_wr .index-centerbox-2 .right,
#container_wr .index-centerbox-3 .left {
	border-left: 1px solid #e9e8ef;
	padding: 0;
}
#container_wr .index-centerbox-3 .left,
#container_wr .index-centerbox-3 .right {
	padding: 4%;
}
@media (min-width: 640px) {
	#container_wr .index-centerbox-3 .left,
	#container_wr .index-centerbox-3 .right {
		border-bottom: none;
	}
}
@media (max-width: 640px) {
	#container_wr .index-centerbox-2 .left,
	#container_wr .index-centerbox-2 .right,
	#container_wr .index-centerbox-3 .right {
		border: 1px solid #e9e8ef;
		border-top: none;
	}
	#container_wr .index-centerbox-2 .left,
	#container_wr .index-centerbox-3 .left {
		border-top: 1px solid #e9e8ef;
	}
	#container_wr .index-centerbox-2 .right,
	#container_wr .index-centerbox-3 .right {
		border-bottom: none;
	}
}
#container_wr .index-centerbox-2 .divide-2 {
	font-size: 0;
}
#container_wr .index-centerbox-2 .divide-2 > li {
	position: relative;
	display: inline-block;
	font-size: 0.75rem;
	width: 50%;
	min-height: 197px;
	vertical-align: top;
}
#container_wr .index-centerbox-2 .divide-2 > li > div {
	position: absolute;
	top: 50%;
	left: 10%;
	right: 10%;
	transform: translateY(-50%);
}
#container_wr .index-centerbox-2 .divide-2 > li > div .title {
	font-size: 1.8em;
	line-height: 33px;
	height: 66px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 라인수 */
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	margin-bottom: 20px;
}
#container_wr .index-centerbox-2 .divide-2 > li > div .more {
	display: inline-block;
	line-height: 27px;
	border: 1px solid #A8A8A7;
	padding: 0 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#container_wr .index-centerbox-2 .divide-2 > li > div .more:hover {
	background-color: #A8A8A7;
}
#container_wr .index-centerbox-2 .divide-2 > li > div .more a {
	color: #7f7f79;
}
#container_wr .index-centerbox-2 .divide-2 > li > div .more:hover a {
	color: #FFF;
}

#container_wr .index-centerbox-2 .divide-2 > li.white * {
	color: #FFF !important;
	border-color: #FFF !important;
}
#container_wr .index-centerbox-2 .divide-2 > li.white .more:hover {
	background-color: #FFF !important;
}
#container_wr .index-centerbox-2 .divide-2 > li.white .more:hover a {
	color: #7f7f79 !important;
}

#container_wr .index-gallery {
	border-top: 1px solid #e9e8ef;
}
@media (max-width: 640px) {
	#container_wr .index-centerbox-2 .divide-2 > li {
		background-size: 25% !important;
		background-position-x: 90% !important;
	}
}


/**
 * SNS Login
 */

#register_member input[type='checkbox'] {
	-webkit-appearance: checkbox;
}

@media (max-width: 600px) {
	#register_member .sns_tbl th {
		display: none;
	}
	#register_member .sns_tbl input {
		width: 100%;
	}
}

#mb_login #sns_login .sns-icon {
	display: block;
	width: 100% !important;
	float: none !important;
	height: 45px;
	line-height: 45px;
	border-radius: 3px;
}
#sns_login .sns-kakao {
	border: none;
	background-position-y: center !important;
}


/**
 * SideMenu
 */

#side_menu {
	z-index: 10000;
	box-shadow: unset;
}
#side_menu * {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 1100px) {
	#side_menu {
		padding: 0;
		border: none;
		top: 50px;
	}
	#side_menu #quick {
		display: table;
		position: fixed;
		top: 0;
		left: auto;
		right: 0;
		width: 250px;
		margin: 0;
		text-align: center;
		background-color: #FFF;
		transform: translateX(250px);
	}
	#side_menu.on #quick {
		transform: translateX(0px);
	}
	#side_menu #quick li {
		display: table-cell;
		width: 25%;
	}
	#side_menu #quick li .qk_tit {
		display: none !important;
	}
	#ol_auto,
	#ol_svc {
		float: none;
		margin-top: 10px;
	}
	#ol_auto input[type=checkbox] {
		width: 0;
		height: 0;
	}
	#ol_auto input[type=checkbox] + label {
		display: inline-block;
	}
	#ol_svc a {
		display: block;
		text-align: center;
	}

	#side_menu #tabs_con .qk_con {
		width: 250px;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	#s_ol_be_cate > * {
		width: 50%;
	}

	#tabs_con .con_close {
		display: none !important;
	}
}


/**
 * Member Login
 */

@media (max-width: 1100px) {
	#mb_login #agree {
		padding: 0;
	}
	#mb_login label[for=agree] {
		display: inline-block;
		text-align: left;
		height: auto;
		line-height: 150%;
		padding-top: 3px;
	}
	#mb_login label[for=agree] > span {
		position: absolute;
		top: 0;
		left: 0;
	}
}


/**
 * Register Form
 */

.register {
	padding: 50px 0 100px;
}
@media (max-width: 640px) {
	.register {
		padding: 20px 0 30px;
	}
}

#fregisterform .warning {
	position: relative;
	text-align: center;
	color: #FFF;
	height: 50px;
	line-height: 50px;
	font-size: 1.1em;
	background-color: #F2838F;
	margin: 0 0 10px;
	border-radius: 5px;
	font-weight: bold;
}
@media (max-width: 1100px) {
	#fregisterform .warning {
		height: auto;
		line-height: 150%;
		padding: 10px 10px 10px 5px;
		border-left: 5px solid #da4453;
	}
}
#fregisterform .warning:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 5px;
	border-radius: 5px 0 0 5px;
	background-color: #DA4453;
}
@media (max-width: 1100px) {
	#fregisterform .warning:before {
		background-color: none;
	}
}
#fregisterform .warning i {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	top: 3px;
	text-align: center;
	border-radius: 50%;
	background: url('../img/require.png') no-repeat center center #FFF;
}

#register_form #mb_1 {
	width: 100%;
}

#register_form .read-only {
	display: inline-block;
	line-height: 31px;
}

#register_form .chk_box .tooltip_icon {
	line-height: 15px;
	margin-top: -4px;
}
#register_form .chk_box .tooltip_icon i {
	position: relative;
	top: 2px;
}

@media (max-width: 1100px) {
	#register_form .chk_box .tooltip {
		top: 33px;
		left: 0;
	}
	#register_form .chk_box .tooltip:before {
		top: -10px;
		left: 0;
		border-top: 0 solid transparent;
		border-bottom: 10px solid #000;
		border-left: none;
		border-right: 10px solid transparent;
	}
}

#register_form .bill_form {
	background: #F7F7F7;
	border: 1px solid #DDE7E9;
	border-radius: 3px;
}
#register_form .bill_form table {
	width: 100%;
	padding: 20px;
	display: block;
	overflow: hidden;
}
#register_form .bill_form.register_form_inner table {
	padding-top: 0;
}
#register_form .bill_form.register_form_inner ul {
	padding-bottom: 0;
}
#register_form .bill_form.register_form_inner tbody {
	display: block;
}
#register_form .bill_form.register_form_inner tbody tr {
	display: block;
	float: none !important;
}
#register_form .bill_form.register_form_inner select {
	width: 24.5%;
}
@media (max-width: 1100px) {
	#register_form .bill_form.register_form_inner select {
		width: 100%;
		margin-bottom: 10px;
	}
	#register_form .bill_form.register_form_inner select:last-child {
		margin: 0;
	}
}

#register_form .bill_form table tr {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
#register_form .bill_form table tr:nth-last-of-type(2),
#register_form .bill_form table tr:nth-last-of-type(3),
#register_form .bill_form table tr:nth-last-of-type(4),
#register_form .bill_form table tr:nth-last-of-type(5),
#register_form .bill_form table tr:nth-last-of-type(6),
#register_form .bill_form table tr:nth-last-of-type(7) {
	width: 49%;
}
#register_form .bill_form table tr:nth-last-of-type(2),
#register_form .bill_form table tr:nth-last-of-type(4),
#register_form .bill_form table tr:nth-last-of-type(6) {
	margin-left: 1%;
}
#register_form .bill_form table tr:nth-last-of-type(3),
#register_form .bill_form table tr:nth-last-of-type(5),
#register_form .bill_form table tr:nth-last-of-type(7) {
	margin-right: 1%;
}
#register_form .bill_form table th {
	display: block;
	margin-bottom: 10px;
	line-height: 24px;
	text-align: left;
}
#register_form .bill_form table td {
	display: block;
}
#register_form .bill_form table input {
	width: 100%;
}

#register_form .bill_form .mb_bill_zip {
	width: 385px;
	margin-right: 10px;
}
#register_form .bill_form table tr:nth-of-type(8) label {
	display: none;
}

@media (max-width: 1100px) {
	#register_form #reg_mb_zip,
	#register_form .bill_form .mb_bill_zip {
		width: 59%;
		float: left;
		margin: 0;
	}
	#register_form #reg_mb_zip:before,
	#register_form .bill_form .mb_bill_zip:before {
		content: "";
		display: block;
	}

	#register_form #reg_mb_zip + button,
	#register_form .bill_form .mb_bill_zip + button {
		width: 40%;
		float: right;
	}

	#register_form .register_form_inner input[type="checkbox"] + label {
		padding-left: 0;
		margin: 0;
		display: inline-block;
	}
	#register_form .register_form_inner input[type="checkbox"] + label > span {
		top: 0;
	}
	#register_form .register_form_inner input[type="checkbox"] + label + span {
		display: inline-block;
		line-height: 34px;
		padding-left: 10px;
	}
}


/**
 * Etc
 */

#bo_v_title,
#bo_w {
	padding-top: 50px !important;
}

#bo_v {
	/*max-width: 800px !important;*/
	width: 100%;
	margin: 0 auto !important;
	padding: 0 10px;
}
#bo_list,
#bo_gall {
	max-width: 1000px !important;
	width: 100%;
	margin: 0 auto !important;
}
/* #bo_gall:not(.blog) { */
#bo_gall {
	padding-top: 20px;
}
#bo_list {
	padding-top: 50px;
}

#bo_v_con {
	font-size: 13pt;
}

#bo_v_img {
	text-align: center;
}

#bo_v_title {
	text-align: center;
}
.bo_v_tit {
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #f1f1f1 !important;
}

#bo_btn_top,
#bo_v_share > .btn.btn_b03 {
	display: none;
}

#bo_cate_ul {
	font-size: 0;
	margin: 50px 0;
	border: 1px solid #E9E9E9;
}
#bo_cate_ul > li {
	display: inline-block;
	text-align: center;
	padding: 0;
	width: 16.66%;
}
#bo_cate_ul a {
	line-height: 49px;
	border-radius: 0;
	padding: 0;
	border: none;
	border-right: 1px solid #E9E9E9;
	color: #898989;
	font-weight: 400;
	font-size: 0.8rem;
}
#bo_cate_ul a:hover {
	color: #898989;
	background-color: #F4F4F4;
}
#bo_cate #bo_cate_on {
	color: #898989;
	background-color: #F4F4F4;
	border-color: #E9E9E9;
	box-shadow: none;
	font-weight: 400;
}
#bo_cate #bo_cate_on:after {
	content: '▼';
	position: relative;
	display: inline-block;
	margin-left: 5px;
	transform: scale(0.5);
}
#bo_cate_ul > li:nth-of-type(1) a,
#bo_cate_ul > li:nth-of-type(2) a,
#bo_cate_ul > li:nth-of-type(3) a,
#bo_cate_ul > li:nth-of-type(4) a,
#bo_cate_ul > li:nth-of-type(5) a,
#bo_cate_ul > li:nth-of-type(6) a {
	border-bottom: 1px solid #E9E9E9;
}

@media (max-width: 640px) {
	#bo_cate {
		margin-top: 0;
	}
	#bo_cate_ul {
		margin: 0 0 20px;
	}
	#bo_cate_ul > li {
		display: block;
		width: 100% !important;
	}
	#bo_cate_ul a {
		line-height: 42px;
		font-size: 0.75rem;
		border-left: none !important;
		border-right: none !important;
		border-top: none !important;
	}
	#bo_cate_ul > li:first-child a {
		border-top: 1px solid #E9E9E9 !important;
	}
}

#taxbill {
	display: block;
	padding: 15px 0;
	height: auto;
	line-height: inherit;
	margin: -10px 0 20px;
	cursor: pointer;
	text-align: center;
	font-size: 1.2em;
	font-weight: 400;
	color: #FFF;
	background-color: #2769C7;
	border-radius: 3px;
}
#taxbill.ing {
	background-color: #FF7F27;
	cursor: auto;
}
#taxbill.end {
	background-color: #d50c0c;
	cursor: auto;
}

.more_opt li i {
	display: inline-block;
	width: 10px;
}

.ctt_admin {
	position: absolute;
	right: 10px;
	top: 10px;
}

#ctt,
#ctt_con {
	margin: 0;
	padding: 0;
}
#ctt {
	padding-bottom: 50px;
}
button.btn_share {
	display: none;
}
.bo_v_snswr {
	padding: 10px 0;
}

.pg_current {
	border-radius: 50%;
	font-weight: 400;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	border: none;
	margin: 0 2px;
}
.pg_page {
	border-radius: 50%;
	margin: 0 2px;
}
.pg_start,
.pg_end,
.pg_prev,
.pg_next {
	border: none;
	text-align: center;
}

.btn_bo_adm input {
	background-color: #FE1E92;
}

#container_title_wrap {
	background-color: #FAFAFA;
	padding: 30px 0;
	overflow: hidden;
}
#container_title_wrap > div > * {
	vertical-align: top;
}

#container_title {
	padding: 0;
	float: left;
}
#container_title span {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 1.8em;
	line-height: 50px;
	font-weight: 400;
}
/*
    #container_title span:before {
        content: "|";
        position: absolute;
        left: 0;
        top: 2px;
        font-family: 'Black Han Sans', sans-serif;
        display: inline-block;
        color: #ff3b3b;
    }
*/

#container_title #position {
	float: right;
	font-size: 0.75em;
	margin-top: 5px;
}
#container_title #position,
#container_title #position * {
	color: #bcbcbc;
	font-weight: 300;
}
#container_title #position a:after {
	content: '>';
	position: relative;
	display: inline-block;
	font-family: "Nanum Gothic";
	padding-left: 4px;
	font-size: 0.7em;
	top: -2px;
}
#container_title #position a:last-child:after {
	content: '';
	padding: 0;
}
@media(max-width: 640px) {
	#container_title_wrap {
		padding: 15px 0;
	}
}

.sct_admin {
	position: absolute;
	top: 0;
	right: 0;
}

#copymove input,
#copymove textarea,
#copymove button,
#copymove select {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}

#bo_list_total {
	white-space: nowrap;
}

.new-noti {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999999;
}
.new-noti-text {
	padding: 10px 25px;
	background-color: rgba(237, 105, 82, 0.8);
	color: #FFF;
	border-radius: 3px;
}
.new-noti .close {
	display: inline-block;
	margin-left: 10px;
	font-size: 1.2em;
	cursor: pointer;
}
.new-noti .blink {
	-webkit-animation: blink 0.5s ease-in-out infinite alternate;
	-moz-animation: blink 0.5s ease-in-out infinite alternate;
	animation: blink 0.5s ease-in-out infinite alternate;
}

@media (max-width: 1100px) {
	#container_title span {
		font-size: 1.4em;
	}

	.sct_admin {
		position: absolute;
		top: 15px;
		right: 0;
	}

	.register {
		padding: 0 10px 30px;
	}
	#fregister p {
		height: auto;
		line-height: 150%;
		padding: 10px 10px 10px 5px;
		border-left: 5px solid #da4453;
	}
	#fregister p:before {
		background: none;
	}

	#smb_my {
		margin: 0;
	}
	.tooltip_txt {
		height: auto;
		line-height: 150%;
		text-align: center;
		padding: 10px 20px;
	}
	.tooltip_txt:before {
		height: auto;
		bottom: 0;
	}

	#smb_ws_act > button {
		width: 100% !important;
		margin-bottom: 10px;
	}
	#smb_ws_act > button:last-child {
		margin-bottom: 0;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 0;
	}
	49% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}
@-mox-keyframes blink {
0% {
	opacity: 0;
}
49% {
	opacity: 0;
}
50% {
	opacity: 1;
}
}
@keyframes blink {
	0% {
		opacity: 0;
	}
	49% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}

/**
 * Hover Popup
 **/

#hover-popup,
#weekly-popup,
#img-popup {
	position: fixed;
	display: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0);
	z-index: 99999;

}
#hover-popup.on,
#hover-popup.on-full,
#weekly-popup.on-full,
#img-popup.on-full {
	display: block;
}
#hover-popup.on-full,
#weekly-popup.on-full,
#img-popup.on-full {
	background: rgba(0, 0, 0, 1);
}

#weekly-popup * {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#weekly-popup > ul {
	display: flex;
	width: 200%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
#weekly-popup > ul li {
	position: relative;
	display: inline-flex;
	width: 50%;
}
#weekly-popup > ul li img,
#img-popup img {
	max-width: 100%;
}
#img-popup img {
	max-height: 100%;
}

#weekly-popup nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 0;
	font-weight: 100;
	font-size: 8em;
}

#weekly-popup nav div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	font-family: 'Nanum Gothic', sans-serif;
}
#img-popup-cont {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
}
#weekly-popup nav div:hover {
	color: rgba(0, 0, 0, 1);
}
#weekly-popup nav div.prev {
	left: 10px;
}
#weekly-popup nav div.prev:before {
	content: '<';
}

#weekly-popup nav div.next {
	right: 10px;
}
#weekly-popup nav div.next:before {
	content: '>';
}

#hover-popup-close {
	display: none;
	cursor: pointer;
}
#hover-popup-close.on-full,
#img-popup.on-full #img-popup-close,
#weekly-popup-close {
	position: fixed;
	display: block;
	top: 20px;
	right: 20px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 3em;
	line-height: 0;
	z-index: 9999999;
	cursor: pointer;
}

#hover-popup-cont {
	position: absolute;
	transform: scale(1);
	border-radius: 5px;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.8);
}
#hover-popup-cont.on,
#hover-popup-cont.on-full {
	transform: scale(1.5);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index: 999999;
	box-shadow: 0 15px 35px rgba(50,50,90,0.3), 0 5px 15px rgba(0,0,0,0.3);
}
#hover-popup-cont.img {
	transform: scale(1);
	border-radius: 0;
	box-shadow: none;
}
#hover-popup-cont.on-full {
	position: fixed;
	top: 50% !important;
	left: 0 !important;
	width: 100% !important;
	transform: translateY(-50%);
}
#hover-popup-cont .iframei-hover {
	display: none;
}
#hover-popup-cont a {
	display: block;
	color: #FFF;
	overflow: hidden;
	max-height: 0;
}
#hover-popup-cont.on a {
	max-height: 1000px;
}
#hover-popup-cont img {
	width: 100%;
}
#hover-popup-cont .hover-wrap {
	padding: 5px 10px 12px;
	font-size: 1rem;
}
#hover-popup-cont.on .hover-wrap {
	cursor: pointer;
}
#hover-popup-cont.img .hover-wrap {
	font-size: 1.8em;
}
#hover-popup-cont .hover-wrap span {
	display: block;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFF;
}
#hover-popup-cont .hover-wrap span.btn {
	position: relative;
	display: inline-block;
	top: -1px;
	padding: 0 3px;
	border-radius: 1px;
	background-color: rgba(255, 255, 255, 0.3);
	font-weight: 300;
	line-height: 140%;
	height: auto !important;
	width: 37px;
	text-align: center;
	margin-right: 6px;
	font-size: 0.9em;
	vertical-align: middle;
}
#hover-popup-cont .hover-wrap span.subject {
	font-size: 0.7em;
	height: 18.5px;
	line-height: 18.5px;
	margin-bottom: 3px;
}
#hover-popup-cont.img .hover-wrap span.subject {
	height: 26.5px;
	line-height: 26.5px;
}
#hover-popup-cont .hover-wrap span.datetime,
#hover-popup-cont .hover-wrap span.text,
#hover-popup-cont .hover-wrap span.preacher {
	font-size: 0.6em;
	line-height: 17.5px;
	height: 17.5px;
}

@media (max-width: 1100px) {
	#hover-popup {
		background-color: rgba(0, 0, 0, 1);
	}
	#hover-popup.on .close,
	#hover-popup.on-full .close {
		position: absolute;
		display: block;
		top: 20px;
		right: 20px;
		color: rgba(255, 255, 255, 0.8);
		font-size: 3em;
		line-height: 0;
	}

	#hover-popup-cont.on,
	#hover-popup-cont.on-full {
		position: fixed;
		transform: scale(1) translateY(-50%);
		border-radius: 0;
		box-shadow: none;
		top: 50% !important;
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		-webkit-transition: all 0s ease-out;
		-moz-transition: all 0s ease-out;
		-o-transition: all 0s ease-out;
		transition: all 0s ease-out;
	}
	#hover-popup-cont .hover-wrap span.btn {
		font-size: 0.8em;
		width: 60px;
		border-radius: 3px;
		margin-right: 10px;
	}
	#hover-popup-cont .hover-wrap span.subject {
		font-size: 1.2em;
		height: 37px;
		line-height: 37px;
	}
	#hover-popup-cont .hover-wrap span.datetime,
	#hover-popup-cont .hover-wrap span.text,
	#hover-popup-cont .hover-wrap span.preacher {
		font-size: 1em;
		height: 35px;
		line-height: 35px;
	}
}

#hover-popup-cont.letterbox {
	left: 50% !important;
	transform: scale(1) translate(-50%, -50%);
}


/**
 * 3rd Menu
 */

#menu-3rd {
	display: table;
	width: 100%;
	margin-top: 50px !important;
}
#menu-3rd > * {
	display: table-cell;
	text-align: center;
	padding: 15px 10px;
	background-color: #0066b8;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#menu-3rd > *:first-child {
	border: none;
}
#menu-3rd > *.on,
#menu-3rd > *:hover {
	background-color: #0b497b;
}
#menu-3rd a {
	color: #FFF;
	font-size: 12pt;
}

@media (max-width: 640px) {
	#menu-3rd {
		display: block;
		margin-top: 30px !important;
	}
	#menu-3rd > * {
		display: block;
		width: 100% !important;
		border-left: none;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
	}
	#menu-3rd > *:first-child {
		border-top: none;
	}
}

/**
 * Board
 */

.bo_fx {
	margin: 25px 0;
}
.bo_sch_wrap {
	display: block;
	position: relative;
}
.bo_sch {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	max-height: 100%;
	margin: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	max-width: 50%;
	float: right;
}
.bo_sch h3,
.bo_sch .bo_sch_cls {
	display: none;
}
.bo_sch form {
	padding: 0;
	font-size: 0;
}
.bo_sch form > * {
	display: inline-block;
	vertical-align: top;
}
.bo_sch #sfl,
.bo_sch .sch_bar {
	position: relative;
	font-size: 0.75rem;
	box-shadow: none;
}
.bo_sch #sfl {
	width: 37%;
	margin: 0 1% 0 2%;
	border-radius: 0;
	/*
    border-top: none;
    border-left: none;
    border-right: none;
    padding-right: 40px;
    */
}
.bo_sch .sch_bar {
	width: 60%;
	margin: 0;
}
.bo_sch .sch_input {
	width: 100%;
	padding: 0 40px 0 5px;
	height: 29px;
}
.bo_sch .sch_btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 29px;
}

.file_del input[type="checkbox"] {
	display: inline-block;
	width: 21px;
	height: 21px;
	appearance: auto !important;
	-webkit-appearance: auto !important;
	-moz-appearance: auto !important;
	vertical-align: middle;
}

.file_del input[type="checkbox"]:checked + label {
	display: inline-block;
	color: #FFF;
	border-radius: 3px;
	background-color: rgb(217, 15, 15);
	padding: 0 10px;
	line-height: 21px;
	vertical-align: middle;
}

.vision_box {
	border: 1px solid #eee;
	background-color: #fcfcfc;
	padding: 20px 30px;
}
.vision_box h2 {
	text-align: left !important;
	font-size: 18px !important;

	font-weight: 500;
	color: #f9a11b;
	margin-bottom: 10px !important;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}
.vision_box p {
	font-size: 22px;
}
.stepbox .img-full img {
	border: 1px solid #eee;
}



.schedule-box {
	background-color: #FFF;
	padding: 15px;
	box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
}
.schedule-box .box-blue {
	background-color: #0066B8;
	color: #FFF;
	font-weight: 500;
	font-size: 13pt;
	line-height: 40px !important;
	text-align: center;
	margin-bottom: 25px;
}
.schedule-box .sns {
	text-align: center;
	padding-bottom: 15px;
}
.schedule-box .sns a {
	display: inline-block;
	margin: 0px 4px;
}

.schedule {
	display: block;
	width: 90%;
	margin-top: 35px;
}
.schedule-box .schedule {
	margin: 0px auto;
}
@media (max-width: 1100px) {
	.schedule {
		margin: 0px auto;
	}
}
.schedule li {
	font-size: 19pt;
	font-weight: 500;
	border-bottom: 1px solid #B9B9B9;
	margin-bottom: 25px;
}
.schedule li small {
	display: block;
	color: #0066B8;
	font-size: 13pt;
	margin: 5px 0px 10px;
}
.schedule li small .icon {
	top: -2px;
}
.schedule li small .divide:before {
	content: '|';
	position: relative;
	display: inline-block;
	margin: 0px 5px;
	font-weight: 300;
	font-size: 10pt;
	top: -2px;
}


.top_bottom ul>li {
	margin: 0 !important;
	padding: 0 !important;
}
.top_bottom .right {
	/* border: 1px solid #c7dabf; */
	border-left: 0;
	background-color: #6b765e;
	color: #fff;
	text-align: center;
}
.top_bottom .right span {
/* font-family: 'Nanum Myeongjo', serif !important; */

}
.top_bottom .right span.satop {
	font-family: 'East Sea Dokdo', cursive !important;
}

.tap-banner li {
	margin:0 !important;
	padding: 20px 30px;
	text-align: center;
	border: 1px solid #ccc;
	width: 20% !important;
	border-right: 0;
}
.tap-banner li:nth-child(4) {
	border-right: 1px solid #ccc;
		background-color: #fafafa;
	width: 40% !important;
}
.tap-banner li:nth-child(2) {
	background-color: #fafafa;
}
.tap-banner li .tap_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tap-banner li h5 {
	font-size: 1.5em;
}
.tap-banner li h6 {
	font-size: 1.3em;
	color: #004e66;
	position: relative;
}
.tap-banner li h6::before {
	content: '▷';
	position: absolute;
	left: -30px;
color: #ccc;
}
/* .tap-text img {
	border-radius: 10px;
} */
#addon-contents-14.tap-text .left,
#addon-contents-16.tap-text .left,
#addon-contents-18.tap-text .left {
	padding: 0 50px !important;
	vertical-align: middle !important;
}
#addon-contents-15.tap-text .right,
#addon-contents-17.tap-text .right {
	padding: 0 50px !important;
	vertical-align: middle !important;
}
#addon-contents-14.tap-text .left *,
#addon-contents-16.tap-text .left * ,
#addon-contents-18.tap-text .left * ,
#addon-contents-15.tap-text .right *,
#addon-contents-17.tap-text .right * {
	word-break: break-all !important;

}


.menuinner {
	width: 50%;
	display: inline-block;
	text-align: center;
	padding: 10px 0;
}
.menuin01 {
	background-color: #439ADE;
	float: left;
}
.menuin02 {
	background-color: #1D4491;
	float: left;
}
.menuin03 {
	/* clear: both; */
	/* display: block; */
	/* width: 100%; */
	background-color: #0f9d58;
	float: left;
}
.menuin04 {
	/* clear: both; */
	/* display: block; */
	/* width: 100%; */
	background-color: #ff0000;
	float: left;
}
.cleth {
	clear: both;
}
.greeting_title {
	font-size: 32pt;
}
.taptitle {
	font-size: 30pt;
}
@media(max-width: 680px) {
	.td_name, th.nametop {
		display: none !important;
	}
	#addon-contents-8.church_vision {
		padding-top: 20px;
		padding-bottom: 0;
	}
	#addon-contents-9.church_vision {
		padding-top:10px;
		padding-bottom: 20px;
	}
	#addon-contents-9.church_vision .right {
		margin-bottom: 20px;
	}
	#addon-contents-10.church_vision {
		padding-bottom: 20px;
		padding-top: 0;
	}
	#addon-contents-2.church_vision li {
		font-size: 20px !important;
		margin-bottom: 10px;
	}
	.greeting_title {
		font-size: 20pt;
	}
	.greeting_sign {
		max-width: 80px;
	}
	#addon-contents-2.senior_pastor_greeting .right {
		margin-top: -150px;
	}
	.server table td {
		width: 100% !important;
	}
	#addon-contents-4.worship_guide {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#addon-contents-2.new_family li * {
		word-break:break-all;
	}
	.taptitle {
		font-size: 20pt;
	}
	#addon-contents-14.tap-text .left,
	#addon-contents-16.tap-text .left,
	#addon-contents-18.tap-text .left {
		padding: 0 10px !important;
	}
	#addon-contents-15.tap-text .right,
	#addon-contents-17.tap-text .right {
		padding: 0 10px !important;
	}
	#addon-contents-10.ministry_of_education  img,
	#addon-contents-10.english_ministry  img {
		width: 100%;
	}

	#addon-contents-9.church_vision .common-width,
	#addon-contents-15.tap-text .common-width,
	#addon-contents-17.tap-text .common-width {
		display: flex;
		flex-direction: column-reverse;
	}
	#addon-contents-14.tap-text,
	#addon-contents-15.tap-text,
	#addon-contents-16.tap-text,
	#addon-contents-17.tap-text,
	#addon-contents-18.tap-text  {
		padding-top: 0;
	}
#addon-contents-17.tap-text .left img {
	margin-top:20px;
}
	#addon-contents-27.top_bottom {
		padding-bottom: 0;
	}
	#addon-contents-27.top_bottom .right p:last-child {
		padding-bottom: 50px;
	}
	#addon-latest-28.top {
		display: none;
	}
}

#addon-contents-4.gift img,
#addon-contents-4.creed img {
	display: inline-block;
	position: relative;
}
#addon-contents-4.gift img::after,
#addon-contents-4.creed img::after  {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	top: 0;
	left: 0;
	z-index: 1500;
}


.gbtop, .gbbottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gbtleft {
	width: 30%;
}
.gbtright {
	width: 69%;
}
.gb2 {
	width: 50%;
}

.gbtleft h3 {
	font-size: 30px !important;
	font-weight: 500;
	color: #000;
}
.gbtleft p {
	font-size: 20px !important;
	font-weighT: 300;
	color: #555;
}
.gbtright {
	font-size: 17px !important;
	font-weight: 400;
	color: #000;
}
.gb2 h2 {
	font-size: 20px !important;
	font-weighT: 400;
	color: #47b8e0;
	margin-bottom: 10px !important;
	text-align: left !important;
	margin-top: 20px;
}
.gbbottom {
	margin-top: 30px;
}
.gb2 h2 > * {
	border-bottom: 0 !important;
}
.gb2 li {
	font-size: 15px;
	color: #555;
	text-align: left !important;
}


@media(max-width: 680px){
	.gbtleft, .gbtright, .gb2 {
		width: 100%;
	}
	.gbtleft h3 {
		font-size: 20px !important;
	}
	.gbtleft p {
		font-size: 15px !important;
	}
	.gbtright {
		font-size: 13px !important;
	}
	.gb2 h2 {
		font-size: 15px !important;
	}
	.gb2 li {
		font-size: 13px;
	}
	.gbtop {
		padding-top: 30px;
	}
}

.worship_title {
	font-size: 30px !important;
	font-weight: 500;
	color: #000;
	margin-top: 100px;
	text-align: left !important;
}
.worship_title::before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 30px;
	background-color: #fdd371;
	margin-right: 10px;
	vertical-align: middle;
	margin-top: -2px;
}
.worship_img img {
	max-width: 100%;
}

.creedtable {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 !important;
	/* border-bottom: 1px solid #ccc;
	padding-bottom:  50px;
	padding-top: 50px; */
}
.creedtable>dt {
	width: 40%;
}
.creedtable>dd {
	width: 55%;
}
.creedtable>dt img {
	width: 100%;
}
.creedtable h1 {
	/* letter-spacing: -1px; */
	color: #f9a11b;
	font-size: 18px !important;
	font-weight: 300 !important;
	margin-top: 20px;
}
.creedtable span {
	letter-spacing: -1px;
	color: #000;
	font-size: 22px;
}
.creedtable ul {
	margin-top: 20px;
	font-size: 18px;
}
.creedtable li::before {
	content: '·';
	margin-right: 4px;
}
.gb2 li a {
	color: #999;
	font-weight: 300;
}
@media(max-width: 680px){
	.worship_title {
		font-size: 20px !important;
		margin-top: 50px;
	}
	.creedtable>dt,
	.creedtable>dd {
		width: 100%;
	}
	.creedtable br {
		display: none;
	}
	.creedtable h1 {
		margin-top: 0;
		font-size: 14px !important;
		line-height: 150% !important;
		margin-bottom: 5px;word-break: break-word;
	}
	.creedtable>dd {
		width: 100%;
		padding-bottom: 100px;
	}
	.creedtable span {word-break: break-word;
	}
}

.about_topbg {
	text-align: center;
	background-image: url('https://crownministry.org/068lbc/data/image/20212709/3537834593__c600636e43135a67097fca57486d9070f99d5300.jpg');
	background-size: cover;
	background-position: 50% 50%;
	padding: 80px 0;
	font-family: 'Nanum Pen Script', cursive !important;
	font-size: 35px;
	line-height: 140% !important;
}
.about_topbg span {
	color: #102552;
	font-family: 'Nanum Pen Script', cursive !important;
}
.about_toptxt {
	position: relative;
	font-size: 37px;
	font-weight: 400;
	margin-bottom: 50px;
	letter-spacing: -1px;
	line-height: 150% !important;
}
.worship_guide .about_toptxt,
.ministry .about_toptxt,
.church_vision .about_toptxt {
text-align: center;
}
/* .about_toptxt::before {
	content: '';
	position: absolute;
	width: 100px;
	height: 1px;
	background-color: #ccc;
	margin-bottom: 10px;
	bottom: 100%;
	left: 0;
} */
.about_toptxt span {
	font-weight: 300;
	font-size: 18px;
	color: #999;
	letter-spacing: -1px;
}
.about_txt {
	font-size: 22px;
	font-weight: 300;
	letter-spacing: -1px;
	margin-bottom: 100px;
	line-height: 180% !important;
}
.worship_guide .about_txt,
.ministry .about_txt,
.church_vision .about_txt {
text-align: center;
}
.worship_guide .about_txt {
	line-height: 120% !important;
}
.church .about_txt {
	font-size: 19px;
}
.about_txt span {
	color: #102552;
	font-weight: 500;
	letter-spacing: -1px;
}
.church .about_txt span.specialtitle {
	font-size: 30px;
	display: inline-block;
	margin-bottom: 10px;
}
.church .about_txt span.pointtext {
	background-color: rgba(81,123,210,0.1);
	color: #000;
	padding: 0 3px;
	display: inline-block;
	font-weight: 400;
}
.about_img {
	margin-bottom: 0px;
	text-align: center;
}

.about_img img {
	max-width: 100%;
}
@media(max-width: 680px){
	.church_vision .about_img:first-child {
		max-width: 60%;
		margin: 0 auto;
	}
	.about_topbg {
		padding: 50px 0;
		font-size: 30px;
	}
	.about_toptxt {
		font-size: 28px;
		line-height: 140% !important;
		margin-bottom: 20px;
	}
	.about_toptxt span {

		display: inline-block;
		line-height: 140% !important;
		margin-top: 10px;
	}
	.about_txt {
		font-size: 14px;
		font-weight: 300;
		letter-spacing: -1px;
		line-height: 160% !important;
		margin-bottom: 30px;
	}
	.church .about_txt span.specialtitle {
		font-size: 18px;
	}
	.church .about_txt {
		font-size: 14px;
	}
	.church .about_txt span.pointtext {
		display: inline;
	}
}
.lbline_s {
	width: 1px;
	height: 60px;
	background-color: #ccc;
	margin: 20px auto;
}
.sublistingtitle {
	font-size: 30px;
	color: #1c3b82;
	font-weight: 400;
}
.sublistingtitle::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 28px;
	background-color: #1c3b82;
	margin-right: 12px;
	vertical-align: middle;
	margin-top: -6px;
}
.subnormaltitle {
	margin-top: 10px;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: -1px;
	color:#000;
}
.subnormaltitle span {
	color: #257693;
}
.subnormaltxt {
	margin-top: 5px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -1px;
	color:#777;
}
.sublinee {
	margin: 20px 0 !important;
}
.sublistingbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.sublistingbox div {
	width: 19%;
	/* border: 1px solid #ccc; */
	background-color: #fff;
}
.listinginner p {
	padding: 20px;
	font-size: 17px;
	color: #000;
	line-height: 160% !important;
	letter-spacing: -1px;
}
.listinginner span.bottominner {
	font-size: 14px;
	font-style: italic;
	color:#555;
	display: inline-block;
	margin-top: 10px;
}
.listinginner span.pointerinner {
	font-weight: 600;
	letter-spacing: -1px;
}
.listinginner img {
	width: 100%;
}
@media(max-width: 680px){
	.sublistingbox div {
		width: 100%;
	}
	.sublistingtitle {
		font-size: 20px;
	}
	.subnormaltitle {
		font-size: 15px;
	}
	.subnormaltxt {
		font-size: 13px;
	}
	.listinginner {
		margin-bottom: 20px;
	}
}


.staff_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.staff_left {
	width: 40%;
	text-align: center;
	/* background-color: #eee; */
}
.staff_txt h1 {
	margin-top: 30px;
	font-weight: 600;
	font-size: 30px;
}
.staff_txt h3 {
	line-height: 120% !important;
	color: #999;
	font-weight: 300;
}
.staff_left img {
	max-width: 80%;
}
.staff_right {
	width: 55%;
	font-size: 15px;
}
.staff_right p {
	font-weight: 300;
}
.staff_right h4 {
	margin-bottom: 10px;
	font-size: 25px !important;
	color: #174f94;
	letter-spacing: -1px;
}
.staff_right>div {
	clear: both;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.staff_info {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding-top: 30px;
	margin-bottom: 80px !important;
	background-image: url('http://crownministry.org/068lbc/data/image/20212709/2105869093__4bb14f7e38b36ce6472ef85fba19518e1747e054.jpg');
	background-size: cover;
	justify-content: center;
}
.staff_info i {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #174f94;
	text-align: center;
	color: #fff;
	line-height: 40px !important;
	font-size: 20px;
	border-radius: 50%;
	margin-right: 10px;
}
.staff_info>div {
	width: 40%;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
}
.staff_info>div:hover {
	color: #174f94;
	/* background-color: #fafafa; */
}
.staff_info>div:hover i {
	color: #fff;
}
.staff_info>div:first-child {
	border-right: 1px solid #eee;
	padding-right: 20px;
}
.msbox {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #eee;
	padding: 30px;
	margin-bottom: 30px;
	background-color: #fdfdfd;
}
.ms_left {
	width: 38%;
}

.ms_right {
	width: 60%;
	padding: 30px 10px 30px 70px;
}
.ms_left img {
	max-width: 100%;
}
.ms_right h3 {
	font-size: 20px !important;
	color: #000;
	margin-bottom: 10px;
}
.ms_right h3  span {
	font-size: 30px !important;
	font-weight: 600;
	coloR: #1c3b82;
}
.ms_right h5 {
	font-size: 18px;
	font-weight: 300;
	color: #888;
	margin-bottom: 50px;
}
.ms_right p {
	font-size: 15px;
	color: #000;
}
.ms_right p.ms_point {
	line-height: 190% !important;
}
.ms_right p span {
	color: #777;
}
@media(max-width: 680px){
	.ms_left,.ms_right {
		width: 100%;
		padding: 0;

	}
	.staff_left, .staff_right {
		width: 100%;
	}
	.staff_info {
		margin-top: 30px;
		padding: 30px 20px 20px;
		background-position: right;

	}
	.staff_info>div {
		text-align: left;

	}
		.staff_info>div:first-child {
			margin-bottom: 20px;
		}
	.staff_info>div {
		width: 100%;
	}
}
.ms_bottom h5 {
	font-size: 30px;
}
.education .ms_bottom h5 {
	font-size: 25px;
}
.submitarea {
	display: flex;
	flex-wrap: wrap;
	padding: 35px;
	border: 1px solid #ccc;
	background-color: #fff;
	align-items: center;
	margin-top: 70px;
}
.sub_left {
	width: 70%;
	font-size: 20px;
}
.sub_right {
	width: 30%;
	text-align: right;
}
.sub_right a {
	display: inline-block;
	paddinG: .8rem 2rem;
	background-color: #1c3b82;
	color: #fff;
	font-size: 18px;
}
.sub_right a:hover {

	background-color: #000;
}
.ms_bottom h5 {
	border-left: 10px solid #1c3b82;
	padding-left: 20px;
	color: #1c3b82;
	margin-bottom: 50px;
}
.ms_bottom p {
	font-size: 17px;
	margin-bottom: 10px;
}
.ms_bottom p span {
	background-color: #f3e9b1;
}
.ms_bottom h4 {
	color: #e62951;
	font-size: 26px !important;
	font-weight: 400;
	margin-bottom: 30px;
	letter-spacing: -1px;
}
.ms_bottom h4.h44 {
	color:#1c3b82;
	text-align: center;
	margin-bottom: 40px;
}
.education .about_toptxt {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 70px;
}




.edubox {
	text-align: left !important;
	font-size: 18px;
	padding: 70px 50px;
	background-image: url('https://crownministry.org/068lbc/data/image/20212709/3537834593__f363b56f4045659430ded4aecd66aefdcbe703c8.jpg');
	background-size:cover;
	background-position: 50% 50%;
	color: #fff;
	font-weight: 300;
	letter-spacing: -1px;
	margin: 20px 0 100px;
}
.edubox.offeringbox {
	background-image: url('https://crownministry.org/068lbc/data/image/20210210/1995118783__5d24c9a58ce9b3aa7cc3810097c6067171b465aa.jpg');
}

.edubox span {
	font-size: 25px;
	letter-spacing: -1px;
}
.educard, .praycard {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.praycard {
	justify-content: flex-start;
	margin: 70px 0;
}
.praycard h6 {
	font-size: 20px;
	color :#1c3b82;
}
.praycard p {
	font-size: 25px;
	margin-top: 10px;
	font-weight: 500;
}
.caregiving .praycard p {
	font-size: 16px;
}
.caregiving .praycard>div {
	margin-bottom: 20px;
}
.educard>div {
	width: 32%;
}
.praycard>div {
	border: 2px dotted #eee;
	background-color: #fdfdfd;
	width: 200px;
	height: 200px;
	text-align: center;
	border-radius: 50%;
	margin-right: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.educard>div img {
	max-width :100%;
}
.ec_inner {
	padding: 20px;
	background-color: #fff;
	text-align: left;
	min-height: 235px;
}
.ec_inner h2 {
	font-size: 17px !important;
	margin: 0px !important;
	color :#1c3b82;
	text-align: left !important;
}
.ec_inner h3 {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: -1px;
	color: #000;
	line-height: 150% !important;
}
.ec_inner h4  {
	font-size: 15px !important;
	color :#888;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}
.ec_inner p {
	font-size: 14px;
	margin-top: 15px;
}
@media(max-width:680px){
	.ms_bottom h5 {
		font-size: 20px;
	}
	.ms_bottom h4 {
		font-size: 18px !important;
		line-height: 150% !important;
	}
	.edubox {
		font-size: 14px;
		padding: 60px 20px;
		background-position: 80% 50%;
		margin: 20px 0 50px;
	}
	.edubox span {
		font-size: 19px;
	}
	.educard>div {
		width: 100%;
		margin-bottom: 20px;
	}
	.praycard>div {
		margin: 0 auto;
			margin-bottom: 20px;
	}
	.education .ms_bottom h5 {
		font-size: 19px;
	}
	.ms_bottom h5 {
		margin-bottom: 20px;
	}
	.ms_bottom p {
		font-size: 14px;
	}
	.sub_left, .sub_right {
		width: 100%;
		text-align: center;
	}
	.sub_left {
		font-size: 15px;
		margin-bottom: 10px;
	}
	#addon-contents-4.education {
		padding: 50px 0 !important;
	}
	.ec_inner h4  {
		font-size: 13px !important;
		color :#888;
		border-bottom: 1px solid #ddd;
		padding-bottom: 5px;
	}
	.msbox {
		padding: 13px;
	}
	.ms_right h3 {
		font-size: 15px !important;
		margin-top: 15px;
	}
	.ms_right h3 span {
		font-size: 19px !important;
	}
	.ms_right h5 {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.ms_right p {
		font-size: 13px;
	}
	#addon-contents-2.ministry {
		padding: 30px 0 50px !important;
	}
	#addon-contents-3.ministry {
		padding: 50px 0 !important;
	}
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.church_vision .video-container {
	margin: 80px 0 100px;
}

.tithelyicon {
	max-height: 50px;margin-right: 10px;
}
.autoicon {
	max-height: 50px;margin-right: 10px;
}
.ms_list a {
	background-color: #fafafa;
	border: 1px solid #eee;
	border-radius: 20px;
	padding: 0.8rem 1.5rem;
	display: inline-block;
	font-size: 20px;
	color: #555;
}
.ms_list a:hover {
	background-color: #f1f1f1;
	box-shadow: inset 2px 2px 5px #ddd;
	color: #222;
}

.ms_list span {
	font-weight:500;
	color: #000;
}

.ms_list.phonelist span {
	background-color: rgba(0,0,0,0);
	color:#4571ad;
}
@media(max-width: 680px){
	.tithelyicon , .autoicon {
		max-height: 30px;margin-right: 5px;
	}
	.ms_list a {
		font-size: 15px;
		padding: .6rem 1rem;
	}

}

/* .latest_image .owl-nav > * {
	background-color: rgba(30,38,86,0.7) !important;
}
.latest_image .owl-nav > *:hover {
	background-coloR: #1E2656 !important;
} */
