@charset "utf-8";

@import url(//fonts.googleapis.com/earlyaccess/jejuhallasan.css);

@font-face {
	font-family: 'BinggraeTaom';
	src: url('./font/BinggraeTaom.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'InkLipquid';
	src: url('./font/InkLipquid.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

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
 */

#container #page-title {
	font-size: 2.5em;
	font-weight: 600;
	text-align: center;
	margin-top: 80px;
}

/*
#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 {
	max-width: 1200px !important;
	padding: 0;
}

#sub-page .underline {
	display: inline-block;
	text-decoration: underline !important;
}

#sub-page .edit-page {
	position: absolute;
	display: block;
	top: 0;
	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;
}

.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(i) {
	font-weight: 400;
}
#sub-page dt,
#sub-page dt *,
#container_wr dt,
#container_wr dt * {
	font-weight: 500 !important;
}
#sub-page dt,
#container_wr dt {
	position: relative;
	padding: 0 0 10px;
	line-height: 29px;
	font-size: 21pt;
	color: #000;
	font-weight: 600 !important;
}
#sub-page dt {
	line-height: 150%;
	color: #287f55;
}
#sub-page dt .big {
	font-size: 1.1em;
	line-height: 130%;
}
#sub-page dt .big2 {
	font-size: 1.8em;
	line-height: 130%;
}
#sub-page dd,
#container_wr dd {
	position: relative;
	font-weight: 400;
	line-height: 180%;
	font-size: 13pt;
	color: #484848;
}
#sub-page dd .big {
	font-size: 1.2em;
}
#sub-page dd .big2 {
	font-size: 1.4em;
}
#sub-page dd .small {
	display: inline-block;
	font-size: 10.5pt;
	color: #a2a2a2;
}
#sub-page dd .dot:after {
	content: '.';
	position: relative;
	display: inline-block;
	margin-right: 4px;
	top: -5px;
}
#sub-page dd [class^="before-dot"]:before {
	content: '.';
	position: relative;
	display: inline-block;
	margin-right: 4px;
	top: -5px;
}
#sub-page .before-dot-blue:before {
	color: #287f55;
	font-weight: 800;
	font-size: 1.5em;
	top: -7px !important;
}
#sub-page .before-dot-blue.before-dot-padding {
	position: relative;
	padding-left: 15px;
}
#sub-page .before-dot-blue.before-dot-padding:before {
	position: absolute;
	left: 0;
}
#sub-page dd .small.padding {
	padding:  0 0 0 10px !important;
}
@media (max-width: 1024px) {
	#sub-page dt,
	#container_wr dt {
		line-height: 35px;
		font-size: 13pt;
	}
	#sub-page dd ,
	#container_wr dd {
		line-height: 28px;
		font-size: 11pt;
	}
	#sub-page dd .big {
		font-size: 13pt;
	}
	#sub-page dd .big2 {
		font-size: 14pt;
	}
	#sub-page dd .small {
		font-size: 10pt;
	}
}

#sub-page .divide-line {
	width: 100%;
	height: 1px;
	background-color: #eaeaea;
	margin: 10px 0;
}

#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;
	}
}

#container_wr.index hr,
.hr,
#sub-page hr {
	border: none;
	height: 30px;
	display: block;
	margin: 0;
}
#sub-page hr.light {
	height: 15px;
	margin: 0;
}
#sub-page hr.thin {
	height: 8px;
	margin: 0;
}
@media (max-width: 760px) {
	#sub-page hr {
		height: 10px;
	}
	#sub-page hr.light {
		height: 8px;
	}
	#sub-page hr.thin {
		height: 5px;
	}
}

#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;
	background-color: #FED325;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	vertical-align: middle;
}
#sub-page .icon i,
#sub-page .icon .glyphicon {
	position: absolute;
	color: #000;
	font-size: 14pt;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#sub-page .icon .glyphicon {
	font-size: 12pt;
}

#sub-page .info {
	position: relative;
	top: 6px;
}

.text-light-gray {
	color: #aaaaa8 !important;
}
.text-gray {
	color: #838381 !important;
}
.text-dark-gray {
	color: #535353 !important;
}
.text-green {
	color: #429406;
}
.text-light-green {
	color: #c5d841;
}
.text-orange {
	color: #f99d2e;
}
.text-light-blue {
	color: #287f55 !important;
}
.text-blue {
	color: #2D3290 !important;
}
.text-dark-blue {
	color: #233375 !important;
}
.text-dark-blue2 {
	color: #38406a !important;
}
.text-red {
	color: #D71921 !important;
}
.text-white,
.text-white-all,
.text-white-all * {
	color: #FFF !important;
}
.text-brown {
	color: #906d03 !important;
}
.text-dark-brown {
	color: #796f58 !important;
}
.text-black,
.text-black-all,
.text-black-all * {
	color: #000 !important;
}
.text-yellow {
	color: #FED325 !important;
}
.font-en {
	font-family: 'Dhurjati', sans-serif !important;
}
.font-brush {
	font-family: 'Nanum Brush Script', cursive !important;
}
.font-pen {
	/*font-family: 'Nanum Pen Script', cursive !important;*/
	font-family: 'InkLipquid' !important;
}
.font-covered {
	font-family: 'Covered By Your Grace', cursive !important;
}
.font-dokdo {
	font-family: 'East Sea Dokdo', cursive !important;
}

#sub-page .text-box {
	position: relative;
	padding: 50px 60px 40px;
	margin-top: 20px;
	background-color: #f4f4f4;
	color: #000;
}
#sub-page .text-box .light-brown {
	background-color: #FBF8EC;
}
#sub-page .text-box .title {
	position: absolute;
	height: 40px;
	line-height: 40px;
	background-color: #FED325;
	padding: 0 25px;
	top: -20px;
	left: 40px;
	border-radius: 40px;
	color: #000;
	font-size: 0.9em;
}
@media (max-width: 1024px) {
	#sub-page .text-box {
		padding: 35px 25px 25px;
	}
	#sub-page .text-box .title {
		left: 25px;
	}
}

#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: 400;
}
#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 table {
	width: 100%;
	border: 1px solid #DADADA;
}
#sub-page table.auto {
	width: auto;
}
#sub-page table th,
#sub-page table td {
	border: 1px solid #DADADA;
	padding: 15px;
	text-align: center;
}
#sub-page table thead th {
	text-align: center;
	background-color: #287f55;
	border-color: #FFF;
	color: #FFF;
	font-size: 1.1em;
}
#sub-page table tbody th {
	font-size: 1.1em;
	background-color: #F7F7F7;
}
#sub-page table.red th {
	color: #FFF;
	background-color: #D71921;
}
#sub-page table td {
	font-size: 0.95em;
	text-align: center;
}
#sub-page table tr > th:first-child,
#sub-page table tr > td:first-child {
	border-left-width: 0;
}
#sub-page table tr > td:first-child {
	color: #000;
}
#sub-page table tr > th:last-child,
#sub-page table tr > td:last-child {
	border-right-width: 0;
}
@media (max-width: 640px) {
	#sub-page table th,
	#sub-page table td {
		font-size: 10pt !important;
		word-break: break-word;
		padding: 5px;
	}
}

#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;
	}
}

#sub-page .divide-3 {
	font-size: 0;
}
#sub-page .divide-3 > * {
	display: inline-block;
	width: 26%;
	vertical-align: top;
	font-size: 0.75rem;
	margin-left: 11%;
}
#sub-page .divide-3 > *:first-child,
#sub-page .divide-3 > *:nth-of-type(3n+1) {
	margin-left: 0;
}
#sub-page .divide-3 > * img {
	width: 100%;
}
@media (max-width: 640px) {
	#sub-page .divide-3 > * {
		width: 100% !important;
		margin-left: 0 !important;
		margin-top: 20px;
	}
	#sub-page .divide-3 > *:first-child {
		margin-top: 0;
	}
}

#sub-page .divide-4 {
	font-size: 0;
}
#sub-page .divide-4 > * {
	display: inline-block;
	font-size: 14pt;
	width: 24.25%;
	margin: 1% 1% 0 0;
}
#sub-page .divide-4 > *:nth-of-type(4n) {
	margin-right: 0;
}
#sub-page .divide-4 > *:nth-of-type(1),
#sub-page .divide-4 > *:nth-of-type(2),
#sub-page .divide-4 > *:nth-of-type(3),
#sub-page .divide-4 > *:nth-of-type(4) {
	margin-top: 0;
}
@media (max-width: 640px) {
	#sub-page .divide-4 > * {
		width: 100%;
		margin: 1% 0 0 !important;
	}
	#sub-page .divide-4 > *:first-child {
		margin-top: 0 !important;
	}
}

.align-center,
.align-center-all,
.align-center-all * {
	text-align: center !important;
}
.align-left {
	text-align: left !important;
}
.align-right {
	text-align: right !important;
}

#sub-page [class^='grid'] {
	display: grid;
}
#sub-page [class^='grid'] > * {
	display: flex;
	flex-direction: column;
}
#sub-page .grid-2 {
	grid-template-columns: 1fr 1fr;
}
#sub-page .grid-3 {
	grid-template-columns: 1fr 1fr 1fr;
}
#sub-page .grid-3.auto {
	grid-template-columns: auto auto auto;
}
#sub-page .grid-4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
#sub-page .grid-5 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
#sub-page .grid-6 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
#sub-page [class^='grid'] .col-no-2 {
	grid-column: 2;
}
#sub-page [class^='grid'] .row-no-1-span-2 {
	grid-row: 1 / span 2;
}
@media (max-width: 640px) {
	#sub-page .grid-2,
	#sub-page .grid-3,
	#sub-page .grid-4,
	#sub-page .grid-5,
	#sub-page .grid-6 {
		grid-template-columns: 1fr;
		grid-row-gap: 10px;
	}
	#sub-page [class^='grid'] .col-no-2 {
		grid-column: inherit;
	}
	#sub-page [class^='grid'] .row-no-1-span-2 {
		grid-row: inherit;
	}
}

#sub-page .word {
	color: #FED325;
	font-size: 3em;
	/*font-family: 'Sue Ellen Francisco', cursive;*/
	font-family: 'Shadows Into Light', cursive;
}
#sub-page .word.ko,
#board_list .word.ko {
	font-family: 'Nanum Brush Script', cursive;
}

.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;
}

#sub-page .greeting dt {
	padding-top: 0;
}
#sub-page .greeting dt .big {
	word-break: keep-all;
	margin-bottom: 10px;
}
#sub-page .font-pen {
	position: relative;
	display: inline-block;
	top: 5px;
	font-size: 2.8em;
}

#sub-page .worship_guide .grid-3 {
	grid-column-gap: 15px;
}
#sub-page .worship_guide .grid-3 > * {
	border: 1px solid #DADADA;
	text-align: center;
	font-size: 0.95em;
}
#sub-page .worship_guide .grid-3 > * > div {
	padding-bottom: 20px;
}
#sub-page .worship_guide .grid-3 .title {
	background: rgb(64,100,220);
	background: linear-gradient(157deg, rgba(64,100,220,1) 0%, rgba(100,89,226,1) 39%, rgba(131,68,226,1) 67%, rgba(131,68,226,1) 100%);
	color: #FFF;
	line-height: 55px;
	font-size: 1.2em;
	font-weight: 500;
}
#sub-page .worship_guide .grid-3 .icon {
	display: block;
	background-color: #FFF;
	width: auto;
	height: auto;
	margin: 20px 0;
}
@media (max-width: 640px) {
	#sub-page .worship_guide .content {
		padding: 0;
	}
}

#sub-page .pastoral_vision .grid-2 {
	grid-template-columns: auto auto;
	grid-template-rows: 1fr;
}
#sub-page .pastoral_vision .grid-2 > * {
	justify-content: center;
}
#sub-page .pastoral_vision .grid-2 .big {
	padding-left: 20px;
}

#sub-page .pastoral_vision .grid-5 {
	grid-column-gap: 20px;
}
#sub-page .pastoral_vision .grid-5 .icon {
	position: relative;
	width: 125px;
	height: 125px;
	border-radius: 50%;
	background-color: #FED325;
	margin: 0 auto 20px;
}
#sub-page .pastoral_vision .grid-5 .icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#sub-page .pastoral_vision .grid-5 .no {
	font-size: 1.1em;
}
@media (max-width: 640px) {
	#sub-page .pastoral_vision .grid-5 {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr;
		grid-row-gap: 20px;
	}
}

#sub-page .server .box,
#sub-page .training_ministry .box,
#sub-page .missionary_introduction .box {
	display: block;
	line-height: 55px;
	text-align: center;
	border: 1px solid #ccc;
}
#sub-page .server [class^='stage-'] li {
	/*text-align: center;*/
}
#sub-page .server [class^='stage-'] .thumb img {
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
#sub-page .server [class^='stage-'] .name {
	font-size: 1.2em;
	color: #000;
	font-weight: 500;
	margin: 20px 0 5px;
}
#sub-page .server [class^='stage-'] .explain,
#sub-page .server [class^='stage-'] .info,
#sub-page .server [class^='stage-'] .info * {
	line-height: 150% !important;
	white-space: nowrap;
}
#sub-page .server [class^='stage-'] .explain,
#sub-page .server [class^='stage-'] .info,
#sub-page .server [class^='stage-'] .info *:not(i) {
	color: #484848;
	font-size: 0.9em;
}
#sub-page .server [class^='stage-'] .info i {
	width: 18px;
	text-align: center;
	color: #287f55;
	margin-right: 5px;
}
@media (max-width: 640px) {
	#sub-page .server [class^='stage-'] dd {
		text-align: center;
	}
	#sub-page .server [class^='stage-']:not(.stage-3) ul {
		padding-bottom: 20px;
	}
	#sub-page .server [class^='stage-'] .name {
		font-size: 1.3em;
	}
	#sub-page .server [class^='stage-'] .explain,
	#sub-page .server [class^='stage-'] .info,
	#sub-page .server [class^='stage-'] .info *:not(i) {
		font-size: 1em;
	}
}

#sub-page .way_to_come {
	overflow: inherit !important;
}
#sub-page .way_to_come .title dt div {
	font-weight: 700 !important;
	font-size: 1.3em;
	line-height: 130% !important;
}
#sub-page .way_to_come .title dt div small {
	display: block;
	font-size: 0.45em;
	font-weight: 400 !important;
	color: #6A6A6A;
}
#sub-page .way_to_come.welcome .right .iframe-wrap {
	padding-bottom: 85%;
}
#sub-page .way_to_come.welcome .grid-2 {
	grid-template-columns: auto auto;
	grid-column-gap: 15px;
	grid-row-gap: 7px;
	font-size: 0.9em;
}

#sub-page .new_family .left {
	cursor: inherit;
}
#sub-page .new_family .left * {
	color: #FFF;
}
#sub-page .new_family .left dl {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#sub-page .new_family .left dd > div {
	font-size: 1.2em;
	font-weight: 500;
}
#sub-page .new_family .left:hover .inner-text {
	background-color: rgba(0, 0, 0, 0);
	cursor: inherit;
}
#sub-page .new_family .left-border {
	position: relative;
	white-space: nowrap;
	padding-left: 12px;
}
#sub-page .new_family .left-border:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	bottom: 3px;
	width: 4px;
	background-color: #287f55;
}
#sub-page .new_family .left-border small {
	display: block;
	font-size: 8pt;
}
#sub-page .new_family .right .before-dot-blue:before {
	top: -4px !important;
}
#sub-page .new_family .right .grid-4 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 70px;
	min-height: 320px;
}
#sub-page .new_family .right .grid-4 > * {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#sub-page .new_family .right .grid-4 .arrow {
	position: absolute;
	right: -70px;
	top: 50%;
	transform: translateY(-50%);
}
#sub-page .new_family .right .grid-4 .no {
	font-size: 2.5em;
	font-weight: 600;
	color: #3F60D3;
	padding: 15px 0;
}
#sub-page .new_family .right .grid-4 .explain {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 1.3em;
	line-height: 25px;
	height: 50px;
}
@media (min-width: 640px) {
	#sub-page .new_family .right {
		padding-left: 20px;
	}
}
@media (max-width: 830px) {
	#sub-page .new_family .right .grid-4 {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr 1fr 1fr;
		grid-column-gap: 0;
		grid-row-gap: 80px;
		margin-bottom: -80px;
	}
	#sub-page .new_family .right .grid-4 .arrow {
		top: auto;
		right: auto;
		left: 50%;
		bottom: -170px;
		transform: translateX(-50%);
	}
	#sub-page .new_family .right .grid-4 .arrow img {
		transform: rotate(90deg);
	}
}

#sub-page .training_ministry .grid-6 {
	margin-right: 45px;
}
#sub-page .training_ministry .grid-6 .step {
	position: relative;
	line-height: 65px;
	text-align: center;
	color: #FFF;
	font-size: 1.4em;
	font-family: 'Anton', sans-serif;
	letter-spacing: 1px;
}
#sub-page .training_ministry .grid-6 .step-01 .step {
	background-color: #287f55;
}
#sub-page .training_ministry .grid-6 .step-02 .step {
	background-color: #6371EF;
}
#sub-page .training_ministry .grid-6 .step-03 .step {
	background-color: #8D88F8;
}
#sub-page .training_ministry .grid-6 .step-04 .step {
	background-color: #CA88F8;
}
#sub-page .training_ministry .grid-6 .step-05 .step {
	background-color: #B144EF;
}
#sub-page .training_ministry .grid-6 .step-06 .step {
	background-color: #7328E3;
}
#sub-page .training_ministry .grid-6 .step-06 .step:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 60px solid transparent;
	border-bottom: 60px solid transparent;
	border-left: 45px solid #7328E3;
	top: 0;
	right: -45px;
	transform: translateY(-25%);
}
#sub-page .training_ministry .grid-6 .step-info,
#sub-page .training_ministry .grid-6 .step-explain {
	padding: 0 15px;
}
#sub-page .training_ministry .grid-6 .step-info {
	margin: 20px 0;
	line-height: 1.5em;
	height: 4.5em;
}
#sub-page .training_ministry .grid-6 .step-explain {
	font-size: 0.95em;
}
@media (max-width: 640px) {
	#sub-page .training_ministry .content {
		padding: 0;
	}
	#sub-page .training_ministry .grid-6 {
		margin: 0;
		grid-row-gap: 30px;
	}
	#sub-page .training_ministry .grid-6 .step-info {
		height: auto;
	}
	#sub-page .training_ministry .grid-6 .step-06 .step:after {
		border-width: 0 !important;
	}
}

@media (min-width: 640px) {
	#sub-page .garden_of_love.right-padding .right {
		padding-left: 30px;
	}
}

#sub-page .missionary_introduction .grid-2 {
	grid-template-columns: 181px auto;
	grid-column-gap: 40px;
}
#sub-page .missionary_introduction .grid-2 > *:first-child {
	padding-top: 10px;
}
#sub-page .missionary_introduction .grid-2 .country {
	display: inline-block;
	position: relative;
	padding: 0 10px;
	line-height: 100%;
	margin-bottom: 15px;
}
#sub-page .missionary_introduction .grid-2 .country:before,
#sub-page .missionary_introduction .grid-2 .country:after {
	content: '';
 	position: absolute;
	top: 1px;
	bottom: -1px;
	width: 1px;
	background-color: #516BE0;
}
#sub-page .missionary_introduction .grid-2 .country:before {
	left: 0;
}
#sub-page .missionary_introduction .grid-2 .country:after {
	right: 0;
}
#sub-page .missionary_introduction .grid-2 .missionary {
	margin-bottom: 10px;
	color: #000;
	font-weight: 600;
	font-size: 1.1em;
}
#sub-page .missionary_introduction .grid-2 .explain {
	font-size: 0.95em;
}
#sub-page .missionary_introduction .grid-2 .explain a {
	display: inline-block;
	font-size: 0.95em;
	padding-bottom: 3px;
	border-bottom: 1px solid #DDD;
}
@media (max-width: 640px) {
	#sub-page .missionary_introduction .grid-2 {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
	}
	#sub-page .missionary_introduction .grid-2 > *:first-child {
		display: block;
		text-align: center;
		padding-bottom: 20px;
	}
}

@media (min-width: 640px) {
	#sub-page .next-generation .left {
		padding-right: 40px;
	}
}

#sub-page .our-mission .grid-3 > * {
	position: relative;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: rgb(64,100,220);
	background: linear-gradient(157deg, rgba(64,100,220,1) 0%, rgba(100,89,226,1) 39%, rgba(131,68,226,1) 67%, rgba(131,68,226,1) 100%);
	color: #FFF;
	margin-left: -10px;
	justify-content: center;
	align-items: center;
	font-weight: 600;
}
#sub-page .our-mission .grid-3 > *:before {
	content: attr(data-no);
	position: absolute;
	top: 37%;
	right: 13%;
	font-family: 'Timmana', sans-serif;
	opacity: 0.2;
	font-size: 8em;
}
#sub-page .youth-meet {
	overflow: unset !important;
}
#sub-page .youth-meet .grid-2 {
	grid-template-columns: 211px auto;
	grid-column-gap: 40px;
}
#sub-page .youth-meet .grid-2 > *:first-child {
	padding-top: 10px;
}
#sub-page .youth-meet .grid-2 img {
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
}
@media (min-width: 640px) {
	#sub-page .our-mission {
		grid-template-columns: auto auto;
	}
}
@media (max-width: 640px) {
	#sub-page .our-mission .grid-3 > * {
		margin: 0 auto;
	}
	#sub-page .youth-meet .grid-2 {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
		padding-bottom: 30px;
		margin-bottom: 20px;
		border-bottom: 1px solid #DDD;
	}
	#sub-page .youth-meet .grid-2:last-child {
		border-bottom-width: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#sub-page .youth-meet .grid-2 > *:first-child {
		display: block;
		text-align: center;
		padding-bottom: 20px;
	}
}

#sub-page .km_salt .grid-4 {
	grid-column-gap: 15px;
}
#sub-page .km_salt .grid-4 > * {
	border: 1px solid #E0E0E0;
}
#sub-page .km_salt .grid-4 .title {
	position: relative;
	color: #FFF;
	background: rgb(64,100,220);
	background: linear-gradient(157deg, rgba(64,100,220,1) 0%, rgba(100,89,226,1) 39%, rgba(131,68,226,1) 67%, rgba(131,68,226,1) 100%);
	line-height: 57px;
	text-align: center;
	font-size: 1.2em;
}
#sub-page .km_salt .grid-4 .title:before {
	content: attr(data-no);
	position: absolute;
	left: 5px;
	top: -33%;
	line-height: 100%;
	font-size: 4.1em;
	opacity: 0.15;
	font-weight: 600;
}
#sub-page .km_salt .grid-4 .explain {
	display: flex;
	flex-direction: column;
	font-size: 0.9em;
	text-align: center;
	line-height: 1.5em;
	height: 7em;
	justify-content: center;
}

#sub-page .em_remnant.banner .weight-300 {
	opacity: 0.7;
}
#sub-page .em_remnant .grid-4 {
	grid-template-columns: 155px 155px 155px 155px;
	grid-template-rows: 155px;
	grid-column-gap: 15px;
	place-content: center;
	place-items: center;
}
#sub-page .em_remnant .grid-4 > * {
	width: 155px;
	height: 155px;
	background: rgb(64,100,220);
	background: linear-gradient(157deg, rgba(64,100,220,1) 0%, rgba(100,89,226,1) 39%, rgba(131,68,226,1) 67%, rgba(131,68,226,1) 100%);
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-weight: 600;
	font-size: 1.1em;
	font-style: italic;
}
#sub-page .em_remnant .number > * {
	position: relative;
	padding: 0 0 15px 25px;
}
#sub-page .em_remnant .number > *:last-child {
	padding-bottom: 0;
}
#sub-page .em_remnant .number > *:before {
	content: attr(data-no);
	position: absolute;
	top: 0;
	left: 0;
	color: #287f55;
	font-size: 1.1em;
	font-weight: 500;
}
#sub-page .em_remnant .sns-btn {
	display: inline-block;
	position: relative;
	height: 45px;
	padding: 0 20px 0 55px;
	line-height: 43px;
	border: 1px solid #287f55;
	color: #287f55;
	cursor: pointer;
	font-size: 0.85em;
	font-weight: 300;
	margin: 0 5px;
}
#sub-page .em_remnant .sns-btn:hover {
	text-decoration: underline;
}
#sub-page .em_remnant .sns-btn img {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
}
@media (max-width: 640px) {
	#sub-page .em_remnant .grid-4 {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr 1fr 1fr;
	}
	#sub-page .em_remnant .sns-btn {
		min-width: 150px;
		margin-bottom: 10px;
	}
}


/* 메인페이지 */
h1.index,
.latest-title h1,
.latest-title > a {
	font-size: 32pt;
	font-weight: 600 !important;
	letter-spacing: -2px;
}
h1.index small,
.latest-title h1 small {
	display: block;
	font-size: 0.55em;
}
@media (max-width: 640px) {
	h1.index,
	.latest-title h1 {
		font-size: 23pt;
	}
}
#container_wr.index .top-banner {
	position: relative;
	z-index: 2;
	margin-top: -5%;
}
#container_wr.index .top-banner .common-width {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-top: 4px solid #287f55;
}
#container_wr.index .top-banner [class^='stage-'] {
	border-left: 1px solid #e2e2e2;
}
#container_wr.index .top-banner .stage-1 {
	border-left: none;
}
#container_wr.index .top-banner .table {
	width: 95%;
	margin: 0 auto;
}
#container_wr.index .top-banner .table > li {
	vertical-align: middle;
	color: #000;
}
#container_wr.index .top-banner .table > li:first-child {
	padding: 10px 10px 10px 25px;
}
#container_wr.index .top-banner .table > li:last-child {
	padding: 10px 0 10px 10px;
}
#container_wr.index .top-banner .table .title {
	font-size: 1.3em;
	font-weight: 600;
	margin-bottom: 10px;
}
#container_wr.index .top-banner .table:hover .title {
	text-decoration: underline;
}
#container_wr.index .top-banner .table .title small {
	display: block;
	font-size: 0.65em;
	font-weight: 300;
	color: #6c6c6c;
}
#container_wr.index .top-banner .table .explain {
	font-size: 0.8em;
	line-height: 140%;
	color: #969696;
}
@media (min-width: 640px) {
	#container_wr.index .top-banner {
		margin-top: -5%;
	}
}
@media (max-width: 640px) {
	#container_wr.index .top-banner .common-width {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	#container_wr.index .top-banner [class^='stage-'] {
		border-left: none;
		border-top: 1px solid #D28E17;
		margin: 0;
		padding: 20px 0;
	}
	#container_wr.index .top-banner .stage-1 {
		border-top: none;
	}
	#container_wr.index .top-banner .table {
		width: 100%;
	}
}

#container_wr.index .pastor-greetings > .common-width {
	display: grid;
	grid-template-columns: 1.7fr 0.3fr;
	grid-template-rows: 1fr;
	grid-column-gap: 2%;
}
#container_wr.index .pastor-greetings > .common-width > * {
	display: flex;
	flex-direction: column;
	width: auto;
	height: 100%;
}
#container_wr.index .pastor-greetings > .common-width .left {
	justify-content: center;
	padding: 100px 0;
}
#container_wr.index .pastor-greetings > .common-width .right {
	justify-content: flex-end;
}
#container_wr.index .pastor-greetings .title-img {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#container_wr.index .pastor-greetings .title-img:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 1px;
	background-color: #FFF;
}
#container_wr.index .pastor-greetings .big {
	color: #FFF;
	font-size: 1.8em;
	font-weight: 600;
	margin-bottom: 5px;
	line-height: 150%;
}
#container_wr.index .pastor-greetings .big2 {
	color: rgba(255, 255, 255, 0.5);
	font-size: 1.3em;
	font-weight: 500;
}
@media (min-width: 640px) {
	#container_wr.index .pastor-greetings .img-full-auto {
		margin-top: -8%;
	}
}
@media (max-width: 640px) {
	#container_wr.index .pastor-greetings > .common-width {
		grid-template-columns: 1fr;
		margin-bottom: 0 !important;
	}
	#container_wr.index .pastor-greetings > .common-width .right,
	#container_wr.index .pastor-greetings > .common-width .bg {
		display: none;
	}
	#container_wr.index .pastor-greetings > .common-width .left {
		margin-bottom: 0;
	}
	#container_wr.index .pastor-greetings .title-img:after {
		left: 50%;
		transform: translateX(-50%);
	}
}

#container_wr.index .banner-8 .banner-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
#container_wr.index .banner-8 .banner-wrap [class^='banner-'] {
	position: relative;
	background-size: cover !important;
	padding: 25px 35px;
	color: #FFF;
	min-height: 158px;
	cursor: pointer;
	font-size: 12pt;
}
#container_wr.index .banner-8 .banner-wrap .banner-1 {
	grid-column: 1 / span 2;
	grid-row: 1 / span 2;
}
#container_wr.index .banner-8 .banner-wrap .banner-2 {
	grid-row: 1 / span 2;
}
#container_wr.index .banner-8 .banner-wrap [class^='banner-'] h2,
#container_wr.index .banner-8 .banner-wrap [class^='banner-'] .left-border {
	position: relative;
	z-index: 2;
}
#container_wr.index .banner-8 .banner-wrap [class^='banner-'] h2 {
	font-size: 1.3em;
	font-weight: 600;
	margin-bottom: 20px;
}
#container_wr.index .banner-8 .banner-wrap .banner-1 h2 {
	font-size: 1.8em;
}
#container_wr.index .banner-8 .banner-wrap [class^='banner-'] h2 small {
	display: block;
	font-size: 0.8em;
	color: rgba(255, 255, 255, 0.6);
}
#container_wr.index .banner-8 .banner-wrap .banner-1 h2 small {
	font-size: 0.6em;
}
#container_wr.index .banner-8 .banner-wrap [class^='banner-'] .left-border {
	position: relative;
	color: rgba(255, 255, 255, 0.8);
	padding-left: 10px;
}
#container_wr.index .banner-8 .banner-wrap [class^='banner-'] .left-border:before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	bottom: 5px;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.8);
}
#container_wr.index .banner-8 .banner-wrap [class^='banner-']:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0);
	-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 .banner-8 .banner-wrap [class^='banner-']:hover:before {
	background-color: rgba(0, 0, 0, 0.7);
}
#container_wr.index .banner-8 .banner-wrap [class^='banner-'] .hover {
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
}
#container_wr.index .banner-8 .banner-wrap [class^='banner-']:hover .hover {
	display: block;
}
#container_wr.index .banner-8 .banner-wrap [class^='banner-']:hover .hover span {
	display: block;
	width: 67px;
	height: 67px;
	border-radius: 50%;
	background-color: #287f55;
	color: #FFF;
}
#container_wr.index .banner-8 .banner-wrap [class^='banner-']:hover .hover span i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 25pt;
}
@media (max-width: 640px) {
	#container_wr.index .banner-8 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	#container_wr.index .banner-8 .banner-wrap {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	}
	#container_wr.index .banner-8 .banner-wrap .banner-1 {
		grid-column: 1 / span 1;
	}
	#container_wr.index .banner-8 .banner-wrap .banner-2 {
		grid-row: 3 / span 2;
	}
}

#container_wr.index .welcome > .common-width {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	grid-template-rows: 1fr;
	grid-column-gap: 2%;
}
#container_wr.index .welcome.full > .common-width {
	grid-template-columns: 1fr;
	grid-column-gap: 0;
}
#container_wr.index .welcome > .common-width > * {
	display: flex;
	flex-direction: column;
	width: auto;
	height: 100%;
	justify-content: center;
}
#container_wr.index .welcome > .common-width .left {
	padding: 50px 0;
}
#container_wr.index .welcome .title {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-size: 2em;
	font-weight: 600;
	color: #000;
	line-height: 130%;
}
#container_wr.index .welcome .title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 1px;
	background-color: #000;
}
#container_wr.index .welcome .title.text-white:after {
	background-color: #FFF;
}
#container_wr.index .welcome .big {
	font-size: 1.2em;
}
#container_wr.index .welcome .big.text-white {
	color: rgba(255, 255, 255, 0.7) !important;
}
#container_wr.index .welcome .grid-4 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 70px;
}
#container_wr.index .welcome .grid-4 > * {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#container_wr.index .welcome .grid-4 .arrow {
	position: absolute;
	right: -70px;
	top: 50%;
	transform: translateY(-50%);
}
#container_wr.index .welcome .grid-4 .no {
	font-size: 2.5em;
	font-weight: 600;
	color: #3F60D3;
	padding: 15px 0;
}
#container_wr.index .welcome .grid-4 .explain {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 1.3em;
	line-height: 25px;
	height: 50px;
}
@media (max-width: 830px) {
	#container_wr.index .welcome {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	#container_wr.index .welcome.full {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	#container_wr.index .welcome > .common-width {
		grid-template-columns: 1fr;
		margin-bottom: 0 !important;
	}
	#container_wr.index .welcome > .common-width .left * {
		text-align: center;
	}
	#container_wr.index .welcome > .common-width .bg {
		display: none;
	}
	#container_wr.index .welcome .title:after {
		left: 50%;
		transform: translateX(-50%);
	}
	#container_wr.index .welcome .grid-4 {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr 1fr 1fr;
		grid-column-gap: 0;
		grid-row-gap: 80px;
		margin-bottom: -80px;
	}
	#container_wr.index .welcome .grid-4 .arrow {
		top: auto;
		right: auto;
		left: 50%;
		bottom: -170px;
		transform: translateX(-50%);
	}
	#container_wr.index .welcome .grid-4 .arrow img {
		transform: rotate(90deg);
	}
}

#container_wr.index .sermon-2stage .left {
	padding-right: 1.5%;
}
#container_wr.index .sermon-2stage .right {
	padding-left: 1.5%;
}

.title-text {
	display: inline-block !important;
	font-size: 10.5pt !important;
	font-weight: 400 !important;
	color: #000 !important;
	height: 40px;
	line-height: 38px;
	padding: 0 15px;
	border: 1px solid #A78842;
	border-radius: 40px;
	-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;
}
.title-text:hover {
	border-color: #FED325;
	background-color: #FED325;
}
.notice li {
	border-color: #DADADA !important;
}
.notice .latest-title a .more,
#sub-page .more,
#container_wr.index .more {
	display: inline-block;
	line-height: 58px !important;
	height: 60px !important;
	text-align: center;
	min-width: 230px;
	padding: 0 20px;
	border-radius: 0 !important;
	background-color: #FFF !important;
	color: #287f55 !important;
	border: 1px solid #287f55 !important;
	cursor: pointer;
	-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;
}
.notice .latest-title a .more.blue,
#sub-page .more.blue,
#container_wr.index .more.blue {
	background-color: #287f55 !important;
	color: #FFF !important;
}
#sub-page .more:hover,
.notice .latest-title a .more:hover,
#container_wr.index .more:hover {
	background-color: #287f55 !important;
	color: #FFF !important;
}
#sub-page .more.white:hover,
.notice .latest-title a .more.white:hover,
#container_wr.index .more.white:hover {
	border-color: #FFF !important;
}
#sub-page .more.blue:hover,
.notice .latest-title a .more.blue:hover,
#container_wr.index .more.blue:hover {
	color: #287f55 !important;
	background-color: #FFF !important;
}

#container_wr.index .stage3 [class^='stage-'] {
	width: 30%;
	margin-left: 0 !important;
}
#container_wr.index .stage3 [class^='stage-']:not(.stage-3) {
	margin-right: 5%;
}

#container_wr.index .stage3.banner .banner-title {
	font-size: 0.9em;
	font-weight: 600 !important;
}
#container_wr.index .stage3.banner dt:hover .more {
	background-color: #000 !important;
	border-color: #000 !important;
	color: #FFF !important;
}
@media (max-width: 640px) {
	#container_wr.index .stage3 [class^='stage-']:not(.stage-3) {
		padding-bottom: 40px !important;
	}
	#container_wr.index .stage3.banner {
		padding-top: 20px !important;
		padding-bottom: 40px !important;
		margin-top: -50px !important;
	}
	#container_wr.index .stage3.banner [class^='stage-'] {
		padding-bottom: 0 !important;
	}
	#container_wr.index .stage3.banner .banner-title {
		font-size: 1.4em;
		margin-left: 10px;
	}
}

#container_wr.index .english-ministry-arc > .common-width {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 3%;
}
#container_wr.index .english-ministry-arc .left,
#container_wr.index .english-ministry-arc .right {
	display: flex;
	width: 100%;
	flex-direction: column;
}
#container_wr.index .english-ministry-arc .left {
	background-color: #3b3a3a;
}

#container_wr.index .english-ministry-arc .left dd {
	position: absolute;
	top: 45px;
	bottom: 45px;
	left: 45px;
	right: 45px;
	text-align: left;
}
#container_wr.index .english-ministry-arc .left dd .big {
	font-size: 2.2em;
	font-weight: 600;
	margin-bottom: 30px;
}
#container_wr.index .english-ministry-arc .left dd .explain {
	font-size: 1.1em;
	color: rgba(255, 255, 255, 0.7);
}
#container_wr.index .english-ministry-arc .left dd .more {
	position: absolute;
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
	transform: translateY(0);
}

#container_wr.index .english-ministry-arc .right {
	margin: 0;
}
#container_wr.index .english-ministry-arc .right dl {
	display: flex;
	height: 100%;
}
#container_wr.index .english-ministry-arc .right .grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	height: 100%;
}
#container_wr.index .english-ministry-arc .right .grid > * {
	position: relative;
	border: 1px solid #DADADA;
	cursor: pointer;
}
#container_wr.index .english-ministry-arc .right .grid > *:nth-of-type(1) {
	border-top-width: 0;
	border-left-width: 0;
	padding: 0 25px 25px 0;
}
#container_wr.index .english-ministry-arc .right .grid > *:nth-of-type(2) {
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	padding: 0 0 25px 25px;
}
#container_wr.index .english-ministry-arc .right .grid > *:nth-of-type(3) {
	border-top-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	padding: 25px 25px 0px 0;
}
#container_wr.index .english-ministry-arc .right .grid > *:nth-of-type(4) {
	border-width: 0;
	padding: 25px 0 0px 25px;
}
#container_wr.index .english-ministry-arc .right .grid .big2 {
	color: #000;
	font-size: 1.3em;
	font-weight: 600;
	margin-bottom: 20px;
}
#container_wr.index .english-ministry-arc .right .grid > *:hover .big2 {
	text-decoration: underline;
}
#container_wr.index .english-ministry-arc .right .grid .explain {
	font-size: 0.95em;
	word-break: keep-all;
}
#container_wr.index .english-ministry-arc .right .grid .more {
	top: auto;
	left: auto;
	bottom: 25px;
	right: 25px;
	transform: translateY(0);
}
#container_wr.index .english-ministry-arc .right .grid > *:nth-of-type(3) .more,
#container_wr.index .english-ministry-arc .right .grid > *:nth-of-type(4) .more {
	bottom: 0;
}
#container_wr.index .english-ministry-arc .right .grid > *:hover .more {
	background-color: #000 !important;
	border-color: #000 !important;
	color: #FFF !important;
}
#container_wr.index .bottom-banner * {
	line-height: 100%;
}
#container_wr.index .bottom-banner .big {
	font-size: 2.8em;
	font-family: 'Jeju Hallasan', cursive;
}

@media (max-width: 1100px) {
	#container_wr.index .english-ministry-arc .right dl {
		height: auto;
	}
	#container_wr.index .english-ministry-arc > .common-width {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
		grid-column-gap: 0;
		grid-row-gap: 15px;
	}
	#container_wr.index .english-ministry-arc .right .grid .more {
		bottom: 10px;
		right: 10px;
	}
}
@media (max-width: 640px) {
	#container_wr.index .english-ministry-arc .left dd {
		top: 25px;
		bottom: 25px;
		left: 15px;
		right: 15px;
	}
	#container_wr.index .english-ministry-arc .common-width {
		padding: 0;
	}
	#container_wr.index .english-ministry-arc .right .grid {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr 1fr 1fr;
	}
	#container_wr.index .english-ministry-arc .right .grid > * {
		padding: 20px !important;
		border-width: 0 !important;
		border-top-width: 1px !important;
	}
	#container_wr.index .english-ministry-arc .right .grid > *:nth-of-type(1) {
		border-top-width: 0 !important;
	}
}

#container_wr.index .bible-study [class^="stage-"] {
	width: 31%;
}
#container_wr.index .bible-study [class^="stage-"]:not(.stage-3) {
	margin-right: 3.5%;
}
@media (max-width: 640px) {
	#container_wr.index .bible-study [class^="stage-"]:not(.stage-3) {
		border-bottom: 1px solid #DADADA;
		padding-bottom: 40px !important;
	}
}

#container_wr.index .banner-bottom .big2 {
	margin-top: 35px;
	color: #000;
	font-size: 1.7em;
	font-weight: 600;
}
#container_wr.index .banner-bottom .explain {
	color: #000;
	font-size: 1.1em;
	margin-top: 20px;
}
#container_wr.index .banner-bottom .more {
	position: relative;
	top: auto;
	right: auto;
	transform: translateY(0);
	margin-top: 30px !important;
}
#container_wr.index .banner-bottom dd:hover .more {
	border-color: #000 !important;
	background-color: #000 !important;
	color: #FFF !important;
}
@media (max-width: 640px) {
	#container_wr.index .banner-bottom {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	#container_wr.index dd {
		text-align: center;
	}
	#container_wr.index .banner-bottom .more {
		margin-bottom: 30px !important;
	}
}

#container_wr.index .gallery-title .read-more {
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	margin-top: 20px;
	font-size: 12pt;
	line-height: 180%;
	border-bottom: 2px solid rgba(0, 0, 0, 0.5);
	cursor: pointer;
}
@media (max-width: 640px) {
	#container_wr.index .gallery-title .read-more {
		position: relative;
	}
}


/**
 * 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
 */

.btn_bo_adm input {
	background-color: #FE1E92;
}

#container_title_wrap {
	display: block !important;
	padding: 20px 0;
	overflow: hidden;
	border-bottom: 1px solid #DADADA;
}
#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: 600;
}
/*
    #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;
	}
}

@-webkit-keyframes zoom-out {
	0% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}
@-moz-keyframes zoom-out {
	0% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes zoom-out {
	0% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(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,
.hover-popup-close {
	display: none;
	cursor: pointer;
}
#hover-popup-close.on-full,
.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-close.on-full {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 35pt;
}

#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;
}

#hover-popup.on-full.text-popup {
	background-color: rgba(0, 0, 0, 0.7) !important;
}
#hover-popup-cont.on-full.text-popup {
	max-width: 1000px;
	max-height: 100%;
	width: 100%;
	background-color: #FFF !important;
	border-radius: 0 !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	overflow: auto;
}
#hover-popup-cont.on-full.text-popup > *,
#hover-popup-cont.on-full.text-popup #sub-page > * {
	width: auto !important;
	display: block !important;
}
#hover-popup-cont.on-full.text-popup #sub-page {
	padding: 20px 30px;
}
.hover-popup-close.on-full.text-popup {
	top: 10px;
	transform: translateY(0);
	color: rgba(0, 0, 0, 0.7);
}
.hover-popup-close.on-full.text-popup:hover {
	color: rgba(0, 0, 0, 1);
}

@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 {
	width: 100%;
	border-spacing: 4px 0;
	border-collapse: separate;
	padding-bottom: 4px;
}
#menu-3rd.auto {
	width: auto;
	margin-left: auto;
}
#menu-3rd.board {
	margin: 50px 0 0;
}
#menu-3rd td {
	text-align: center;
	white-space: nowrap;
	border: 1px solid #A78842;
	padding: 0 20px;
	line-height: 48px;
	height: 50px;
	border-radius: 50px;
	-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;
}
#menu-3rd td.on,
#menu-3rd td:hover {
	background-color: #FED325;
	border-color: #FED325;
}
#menu-3rd a {
	display: inline-block;
	color: #000;
	font-size: 12pt;
}

@media (max-width: 640px) {
	#menu-3rd {
		width: 100% !important;
		margin: 0;
		border-collapse: collapse;
	}
	#menu-3rd td {
		display: block;
		width: 100% !important;
		border-top: none;
	}
	#menu-3rd tr > td:first-child {
		bprder-top: none;
		border-top: 1px solid #056cbe;
	}
}

/**
 * Board
 */

#bo_v_title,
#bo_w {
	margin-top: 50px !important;
}
@media (min-width: 1100px) {
	#bo_v_title,
	#bo_w {
		margin-top: -4px;
	}
}

#bo_v {
	/*max-width: 800px !important;*/
	width: 100%;
	margin: 0 auto !important;
}
#container #bo_list,
#container #bo_gall,
#container #bo_w,
#container #bo_v {
	max-width: 1000px !important;
	width: 100%;
	margin: 0 auto !important;
}
#container #board_list {
	max-width: 1200px !important;
	width: 100%;
	margin: 0 auto !important;
}
/* #bo_gall:not(.blog) { */
#bo_gall {
	padding-top: 50px;
}
#bo_list {
	padding-top: 50px;
}

#bo_v_con,
#bo_v_con * {
	word-break: break-all !important;
}
#bo_v_con {
	font-size: 1.1em;
}

#bo_v_img {
	text-align: center;
}

#bo_v_title {
	text-align: center;
}
.bo_v_tit {
	text-align: center;
	padding: 30px 0 10px;
	border-top: 2px solid #000 !important;
	font-size: 2.2em !important;
	font-weight: 600;
}
#bo_v_info {
	border-bottom-width: 0;
}
#bo_v_info .profile_info {
	display: block;
	float: inherit;
	text-align: center;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 30px;
	margin-top: 0 !important;
}
#bo_v_info .profile_info > * {
	display: inline-block !important;
	float: inherit !important;
}
#bo_v_info .profile_info .pf_img {
	display: none !important;
}
#bo_v_info .profile_info .profile_info_ct > * {
	display: inline-block !important;
}
#bo_v_info .profile_info .profile_info_ct > br {
	display: none !important;
}

#bo_btn_top,
#bo_v_share > .btn.btn_b03 {
	display: none;
}

#bo_cate_ul {
	font-size: 0;
	margin: 0 0 50px;
	display: grid !important;
	grid-template-rows: 1fr;
	grid-column-gap: 2px;
	grid-row-gap: 2px;
}
#bo_cate_ul > li {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#bo_cate_ul a {
	display: inline-block;
	width: 100%;
	height: 70px;
	line-height: 70px;
	padding: 0;
	border-width: 0 !important;
	color: #484848;
	font-weight: 400;
	font-size: 14pt;
	background-color: #F7F7F7;
	text-align: center;
	border-radius: 0;
}
#bo_cate_ul a:hover,
#bo_cate #bo_cate_on {
	color: #FFF;
	background-color: #287f55;
	font-weight: 400 !important;
	-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;
}
/*#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: 20px 0;
		grid-template-columns: 1fr 1fr;
	}
	#bo_cate_ul > li {
		display: block;
		width: 100% !important;
	}
	#bo_cate_ul a {
		height: 42px;
		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;
	background-color: #287f55;
	color: #FFF;
}
.pg_page {
	border-radius: 50%;
	margin: 0 2px;
}
.pg_start,
.pg_end,
.pg_prev,
.pg_next {
	border: none;
	text-align: center;
	color: #FFF !important;
}

.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: 100%;
	display: inline-block;
	/*float: left;*/
}
.bo_sch h3,
.bo_sch .bo_sch_cls {
	display: none;
}
.bo_sch form {
	display: grid;
	grid-template-columns: 0.5fr 1.5fr;
	grid-template-rows: 1fr;
	position: relative;
	padding: 0;
	font-size: 0;
	/*background-color: #F6F6F6;*/
	border: 1px solid #DADADA;
	border-radius: 0;
}
.bo_sch form > * {
	width: 100% !important;
	vertical-align: top;
}
.bo_sch #sfl,
.bo_sch .sch_bar {
	/*position: relative;*/
	font-size: 0.75rem;
	box-shadow: none;
}
.bo_sch #sfl {
	height: 40px !important;
	margin: 0 3% 0;
	padding-right: 3% !important;
	border-radius: 0;
	border-width: 0;
	background: none;
	border-right: 1px solid #DADADA;
	/*
    border-top: none;
    border-left: none;
    border-right: none;
    padding-right: 40px;
    */
}
.bo_sch .sch_bar {
	width: 60%;
	margin: 0;
	border-width: 0 !important;
}
.bo_sch .sch_input {
	width: 100%;
	height: 40px;
	padding: 0 70px 0 5px;
}
.bo_sch .sch_btn {
	position: absolute;
	top: -1px;
	right: -1px;
	height: 42px;
	background-color: #287f55;
	width: 70px;
	overflow: hidden;
}
.bo_sch .sch_btn:after {
	content: '검색';
	color: #FFF;
	font-size: 0.9em;
}
.bo_sch .sch_btn i {
	display: none;
}
@media(min-width: 640px) {
	.bo_sch .sch_input {
		min-width: 300px;
	}
}

#bo_gall .top-explain,
#bo_list .top-explain,
#board_list .top-explain {
	overflow: hidden;
	padding-bottom: 25px;
	margin-bottom: 30px;
	border-bottom: 1px solid #E0E0E0;
}
#bo_list .top-explain,
#board_list .top-explain {
	margin-bottom: 0;
}
#board_list .top-explain {
	margin-left: 5px;
	margin-right: 5px;
}
#bo_gall .top-explain .left,
#bo_list .top-explain .left,
#board_list .top-explain .left {
	float: left;
	font-size: 12pt;
	font-weight: 500;
	line-height: 33px !important;
}
#bo_gall .top-explain .right,
#bo_list .top-explain .right,
#board_list .top-explain .right {
	/*float: right;*/
}
@media (max-width: 900px) {
	#bo_gall .top-explain > *,
	#bo_list .top-explain > *,
	#board_list .top-explain > * {
		width: 100%;
	}
	.bo_sch {
		float: inherit !important;
	}
	.bo_sch #sfl {
		margin-left: 0 !important;
	}
}

@media (max-width: 640px) {
	#page-wrap > *,
	.bo_fx > * {
		float: inherit !important;
		display: block;
	}
	.bo_fx .btn_bo_adm {
		padding: 0 0 10px;
	}
	#page-wrap .top-explain {
		padding: 30px 0 0;
	}
}

/**
 * Popup
 */

@media (max-width: 1100px) {
	.hd_pops {
		position: fixed !important;
		top: 50% !important;
		left: 0 !important;
		right: 0 !important;
		transform: translateY(-50%);
	}
	.hd_pops_con {
		width: 100% !important;
		height: auto !important;
	}
	.hd_pops_con img {
		width: 100%;
	}
}

.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;
}


.aboutlist {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 80px;
	margin-bottom: 70px;
}
.aboutlist>li {
	display: flex;
	padding: 18px 30px 18px 50px;
	border: 5px solid #eee;
	border-radius: 70px;
	font-size: .95rem;
	line-height: 130%;
	margin-bottom: 20px;
	align-items: center;
}
.aboutlist>li>div:first-child {
	width: 10%;
	color: #287f55;
	font-weight: 500;
	font-size: 1.1rem;
}
.aboutlist>li>div:last-child {
	width: 90%;
}
.about_name {
	text-align: right;
	font-style: italic;
}
@media(max-width: 680px){
	.aboutlist>li {
		display: block;
		padding: 20px 20px;
		text-align: center;
	}
	.aboutlist>li>div {
		width: 100% !important;
		font-size: .9rem !important;
	}
	.aboutlist>li>div:first-child {
		font-size: 1rem !important;
		margin-bottom: 5px;
	}
	#addon-contents-2.welcome .common-width {
		display: flex;
		flex-direction: column-reverse;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.historybox {
}
.history {
	/* border: 1px solid #eee; */
	padding: 20px 0px 30px 0px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #eee;

}
.history:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.history li {
	font-size: 1rem;
	margin-bottom:8px;
}
.history p {
	margin-bottom: 10px;
}
.history p span {
	color: #139455;
	font-size: 1.2rem;
	font-weight: 600;
}
.history i {
	color: #346a50;
	margin-right: 5px;
}
.history li span {
	color: #139455;
	font-weight: 600;
}
.history div[class^="subtitle"] {
	font-size: 1.1rem;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.history div[class^="subtitle"] span {
	display: inline-block;
	width: 220px;
	padding: 8px 15px;
	border-radius: 3px;
	background-color: #f7f7f7;
	border-left: 4px solid #139455;
	color: #346a50;
	font-weight: 600;
}
.history p {
	font-size: 1rem;
}
.history dl {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.history dl:last-child {
	border: 0;
}
.history dt {
	width: 20%;
	padding: 0 !important;
	font-size: 1rem !important;
}
.history dd {
	width: 80%;
}

.history .innerbox {
	display: flex;
	border: 1px solid #eee;
}
.history .innerbox2 {

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.history .innerbox>div {
	width: 50%;
	padding: 40px;
	background-color: #f6fcf9;
}
.history .innerbox2>a {
	display: flex;
	justify-content: space-between;
	padding: 10px;
	width: 32%;
	margin-bottom: 10px;
	padding: 15px;
	font-size: 1rem;
	border: 1px solid #eee;
}
.history .innerbox2>a:last-child {
	border: 0px solid #eee !important;
}
.history .innerbox2>a:hover {
	background-color: #346a50;
	color: #fff;
}
.history .innerbox2>a:last-child:hover {
	background-color: #fff !important;
}
.history .innerbox2>a div {
	transition-duration: 0 !important;
}
.history .innerbox2>a:hover i {
	color: #fff;
}
.history .innerbox>div:first-child {
	border-right: 1px solid #eee;
	background-color: #fefefe;
}
#sub-page .history .innerbox>div h2 {
	color: #139455;
	font-size: 1.2rem;
	text-align: left;
	margin-bottom: 15px;
}
#sub-page .history .innerbox>div p {
	font-size: .9rem;
}
#sub-page .history .innerbox>div h2 i {
	border-bottom: 0;
}
.history .innerbox3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.history .innerbox3>div {
	width: 50%;
}
.history .innerbox3>iframe {
	width: 50%;
}
#sub-page .history .innerbox3 .maptxt>div {
	margin-bottom:40px;
}
#sub-page .history .innerbox3 .maptxt h3 {
	width: 100px;
	background-color: #139455;
	line-height: 120%;
	padding: 8px 15px;
	color: #fff;
	margin-bottom: 20px;
	border-radius: 5px;
}
.school_tab {
	display: flex;
	border: 1px solid #ccc;
	margin-bottom: 70px;
}
.school_tab:last-of-type {
	margin-top: 50px;
}
.school_tab>li {
	width: 50%;
	text-align: center;
	padding: 10px 0;
	font-size: 1rem;
	cursor: pointer;
}
.school_tab>li:first-child {
	border-right: 1px solid #ccc;
}
.school_tab>li.activeitem {
	background-color: #139455;
	color: #fff;
}
[id^="tabcontents"] {
	padding: 70px 10px;
}
[id^="tabcontents"] h3 {
	text-align: center;
	color: #000;
	font-weight: 500;
	font-size: 1.7rem !important;
	margin-bottom: 40px;
}
[id^="tabcontents"] h4 {
	text-align: center;
	color: #139455;
	font-weight: 500;
	text-decoration: underline;
	font-size: 1.4rem !important;
	margin-bottom: 30px;
	margin-top: 70px;
}
[id^="tabcontents"] p {
	font-size: .95rem;
}
[id^="tabcontents"] ul{
	margin-top: 20px;
}
.tabcontents ul:not(.school_tab) {
	border: 3px solid #eee;
	padding:20px;
}
#sub-page [id^="tabcontents"] dl {
	border: 3px solid #eee;
	padding:25px;
	margin-bottom: 20px;
}
#sub-page [id^="tabcontents"] dt {
	font-size: 1.1rem;
	color: #000;
}
#sub-page [id^="tabcontents"] dd {
	font-size: .9rem;
	color: #777;
	line-height: 155%;
}
.tabcontents li:not(.school_tab li) {
	font-size: .9rem;
	margin-bottom: 5px;
}
.tabcontents li i {
	color:#139455;
	margin-right: 5px;
}
.innertable {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: space-between;
}
.innertable>div {
	padding: 8px 0;
	border: 1px solid #eee;
	margin-bottom: 8px;
	font-size: 1rem;
}
.innertable .long {
	width: 100%;
	color: #fff;
	background-color: #3cc884;
}
.innertable .short {
	width: 32%;
}
#tabcontents1 {
	padding-top: 20px;
}
.preparations {
	text-align: center;
	padding: 50px 0;
	font-size: 1.5rem;
}
.preparations img {
	max-width: 90%;
	margin-bottom: 50px;
}


@media(max-width: 680px){
	.history li {
		font-size: .9rem;
	}
	.history div[class^="subtitle"] {
		font-size: .9rem;
	}
	.history p {
		font-size: .9rem;
	}
	.history dt {
		width: 35%;
		font-size: .9rem !important;
	}
	.history dd {
		width: 65%;
	}
	.history .innerbox {
		flex-wrap: wrap;
	}
	.history .innerbox>div:first-child {
		border-right: 0;
		border-bottom: 1px solid #eee;
	}
	.history .innerbox>div {
		width: 100%;
	}
	.history .innerbox3>div,
	.history .innerbox3>iframe {
		width: 100%;
	}
	.history .innerbox2>a {
		width: 49%;
		font-size: .85rem;
	}
	.history .innerbox>div {
		padding: 25px;
	}
	[id^="tabcontents"] {
		padding-top: 40px;
	}
	[id^="tabcontents"] h3 {
		font-size: 1.1rem !important;
	}
	.school_tab>li {
		font-size: .9rem;
	}
	[id^="tabcontents"] p {
		font-size: .85rem;
	}
	.tabcontents li:not(.school_tab li) {
		font-size: .8rem;
	}
	.innertable>div {
		font-size: .80rem;
	}
	[id^="tabcontents"] h4 {
		font-size: 1rem !important;
	}
	#sub-page [id^="tabcontents"] dt {
		font-size: .9rem;
		line-height: 160%;
	}
	#sub-page [id^="tabcontents"] dd {
		font-size: .8rem;
	}
	#sub-page [id^="tabcontents"] dl {
		padding: 15px;
	}
}


/**
 * 꼭 적용돼야 하는 것들을 순서상 제일 마지막에 정의
 */

#container .weight-100 {
	font-weight: 100 !important;
}
#container .weight-200 {
	font-weight: 200 !important;
}
#container .weight-300 {
	font-weight: 300 !important;
}
#container .weight-400 {
	font-weight: 400 !important;
}
#container .weight-500 {
	font-weight: 500 !important;
}
#container .weight-600 {
	font-weight: 600 !important;
}
#container .weight-700 {
	font-weight: 700 !important;
}
#container .weight-800 {
	font-weight: 800 !important;
}
.gnb_1dli.add-link {
	display: none!important;
}
