@charset "utf-8";

@font-face {
	font-family: 'Wilderness Typeface';
	font-style: normal;
	font-weight: 400;
	src: url('./font/WildernessTypeface-Regular.woff') format('woff');
}

@font-face {
	font-family: 'InkLipquid';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BinggraeTaom'; src: url('./font/BinggraeTaom.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SangSangShin';
	src: url('./font/SangSangShin.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Handletter';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/naverfont_05@1.0/Handletter.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Cafe24Shiningstar';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Shiningstar.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

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

@font-face {
	font-family: 'Gotham'; src: url('./font/Gotham-Bold.woff') format('woff');
	font-weight: 800;
	font-style: bold;
}
@font-face {
	font-family: 'SangSangFlowerRoad';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_three@1.0/SangSangFlowerRoad.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GmarketSansMedium';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR&display=swap');

.cafe24 {font-family: 'Cafe24Shiningstar' !important;}
.Gotham {font-family: 'Gotham' !important;}
.SangSang {font-family: 'SangSangFlowerRoad' !important;}
.noto_Serif {font-family: 'Noto Serif KR'  !important; }
.Gmark {font-family: 'GmarketSansMedium'  !important; }
/*
 * Common
 */

html,
body {
	height: 100%;
}

* {
	-webkit-box-sizing: border-box;
	-moz-webkit-box: border-box;
	box-sizing: border-box;
	font-family: 'Noto Sans KR', "Nanum Gothic", "나눔고딕", "Lato","Apple SD Gothic Neo", "Malgun Gothic", dotum, sans-serif;
	word-spacing: 0;
	letter-spacing: 0;
	/*font-weight: 400;*/
	word-break: keep-all;
}
*:focus {
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans KR';
}

pre {
	white-space: pre-wrap;
}

img {
	image-rendering: -webkit-optimize-contrast;
	transform: translateZ(0);
	backface-visibility: hidden;
}

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

.table {
	display: table !important;
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
}

.pot {display:block  !important}

.table > * {
	float: unset !important;
	display: table-cell !important;
}
.table.auto-width {
	width: auto;
}

.text-light-gray {
	color: #aaaaa8 !important;
}
.text-gray,
.text-gray-all,
.text-gray-all * {
	color: #999 !important;
}
.text-dark-gray {
	color: #333333 !important;
}
.text-green {
	color: #379F84;
}
.text-green2 {
	color: #368DA0;
}
.text-light-green {
	color: #c5d841;
}
.text-orange {
	color: #f99d2e;
}
.text-purple {
	color: #A64566;
}
.text-light-blue,
.text-light-blue-all,
.text-light-blue-all * {
	color: #70c6dd !important;
}
.text-blue,
.text-blue-all,
.text-blue-all * {
	color: #2E3384 !important;
}
.text-dark-blue,
.text-dark-blue-all,
.text-dark-blue-all * {
	color: #3a4b52 !important;
}
.text-dark-blue2 {
	color: #38406a !important;
}
.text-red,
.text-red-all,
.text-red-all * {
	color: #9a1c0e !important;
}
.text-orange-red,
.text-orange-red-all,
.text-orange-red-all * {
	color: #dc2d1a !important;
}
.text-orange,
.text-orange-all,
.text-orange-all * {
	color: #ee5c0d !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,
.text-yellow-all,
.text-yellow-all * {
	color: #ebf05e !important;
}
.text-dark-yellow,
.text-dark-yellow-all,
.text-dark-yellow-all * {
	color: #eea10d !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-ink {
	font-family: 'InkLipquid' !important;
}
.font-covered {
	font-family: 'Covered By Your Grace', cursive !important;
}
.font-dokdo {
	font-family: 'East Sea Dokdo', cursive !important;
}
.font-abril-fatface {
	font-family: 'Abril Fatface', cursive !important;
}
.font-caveat {
	font-family: 'Caveat', cursive !important;
}
.font-myeongjo {
	font-family: 'Gowun Batang', serif !important;
}
.font-concert-one {
	font-family: 'Concert One', cursive !important;
}
.font-handlatter {
	font-family: 'Handletter', serif !important;
}
.font-cafe24-shiningstar {
	font-family: 'Cafe24Shiningstar', serif !important;
}
.font-quotes {
	font-family: 'Passion One', cursive;
}
.font-montserrat {
	font-family: 'Montserrat', sans-serif !important;
}
.font-raleway {
	font-family: 'Raleway', sans-serif !important;
}

.hd-width {
	width: 100%;
	max-width: 1980px;
	margin: 0 auto;
}

.pointer {
	cursor: pointer;
}

.iframe-wrap {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	background-color: #e4e4e4;
	overflow: hidden;
}
.iframe-wrap.h300,
.iframe-wrap.h115,
.iframe-wrap.h140 {
	background-color: #333;
}
.iframe-wrap.h300 {
	padding-bottom: 300px;
}
.iframe-wrap.h115 {
	padding-bottom: 115px;
}
.iframe-wrap.h140 {
	padding-bottom: 140px;
}
.iframe-wrap iframe,
.iframe-wrap img,
.iframe-wrap video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.iframe-wrap iframe,
.iframe-wrap video {
	background-color: rgba(0, 0, 0, 0.7);
}
.iframe-wrap.h300 img,
.iframe-wrap.h115 img,
.iframe-wrap.h140 img {
	height: auto;
	top: 50%;
	transform: translateY(-50%);
}
.iframe-wrap.fliphtml {
	padding-bottom: calc(100vh - 200px);
}

.btn,
.more,
button,
.not-draggable {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.divide-line-vertical {
	display: inline-block;
	width: 1px;
	height: 10px;
	background-color: #555;
	margin: 0 10px 0 6px;
}

#container.index #sub-page {
	padding: 0;
}
#edit-page,
#sub-page .edit-page {
	position: absolute;
	display: block;
	left: 50%;
	top: 10px;
	right: 15px;
	text-align: right;
	z-index: 1;
	max-width: 100% !important;
	transform: translateX(-50%);
	margin: 0;
}
#edit {
	position: absolute !important;
	top: 15px;
	right: 15px;
	z-index: 5;
}
@media (max-width: 1100px) {
	#edit-page,
	#sub-page .edit-page {
		top: -55px;
	}
}
#edit i,
#edit-page i,
#sub-page .edit-page i{
	color: #b51818;
	font-size: 2em;
}

.custom-scrollbar {
	scrollbar-3dLight-Color: #D2D2D2;
	scrollbar-arrow-color: #FFF;
	scrollbar-base-color: #D2D2D2;
	scrollbar-Face-Color: #D2D2D2;
	scrollbar-Track-Color: #FFF;
	scrollbar-DarkShadow-Color: #FFF;
	scrollbar-Highlight-Color: #FFF;
	scrollbar-Shadow-Color: #FFF;
}
.custom-scrollbar::-webkit-scrollbar {
	width: 8px;
	border: 1px solid #FFF;
	-webkit-border-radius: 10px;
	border-radius:10px;
}
.custom-scrollbar::-webkit-scrollbar-button:start:decrement,
.custom-scrollbar::-webkit-scrollbar-button:end:increment {
	display: block;
	height: 10px;
	background: rgba(0, 0, 0, 0);
}
.custom-scrollbar::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0,0 ,0 );
}
.custom-scrollbar::-webkit-scrollbar-thumb {
	height: 50px;
	width: 50px;
	background: #D2D2D2;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0);
}

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

.img-full-auto {
	text-align: center;
}
.img-full-auto img {
	max-width: 100%;
}
.img-full img {
	width: 100%;
}

#getting-ready {
	display: grid;
	text-align: center;
	min-height: 500px;
	align-items: center;
	font-size: 2.5em;
	font-weight: 600;
	margin-bottom: 50px;
	color: #ccc;
}
@media (max-width: 640px) {
	#getting-ready {
		font-size: 1.5em;
		min-height: 300px;
	}
}


/**
 * Header
 */

#hd,
#wrapper,
#ft {
	min-width: auto !important;
}
#hd {
	background: unset;
}
#hd *:not(.no-ani),
.ani {
	-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;
}
#wrapper {
	margin-top: 100px;
}

#gnb_open {
	position: absolute;
	display: none;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 40px;
	height: 55px;
	border: 0;
	background-size: 70%;
	color: #fff;
	background: none;
	font-size: 2em;
}
#gnb_open,
#user_btn {
	color: #000;
}
@media (max-width: 1100px) {
	#wrapper {
		margin-top: 55px;
	}
	#gnb_open {
		display: block;
	}
}

#tnb {
	background-color: #F5F5F5;
	border-bottom-width: 0;
}
#hd_qnb {
	display: flex;
	align-items: center;
	height: 100px;
}
@media (max-width: 1655px) {
	#hd_qnb {
		display: none;
	}
}
#hd.on #hd_qnb {
	height: 100px;
}
#hd_define li,
#hd_qnb li {
	border-right-width: 0;
}
#hd_define > li,
#hd_qnb > li {
	position: relative;
	font-size: 1.05em;
}
#hd_define > li:not(:last-child):before {
	content: '';
	position: absolute;
	top: 15px;
	bottom: 15px;
	right: 0;
	width: 1px;
	background-color: #c0c0c0;
}
#hd_define > li {
	padding: 15px 15px 15px 0;
	margin: 0 15px 0 0;
	white-space: nowrap;
}
#hd_qnb > li {
	padding: 15px 0;
	margin: 0;
}
#hd_define > li:hover a,
#hd_qnb > li:hover a {
	color: #000;
}
#hd_define > li a{
	position: relative;
	display: inline-block;
	color: #bebebe;
	padding: 0 5px;
}

#hd_qnb > li > a {
	position: relative;
	display: inline-block;
	color: #bebebe;
	font-size:14px;
	padding: 10px 20px;
	border:1px solid  #bebebe;
	border-radius:50px;
	margin-right:35px;
}
#gnb-mobile .offering a,
#hd_qnb > li.offering > a {
	border-color: #76990f;
	background-color: #76990f;
	color: #FFF !important;
}
#hd_qnb > li.offering > a:hover {
	background-color: #547004;
}
#gnb-mobile .offering a {
	line-height: 55px !important;
	padding: 0 20px;
	font-size: 1.1em;
	font-weight: 500;
}

#hd_qnb > li:first-child > a {
	margin-right: 15px;
}
#hd_qnb > li:first-child > a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	height: 10px;
	width: 1px;
	transform: translateY(-50%);
	background-color: #FFF;
}
#hd_qnb .sns-icon {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 45px;
	color: #949494;
	cursor: pointer;
}
#hd_qnb .sns-icon:hover {
	color: #000;
}
#hd_qnb .sns-icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.5em;
}
#hd_qnb .facebook i {
	font-size: 1.2em;
}

#hd_qnb .round-btn {
	position: relative;
	display: inline-block;
	/*	width: 20px;
        height: 20px;
        border: 1px solid #000;
        border-radius: 50%;
        margin: 0;*/
	vertical-align: revert;
}
#hd_qnb .round-btn i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#hd_qnb .online-offering {
	position: relative;
	/*	margin: 0 5px 0 15px !important;*/
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	line-height: 100px;
	font-weight: 500;
	padding:0px 40px;
	height:100%;
	background:linear-gradient(to right bottom,#439f93,#48b791);
}
#hd_qnb .online-offering:hover {

	background:#ff0000;
}
/*#hd_qnb .online-offering:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 15px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-color: #ACACAC;
}*/
#hd_qnb .online-offering .round-btn {
	/*	border-color: #0b80a6;*/
	margin-left: 5px;
	display: none
}
#hd_qnb .online-offering .round-btn i {
	transform: translate(-50%, -50%) scale(0.7);
}
#hd_qnb .online-offering:hover {}

li.member-menu {
	position: relative;
	text-align: center;
	color: rgba(93, 103, 125, 1);
	padding: 30px 0 !important;
	margin: 0 0 0 5px !important;
}
li.member-menu-sub:before {
	content: '|';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	font-size: 0.7em;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 100;
}
li.member-menu i {
	top: -1px;
	margin-right: 7px;
	font-size: 1.4em;
}
li.member-menu > span:after {
	content: '▼';
	position: relative;
	display: inline-block;
	font-size: 0.7em;
	transform: scale(0.5);
	top: -1px;
	margin-left: 3px;
}
li.member-menu a {
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: rgba(255, 255, 255, 0.7);
}
li.member-menu a:hover {
	color: rgba(255, 255, 255, 1);
}

li .member-sub-menu,
li .lang-select-menu {
	display: none;
	position: absolute;
	background-color: #FFF;
	top: 60px;
	left: 50%;
	z-index: 1000000;
	padding: 0;
	transform: translateX(-50%);
	min-width: 130px;
	box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.2);
	border: 1px solid #E9E9E9;
	margin-left: 7.5px;
}
li .lang-select-menu {
	min-width: auto;
	left: 0;
	right: 0;
	transform: translateX(0);
	text-align: center;
}
li:hover .member-sub-menu,
li:hover .lang-select-menu {
	display: block;
}
li .member-sub-menu *,
li .lang-select-menu * {
	top: 0;
	white-space: nowrap;
	line-height: 40px;
}

li .member-sub-menu:before,
li .lang-select-menu:before {
	content: '▲';
	position: absolute;
	font-size: 0.75em;
	top: -10px;
	left: 50%;
	color: #FFF;
	transform: translateX(-50%);
}
li .member-sub-menu li,
li .lang-select-menu li {
	line-height: 2.8em !important;
	float: none !important;
	display: block;
	margin: 0 !important;
	padding: 0 10px !important;
	border-top: 1px solid #E0E0E0;
	text-align: left !important;
}
li .member-sub-menu li:first-child,
li .lang-select-menu li:first-child {
	border: none;
}
li .member-sub-menu a,
li .member-sub-menu a:hover,
li .lang-select-menu a,
li .lang-select-menu:hover {
	font-size: 0.9em;
	color: #333 !important;
}

li .member-sub-menu li:hover,
li .lang-select-menu li:hover {
	background-color: #f3f3f3;
}

.lang-select {
	color: rgba(0, 0, 0, 0.5) !important;
	padding: 0 10px !important;
	margin-left: 8px !important;
}
.lang-select .arrow {
	display: inline-block;
	font-size: 0.7em;
	color: rgba(0, 0, 0, 0.5) !important;
	transform: scale(0.7);
}
.lang-select .arrow:before {
	content: '▼';
}
.lang-select:hover .arrow:before {
	content: '▲';
}

#hd {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
	background-color: rgba(255, 255, 255, 1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	min-width: auto;
	z-index: 99999;
}
#hd.on {
	/*	height: 95px;*/
	background-color: rgba(255, 255, 255, 1);
}
#hd > .common-width {
	max-width: 100% !important;
}
#hd > .common-width > *:not(#hd_pop) {
	line-height: 100px;
}
#hd.on > .common-width > *:not(#hd_pop) {
	line-height: 100px;
}
@media (max-width: 1100px) {
	#hd {
		height: 55px !important;
	}
	#hd > .common-width > *:not(#hd_pop) {
		line-height: 55px !important;
	}
}

#hd_wrapper {
	width: auto;
	float: left;
	height: auto;
}
#hd_wrapper #logo {
	padding: 0px 0px 0px 45px;
	float: unset;
}
#hd.on #hd_wrapper #logo img {
	/*	transform: scale(0.8);
        -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;*/
}
@media (max-width: 1100px) {
	#hd.on #hd_wrapper #logo img {
		transform: scale(1);
	}
	#hd_wrapper #logo {
		padding: 0px 0px 0px 0px;
	}

}

#gnb-wr {
	/*float: left;*/
	/*margin-left: 80px;*/
	position: absolute;
	left: 400px;
	/*	transform: translateX(-50%);*/
	z-index: 1;
}
@media (max-width: 1655px) {
	#gnb-wr {
		position: relative;
		left: auto;
		transform: translateX(0);
		float: right;
	}
}
#gnb {
	z-index: 1001;
	background-color: rgba(0, 0, 0, 0);
}
#gnb .gnb_wrap {
	width: auto;
	position: relative;
}
#gnb .gnb_menu_btn {
	display: none;
	width: 60px;
	height: 60px;
	background-color: #36499F;
	font-size: 1.6em;
}
#gnb .gnb_menu_btn:hover{
	background-color: #1f2e75;
}
#gnb .gnb_menu_btn .fa-times {
	font-size: 1.5em;
}
#gnb .gnb_search_btn {
	display: none;
	position: relative;
	width: 60px;
	height: 60px;
	background-color: #FFF;
	border: 0;
	vertical-align: top;
	font-size: 2em;
}
#gnb .gnb_search_btn:hover {
	color: #36499F;
}
#gnb .gnb_search_btn:after,
#gnb .gnb_search_btn:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #DADADA;
}
#gnb .gnb_search_btn:before {
	left: 0;
}
#gnb .gnb_search_btn:after {
	right: 0;
}
#gnb .gnb_search_btn .fa-times {
	font-size: 1.2em;
}
#gnb #gnb_1dul {
	width: auto;
	border-width: 0;
	margin: 0 auto;
}
#gnb .gnb_mnal {
	position: absolute;
	top: 0;
}
#gnb #gnb_1dul > li:first-child {
	left: 0;
}
#gnb #gnb_1dul > li:last-child {
	right: 0;
}
#gnb .gnb_1dli {
	/* text-align: center; */
	line-height: 60px;
}
#gnb .gnb_1dli:not(.gnb_mnal) {
	min-width: 145px;
}
#gnb .gnb_1da {
	text-align: left;
	font-size: 1.45em;
	font-weight: 400;
	color: #000;
	display: grid;
	height: 100px;
	align-items: center;
	line-height: 120%;
}
#hd.on #gnb .gnb_1da {
	/*line-height: 95px;*/
	height: 100px;
	/*	font-size: 1.35em;*/
	/* text-align: center; */
}
@media (max-width: 1300px) {
	#gnb .gnb_1da {
		font-size: 1.25em;
	}
}
#gnb .gnb_1dli:hover > a {
	color: #0b80a6;
}
.gnb_1dli.gnb_al_li_plus .gnb_1da {
	padding: 0 20px;
}
@media (max-width: 1660px) {
	#gnb .gnb_1da {
		padding: 0 20px;
	}
}
#gnb .gnb_1da small {
	display: block;
	font-size: 0.7em;
	color: #a2a2a2;
	line-height: 100%;
	margin-bottom: 10px;
}
#gnb .gnb_1dli .bg {
	display: none;
}
#gnb .gnb_2dul,
#gnb-2dul-bg {
	top: 100px;
}
#hd.on #gnb .gnb_2dul,
#hd.on #gnb-2dul-bg {
	top: 100px;
}
.gnb_2dul {
	left: 0;
	right: 0;
}
#gnb.pc .gnb_2dul {
	display: block;
	position: absolute;
	overflow: hidden;
	left: 0;
	width: 100%;
	max-height: 0;
	margin: 0;
	padding: 10px 0;
	z-index: 999;
	border: none !important;
	min-width: 100px;
}
#gnb-2dul-bg {
	position: fixed;
	width: 100%;
	left: 0;
	height: 0;
	background:url('../img/top_bg_img.png')  #204f6e;
	background-repeat:no-repeat;
	background-position:left;
}

#gnb-2dul-bg h2, #gnb-2dul-bg p {color:#fff; padding-left:45px; text-align:center}
#gnb-2dul-bg h2 {padding-bottom:20px;}
#gnb-2dul-bg div {width:340px; padding-top:50px;}
#gnb-2dul-bg div {display:none}
#gnb-2dul-bg.on div {display:block}


.gnb_1dli_over .gnb_2dul,
.gnb_1dli_over2 .gnb_2dul {
	max-height: 1000px !important;
	overflow: inherit !important;
}
.gnb_2dul .gnb_2dul_box {
	/*background-color: rgba(0, 0, 0, 0.7);*/
	padding: 20px 0;
	border-width: 0;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.gnb_2dli {
	padding: 0 0 0 20px;
	/*border-top: 1px solid rgba(255, 255, 255, 0.3);*/
}
.gnb_2da {
	color: rgba(255, 255, 255, 1);
	background-color: rgba(0, 0, 0, 0);
	white-space: nowrap;
	font-size: 1em;
	padding: 0;
	font-weight: 300;
}

.gnb_2da:before {content:"·"; display:inline-block; margin-right:3px;}

a.gnb_2da:hover {
	color: rgba(255, 255, 255, 1);
	background-color: rgba(0, 0, 0, 0);
	text-decoration: underline;
}
@media (max-width: 1200px) {
	.gnb_2da {
		font-size: 1.1em;
		padding-left: 0 !important;
	}
}

#gnb_all {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: #2E3384;
	border-width: 0;
	height: 0;
	overflow: hidden;
}
#gnb_all.on {
	height: 523px;
	padding: 30px 50px 50px;
}
#gnb_all h2,
#gnb_all .gnb_close_btn {
	display: none;
}
#gnb_all_bg {
	display: none !important;
	background-color: rgba(0, 0, 0, 0) !important;
}
#gnb_all .gnb_al_li {
	border-width: 0;
}
#gnb_all .gnb_al_li .gnb_al_a {
	color: #FFF;
	font-size: 1.6em;
	margin-bottom: 20px;
}
#gnb_all .gnb_al_li .gnb_al_a small {
	display: block;
	font-size: 0.7em;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 300;
}
#gnb_all .gnb_al_li li {
	padding: 5px 0;
}
#gnb_all .gnb_al_li li a {
	color: rgba(255, 255, 255, 0.6);
	font-size: 1.3em;
}
#gnb_all .gnb_al_li li a:hover {
	color: #6ab5f5;
}

#ol_before,
#ol_after_hd {
	background-color: #2E3384 !important;
	line-height: 0;
}
#ol_before a.btn_b01,
#ol_before .btn_b01,
#ol_before .btn_b02 {
	position: relative;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0);
	color: #fff;
	border-radius: 3px;
	padding: 10px;
	border: 0;
	text-decoration: none;
	vertical-align: middle;
}
#ol_before .btn_b01:after {
	content: '';
	position: absolute;
	top: 12px;
	bottom: 12px;
	right: 0;
	width: 1px;
	background-color: #FFF;
}
#ol_after_private {
	display: none;
}
#ol_after_logout {
	background-color: #FFF !important;
	color: #2E3384 !important;
}
#ol_after_hd strong {
	width: 97px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#gnb-mobile {
	position: fixed;
	background: #efefef;
	top: 0;
	right: 0;
	width: 320px;
	z-index: 99999;
	height: 100vh;
	overflow-y:auto;
	transform: translateX(320px);
	-webkit-box-shadow:0 0 5px rgba(55,55,5,0.4);
	-moz-box-shadow:0 0 5px rgba(55,55,5,0.4);
	box-shadow:0 0 5px rgba(55,55,5,0.4)
}
#gnb-mobile.on {
	transform: translateX(0);
}
#gnb-mobile #gnb_1dul {
	background: #fff
}
#gnb-mobile #gnb_1dul a {
	display: block;
	color: #000;
}
#gnb-mobile .gnb_1dli {
	position: relative;
	text-align: left;
	line-height: 45px;
}
#gnb-mobile .gnb_1dli button {
	position: absolute;
	top: 5px;
	right: 0;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border: 0;
	font-size: 1.2em;
	background: #fff;
	background: url(../img/mobile/gnb_bg2.png) no-repeat 50% 50%;text-indent:-9999px;
}
#gnb-mobile .gnb_1dli button.btn_gnb_cl {
	background: url(../img/mobile/gnb_bg.png) no-repeat 50% 50%;
}
#gnb-mobile .gnb_1da {
	display: block;
	padding: 5px 20px;
	border-bottom: 1px solid #eee;
	font-weight: bold;
	font-size: 1.2em;
}
#gnb-mobile .gnb_1dli:hover,
#gnb-mobile .gnb_1da:hover {
	background-color: #FFF;
}
#gnb-mobile .gnb_1da.on {
	color: #FFF;
	background-color: #2E3384;
}
#gnb-mobile .gnb_1dli button {
	top: 7px;
}
#gnb-mobile .gnb_1da small {
	display: none;
}
#gnb-mobile .gnb_2dul {
	position: relative;
	display: none;
	background: #fafafa;
	top: 0;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
#gnb-mobile .divide-line {
	background-color: #efefef;
	height: 15px;
	border-bottom: 1px solid #eee;
}
#gnb-mobile .offering {
	position: relative;
}
#gnb-mobile .offering .gnb_1da {
	font-size: 15pt;
	font-weight: 600;
}
#gnb-mobile .gnb-top-banner > * {
	position: relative;
	padding: 5px 0;
	align-items: center;
}
#gnb-mobile .gnb-top-banner > *:first-child {
	padding-right: 0;
}
#gnb-mobile .gnb-top-banner > *:last-child {
	padding-left: 0;
}
#gnb-mobile .gnb-top-banner > *:first-child:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background-color: #E5E5E5;
}
#gnb-mobile .gnb-top-banner .sub {
	font-size: 0;
}
#gnb-mobile .gnb-top-banner .sub > * {
	display: inline-block;
	font-size: 12pt;
	line-height: 100%;
	vertical-align: middle;
	font-weight: 600;
}
#gnb-mobile .gnb-top-banner .sub small {
	display: block;
	font-size: 7pt;
}
#gnb-mobile .gnb-top-banner img {
	display: inline-block;
	height: 35px;
	margin-right: 10px;
}
#gnb-mobile .gnb-top-banner .icon {
	position: absolute;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #B49868;
	font-size: 12pt;
	font-weight: 600;
	color: #FFF;
	border-radius: 50%;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
#gnb-mobile .gnb_2da {
	padding-left: 30px
}
#gnb_close {
	display: block;
	position: absolute;
	right: 8px;
	top: 10px;
	z-index: 99;
	font-weight: bold;
	margin: 0;
	height: 40px;
	width: 40px;
	border: 0;
	color: #bfb8b2;
	font-size: 2em;
	background: transparent;
}

#search {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: #FFF;
	z-index: 999;
	overflow: hidden;
	height: 0;
}
#search.on {
	height: 523px;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #2E3384;
}
#hd_sch {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -63%);
	overflow: unset;
	border-radius: 0;
}
#hd_sch h1 {
	color: #2E3384;
	font-size: 2.5em;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}
#hd_sch form[name="fsearchbox"] {
	border: 3px solid #2E3384;
	overflow: hidden;
	padding: 8px 5px 8px 10px;
}
#hd_sch #sch_stx,
#hd_sch #sch_submit {
	background-color: rgba(255, 255, 255, 0);
	color: #333;
}
#hd_sch #sch_stx {
	font-size: 1em;
	font-weight: 500;
	border-radius: 0;
	width: 523px;
}
#hd_sch #sch_stx,
#hd_sch #sch_stx:focus {
	outline: none !important;
	box-shadow: unset !important;
	-webkit-box-shadow: unset !important;
	-moz-box-shadow: unset !important;
	border: 0 !important;
}
#hd_sch #sch_submit {
	font-size: 2em;
}
#hd_sch #sch_submit:hover {
	color: #2E3384;
}

.sub-banner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
#sub-banner {
	min-height: 380px;
	background-size: cover;
	background-position: center;
	/*
    animation-name: zoom-out;
    animation-duration: 3s;
    animation-timing-function: ease-out;
    */
}
.sub-banner.on {
	top: 0;
	/*margin-top: 138px;*/
}
.sub-banner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 1200px;
	transform: translate(-50%, -50%);
	color: #FFF;
	text-align: center;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
.sub-banner .text * {
	position: relative;
	/*font-family: 'Noto Serif KR', serif;*/
}
.sub-banner .text .en {
	font-size: 2em;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
}
/*
.sub-banner .text .en:after {
    content: '';
    display: block;
    margin: 20px auto 10px;
    width: 50px;
    height: 1px;
    background-color: #FFF;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
*/
.sub-banner .text .ko {
	font-size: 3.8em;
	font-weight: 600;
}
@media (max-width: 1100px) {
	.sub-banner {
		top: 0 !important;
	}
	#sub-banner {
		min-height: 200px;
	}
	.sub-banner .text .en {
		font-size: 15pt;
	}
	/*
    .sub-banner .text .en:after {
        margin: 15px auto 5px;
    }
    */
	.sub-banner .text .ko {
		font-size: 25pt;
	}
}
#sub-banner .table {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 400px;
	padding-top: 100px;
	background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1100px) {
	#sub-banner .table {
		height: 200px;
		padding-top: 70px;
	}
}
#sub-banner .table li {
	text-align: center;
	font-size: 5rem;
	color: #FFF;
}
@media (max-width: 1100px) {
	#sub-banner .table li {
		font-size: 3rem;
	}
}
#sub-banner .table li span {
	display: inline-block;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
@media (max-width: 1100px) {
	#sub-banner .table li span {
		font-size: 0.6em;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
}
#sub-banner .table li small {
	display: block;
	font-size: 0.25em;
	font-weight: 400;
}

#empty-banner {
	height: 135px;
}
@media (max-width: 1100px) {
	#empty-banner {
		height: 90px;
	}
}

nav#sub-menu {
	/*border-bottom: 1px solid #e9e9e9;*/
}
nav#sub-menu .top-menu {
	display: none;
}
nav#sub-menu ul {
	width: 100%;
	max-width:1400px;
	background:#f3f3f3;
	margin: 0 auto;
}
nav#sub-menu ul * {
	-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;
}
nav#sub-menu ul > * {
	padding: 0 10px;
	color: #666666;
	font-size: 20px;
	cursor: pointer;
}
nav#sub-menu ul li {position: relative; text-align:center}
nav#sub-menu ul li:before {content:""; width:1px; height:18px; background:#cecece; display:inline-block; position: absolute; top:35px; left:0px}
nav#sub-menu ul li:nth-child(1):before {display:none}
nav#sub-menu ul li:nth-child(2):before {display:none}
nav#sub-menu ul li:nth-child(3):before {display:none}
nav#sub-menu ul li:nth-child(4):before {display:none}
nav#sub-menu ul li:nth-child(5):before {display:none}


nav#sub-menu ul > *:hover span,
nav#sub-menu ul > *.on span {
	color: #23797a;
	/*	border-color: rgba(196, 20, 27, 1);*/
	font-weight: 600;
	white-space: nowrap;
}
nav#sub-menu ul > * span {
	display: grid;
	height: 80px;
	align-items: center;
	/*border-bottom: 4px solid rgba(196, 20, 27, 0.3);*/
	padding: 0 20px;
}

nav#sub-menu ul > * a {padding: 0 10px;}

#container_title_wrap {
	display: none !important;
	overflow: hidden;
	border-bottom: 3px solid #2E3384;
	line-height: 55px;
	height: 73px;
	padding: 10px 0 3px;
}
#container_title_wrap > div > * {
	vertical-align: top;
}

#container_title {
	float: left;
	padding: 0;
	/*text-align: center;*/
}
#container_title > * {
	vertical-align: middle;
}
#container_title span {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	font-weight: 600;
	color: #2E3384;
	white-space: nowrap;
}

#position-wrap {
	float: right;
}
#board-common-top #position-wrap {
	position: relative;
	float: unset;
}
#position {
	width: 100%;
	margin: 0;
	font-size: 0.75rem;
	/*text-align: right;*/
}
#position,
#position * {
	-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;
}
#position *:not(i) {
	color: rgba(0, 0, 0, 0.4);
	font-weight: 500;
}
#position i,
#position img {
	display: inline-block;
	/*width: 25px;*/
	/*height: 25px;*/
	color: rgba(0, 0, 0, 0.4);
	/*background-color: #0066b8;*/
	/*border-radius: 50%;*/
	font-size: 0.9em;
	margin-right: 3px;
	text-decoration: none !important;
	text-align: center;
	line-height: 25px;
}
#position img {
	position: relative;
	top: -1px;
}
/*#position a:first-child:before {
    content: '.';
    position: relative;
    display: inline-block;
    top: -3px;
    margin-right: 5px;
}*/
#position > *:after {
	content: '>';
	position: relative;
	display: inline-block;
	font-size: 0.8em;
	top: -2px;
	margin: 0 4px 0 8px;
	font-family: 'Nanum Gothic', sans-serif;
	color: #b2b2b2;
}
#position > *:hover:after {
	color: rgba(0, 0, 0, 0.7) !important;
}
#position > *:last-child:after {
	content: '';
	margin: 0;
}
#position > a:hover,
#position > a:hover * {
	color: #2E3384;
}


/**
 * Index
 */

#container.index .whats-new-latest {
	padding: 120px 0 !important;
}
@media (max-width: 640px) {
	#container.index .whats-new-latest {
		padding: 80px 0 !important;
	}
}

.index .whats-new .grid-3 {
	column-gap: 35px;
}
.index .whats-new img {
	width: 100%;
}
.index .whats-new .cont {
	position: relative;
	background-color: #FFF;
	padding: 30px 30px 10px;
	margin: -18% 40px 0;
	text-align: center;
}
.index .whats-new .cont .big {
	font-size: 1.1em !important;
	font-weight: 500;
	margin-bottom: 20px;
}
.index .whats-new .cont small {
	display: block;
	line-height: 110%;
	margin-bottom: 60px;
}
.index .whats-new .cont .btn {
	display: inline-block;
	color: #000;
	font-size: 0.9em;
	height: auto;
	line-height: 48px !important;
	border-radius: 50px;
	border: 2px solid #E8E8E8;
	padding: 0 40px;
}
.index .whats-new .grid-3 > li:hover .btn {
	background-color: #000;
	border-color: #000;
	color: #FFF;
}
@media (max-width: 640px) {
	.index .whats-new .grid-3 {
		row-gap: 30px;
	}
	.index .whats-new .cont {
		margin: -18% 20px 0;
	}
	.index .whats-new .cont small {
		margin-bottom: 30px;
	}
}

#container.index .search-form {
	background: linear-gradient(104deg, rgba(46,51,133,1) 0%, rgba(46,51,133,1) 31%, rgba(143,187,224,1) 84%);
}
#container.index .search-form h1 {
	color: #FFF;
}
/*
@media (min-width: 1101px) {
	#container.index [id^="addon-contents-"] .common-width,
	#container.index [id^="addon-latest-"] .common-width {
		padding-left: 25px;
		padding-right: 25px;
	}
}
*/
@media (max-width: 640px) {
	#container.index .schedule {
		padding: 50px 10px !important;
	}
	#container.index .search-form {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
}

#container.index .chapels .hd-width {
	column-gap: 5px;
	row-gap: 5px;
}
#container.index .chapels .hd-width * {
	color: #FFF;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}
#container.index .chapels .hd-width li {
	position: relative;
	background-size: cover !important;
	height: 570px;
}
#container.index .chapels .hd-width .wrap {
	position: absolute;
	max-width: 590px;
	width: 80%;
	top: 20%;
	bottom: 20%;
}
#container.index .chapels .hd-width > *:first-child .wrap {
	right: 20%;
}
#container.index .chapels .hd-width > *:last-child .wrap {
	left: 20%;
}
#container.index .chapels .hd-width .title {
	position: relative;
	font-size: 3.2em;
	font-weight: 300;
	line-height: 100%;
	padding-left: 15px;
}
#container.index .chapels .hd-width .title:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	bottom: 0;
	width: 1px;
	background-color: #FFF;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}
#container.index .chapels .hd-width small {
	display: block;
	font-size: 0.55em;
	font-weight: 600;
	line-height: 100%;
	margin-bottom: 15px;
}
#container.index .chapels .hd-width .arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 78px;
	height: 78px;
	border: 3px solid #FFF;
	border-radius: 50%;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
	background-color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
}
#container.index .chapels .hd-width .arrow:hover {
	background-color: rgba(0, 0, 0, 0.5);
}
#container.index .chapels .hd-width .arrow i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.5em;
}
@media (max-width: 1100px) {
	#container.index .chapels .hd-width li {
		height: 350px;
	}
}
@media (max-width: 640px) {
	#container.index .chapels .hd-width .wrap {
		left: 10% !important;
		right: 10% !important;
	}
}











#container.index .sermons > .common-width {
	max-width: 1980px !important;
}
#container.index .sermons .left {
	padding-right: 2.5px;
}
#container.index .sermons .right {
	padding-left: 2.5px;
	vertical-align: middle;
}
#container.index .sermons #sub-page {
	max-width: 620px;
}
#container.index .sermons .grid-2 > li {
	padding: 20px 35px;
}
#container.index .sermons .grid-2 .wrap {
	position: relative;
	cursor: pointer;
}
#container.index .sermons .grid-2 > li:nth-of-type(1),
#container.index .sermons .grid-2 > li:nth-of-type(2) {
	padding-top: 0;
	border-bottom: 1px solid #DADADA;
}
#container.index .sermons .grid-2 > li:nth-of-type(3),
#container.index .sermons .grid-2 > li:nth-of-type(4) {
	padding-bottom: 0;
}
#container.index .sermons .grid-2 > li:nth-of-type(2n-1) {
	padding-left: 0;
	border-right: 1px solid #DADADA;
}
#container.index .sermons .grid-2 > li:nth-of-type(2n) {
	padding-right: 0;
}
#container.index .sermons .grid-2 .title {
	color: #000;
	font-size: 2em;
}
#container.index .sermons .grid-2 .title small {
	display: block;
	font-size: 0.5em;
	font-weight: 300;
	color: #888;
}
#container.index .sermons .grid-2 .arrow {
	position: absolute;
	margin: 0 !important;
	background-image: none !important;
	width: 40px !important;
	height: 40px !important;
	font-size: 10pt;
	transform: translateY(-50%);
	border: 2px solid rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	-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;
	right: 0;
	top: 28px;
}
#container.index .sermons .grid-2 .arrow:before,
#container.index .sermons .grid-2 .arrow:after {
	content: '';
	position: absolute;
	display: block;
	width: 2px;
	height: 10px;
	background-color: rgba(0, 0, 0, 0.5);
	-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.index .sermons .grid-2 .arrow:before,
#container.index .sermons .grid-2 .arrow:after {
	left: auto;
	right: 17px;
}
#container.index .sermons .grid-2 .arrow:before {
	top: 9px;
	transform: rotate(-45deg);
}
#container.index .sermons .grid-2 .arrow:after {
	top: 50%;
	margin-top: -2px;
	transform: rotate(45deg);
}
#container.index .sermons .grid-2 .wrap:hover .arrow {
	border-color: rgba(0, 0, 0, 1);
}
#container.index .sermons .grid-2 .wrap:hover .arrow:before,
#container.index .sermons .grid-2 .wrap:hover .arrow:after {
	background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 1400px) {
	#container.index .common-width {padding:0px 20px}
	#container.index .sermons .right hr {
		height: 10px;
	}
}
@media (max-width: 1150px) {
	#container.index .sermons .grid-2 .title {
		font-size: 1.5em;
	}
}
@media (max-width: 640px) {
	#container.index .sermons .grid-2 > li {
		padding: 20px !important;
		border-bottom: 1px solid #DADADA;
		border-right-width: 0;
	}
	#container.index .sermons .grid-2 > li:last-child {
		border-bottom-width: 0;
	}
}


#container.index .community .left {
	padding-right: 2.5px;
}
#container.index .community .right {
	padding-left: 2.5px;
	vertical-align: middle;
}
#container.index .community .cont {
	position: absolute;
	z-index: 11;
	color: #FFF;
	font-size: 2.5em;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin-top: -52px;
	width: 70%;
}
#container.index .community .cont small {
	display: inline-block;
	font-size: 0.5em;
	font-weight: 600;
	margin-bottom: 35px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding-bottom: 5px;
}
#container.index .community .cont div {
	font-weight: 300;
}
@media (max-width: 640px) {
	#container.index .community {
		padding: 50px 0 !important;
	}
	#container.index .community .left,
	#container.index .community .right {
		padding-left: 0;
		padding-right: 0;
	}
	#container.index .community .cont {
		font-size: 2em;
		margin: 0px;
	}
	#container.index .community .cont small {
		margin-bottom: 0;
	}
}

#container.index .gallery h1,
#container.index .gallery h1 * {
	color: #FFF;
}
#container.index .gallery .grid-4 {
	column-gap: 3px;
	row-gap: 3px;
}
#container.index .gallery .grid-4 li {
	height: 390px;
	background-color: #FFF;
	justify-content: center;
	cursor: pointer;
}
#container.index .gallery .grid-4 li:hover * {
	color: #0b80a6;
}
#container.index .gallery .grid-4 .wrap {
	text-align: center;
}
#container.index .gallery .img {
	margin-bottom: 30px;
}
#container.index .gallery h3 {
	color: #000;
	font-size: 1.8em;
}
@media (max-width: 1100px) {
	#container.index .gallery {
		padding-left: 10px;
		padding-right: 10px;
	}
	#container.index .gallery .grid-4 li {
		height: 290px;
	}
}
@media (max-width: 700px) {
	#container.index .gallery .grid-4 {
		grid-template-columns: 1fr 1fr;
	}
	#container.index .gallery .grid-4 li {
		height: 250px;
	}
	#container.index .gallery .grid-4 li img {
		width: 50%;
	}
}
@media (max-width: 640px) {
	#container.index .gallery {
		padding: 50px 10px !important;
	}
}

#container.index .training h1 {
	font-size: 3.2em;
	font-family: 'Noto Sans KR';
	font-weight: 600;
}
#container.index .training .grid-2 {
	align-items: center;
}
#container.index .training .grid-2 > li:last-child {
	align-items: end;
}
#container.index .training .table {
	width: auto;
}
#container.index .training .table > * {
	position: relative;
	font-size: 1.4em;
}
#container.index .training .table > *:not(:last-child) {
	padding-right: 40px;
}
#container.index .training .table > *:not(:last-child):after {
	content: '';
	position: absolute;
	top: 9px;
	bottom: 7px;
	right: 20px;
	width: 1px;
	background-color: #DADADA;
}
#container.index .training .table i {
	position: relative;
	top: -2px;
	margin-left: 10px;
	font-size: 0.8em;
}
#container.index .training .grid-3 {
	grid-template-columns: 50% 25% 25%;
}
#container.index .training .title {
	padding-left: 0 !important;
	font-size: 2em !important;
	font-weight: 600 !important;
	margin-bottom: 20px;
}
#container.index .training .title:before {
	opacity: 0;
}
#container.index .training .title small {
	font-size: 0.5em !important;
	font-weight: 400 !important;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 20px;
}
#container.index .training .hd-width .wrap {
	left: 10% !important;
	right: 10% !important;
	max-width: inherit;
}
#container.index .training .hd-width > *:first-child .wrap {
	max-width: 690px;
	left: auto !important;
}
@media (max-width: 1250px) {
	#container.index .training .grid-2 {
		grid-template-columns: 1fr;
		row-gap: 20px;
	}
	#container.index .training .grid-2 > li:last-child {
		align-items: start;
	}
	#container.index .training .grid-3 {
		grid-template-columns: 1fr;
		row-gap: 0;
	}
	#container.index .training .hd-width > *:first-child .wrap {
		max-width: inherit;
		left: 10% !important;
	}
}
@media (max-width: 640px) {
	#container.index .training .grid-2 > li:last-child {
		align-items: center;
	}
	#container.index .training .table {
		display: table !important;
	}
	#container.index .training .table > * {
		font-size: 1em;
		text-align: center;
		display: table-cell !important;
	}
	#container.index .training .table i {
		display: none;
	}
}


/**
 * Container
 */

#container_wr:not(.common-width) {
	width: 100%;
}
#container_wr.common-width {
	margin-bottom: 50px;
}
#main-slider {
	position: relative;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
}
#main-slider .cont {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	z-index: 5;
	text-align: center;
	color: #FFF;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#main-slider .btn {
	position: relative;
	display: inline-block;
	height: auto;
	line-height: 80px;
	border-radius: 80px;
	padding: 0 80px;
	font-size: 1.4em;
	background: rgb(46,51,133);
	background: linear-gradient(104deg, rgba(46,51,133,1) 0%, rgba(46,51,133,1) 31%, rgba(143,187,224,1) 84%);
	margin-top: 90px;
	overflow: hidden;
}
#main-slider .btn:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 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;
}
#main-slider:hover .btn:before {
	background-color: rgba(0, 0, 0, 0.5);
}
#main-slider .btn span {
	position: relative;
	z-index: 2;
}
#main-slider .cont .text-en {
	font-size: 6em;
	font-weight: 600;
	line-height: 110%;
}
#main-slider .cont .text-ko {
	margin-top: 30px;
	font-size: 2.4em;
}
#main-slider.mobile .cont {
	padding-top: 55px;
}
#main-slider.mobile .cont .btn {
	margin-top: 20px;
	border-radius: 50px;
	line-height: 50px;
	padding: 0 30px;
}
#main-slider.mobile .cont .text-en {
	font-size: 2em;
}
#main-slider.mobile .cont .text-ko {
	margin-top: 10px;
	font-size: 0.8em;
}
#main-slider #edit {
	top: auto;
	bottom: 15px;
}
#main-slider img {
	width: 100%;
}

#container {
	width: 100%;
	float: unset;
	margin: 0;
	padding: 0;
	overflow-x: clip;
}


#container aside {position: relative; top:-20px}

#container.index {
	padding: 0;
	max-width: 100%;
	top:-50px;
	z-index:3
}
#container:not(.index) .common-width {
	max-width: 1400px;
}
@media (max-width: 1024px) {
	#container.index {
		top: 20px;
	}
}


/**
 * Footer
 */

#ft {background: #204f6e !important;
	/*	padding: 80px 0;*/
}
#ft_wr {
	/*grid-template-columns: 230px auto;*/
	column-gap: 55px;
	align-items: start;
	/*padding: 80px 0 80px;*/
}



#ft_wr img {
	width: 212px;
}
#ft_wr .ft-logo {
	text-align: left;
	padding:80px 0px
}
#ft_wr .cont-wr,
#ft_wr .cont-wr *:not(i) {
	color: #555;
	font-size: 0.95em;
	line-height: 150%;
	font-family: 'Raleway', sans-serif;
}
#ft_wr .cont-wr {
	position: relative;
}
#ft_wr .cont-wr a:hover {
	text-decoration: underline;
}
#ft_wr .cont-wr .divide-line {
	display: inline-block;
	border-right: 1px solid #555;
	margin: 0 2px;
	height: 11px;
}
#ft_wr .cont-wr .made-by {
	color: #EFA58A;
}
#ft_wr .cont-wr .made-by:hover {
	color: #be7357;
}


#ft_wr .wrap {padding:40px 0px;}
#ft_wr .wrap .ft_text li{font-size:15px; font-weight:300; padding-bottom:5px}
#ft_wr .wrap .ft_text li.copyright{font-size:12px; color:#c2c2c2}
#ft_wr .wrap .ft_text li.copyright a {font-size:12px; color:rgba(255,255,255,0.5); text-transform:uppercase}

#ft_wr .wrap_sns { border-bottom:1px solid rgba(255,255,225,0.1); padding-bottom:20px}
#ft_wr .wrap_sns .sns {display:flex}
#ft_wr .wrap_sns .sns li {padding-right:40px}
#ft_wr .wrap_sns .sns li:last-child {padding-right:0px}
#ft_wr .wrap_sns .sns i {font-size:30px}
.Family_Church {padding-top:20px;}
.Family_Church span {font-size:14px; margin-right:10px}
.Family_Church select {color:#000 !important; padding:10px 20px; width:210px; border-radius:50px; font-family:'Noto Sans KR', sans-serif; appearance:none; background:url('/img/select_arrow.png') #fff no-repeat right 24px center;
}
.Family_Church select option{color:#000 !important; font-family:'Noto Sans KR', sans-serif}


#ft_wr .cont-wr .sns {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#ft_wr .cont-wr .sns > * {
	position: relative;
	display: inline-block;
	width: 38px;
	height: 38px;
	border-radius: 8px;
	overflow: hidden;
	margin-left: 5px;
	-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;
}
#ft_wr .cont-wr .sns > *:hover {
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}
#ft_wr .cont-wr .sns i {
	position: absolute;
	color: #FFF;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16pt;
}
#ft_wr .cont-wr .sns .facebook {
	background-color: #0180F5;
}
#ft_wr .cont-wr .sns .facebook i {
	margin-top: 5px;
	font-size: 23pt;
}
#ft_wr .cont-wr .sns .twitter {
	background-color: #01CCF7;
}
#ft_wr .cont-wr .sns .youtube {
	background-color: #F30100;
}
#ft_wr .cont-wr .sns .insta {
	background: rgb(125,58,175);
	background: linear-gradient(219deg, rgba(125,58,175,1) 0%, rgba(182,50,133,1) 30%, rgba(248,24,1,1) 67%, rgba(248,212,4,1) 100%);
}
#ft_wr .cont-wr .sns .insta i {
	font-size: 23pt;
}

#ft-editor-text .grid-2 {
	grid-template-columns: auto auto;
}
#ft-editor-text .grid-2 > li:last-child {
	align-items: end;
}
#ft-editor-text .grid-2 .table.menu {
	width: auto;
}
#ft-editor-text .grid-2 .table.menu > * {
	position: relative;
	padding: 5px 25px 20px;
	font-size: 1.25em;
}
#ft-editor-text .grid-2 .table.menu > *:first-child {
	padding-left: 0;
}
#ft-editor-text .grid-2 .table.menu > *:last-child {
	padding-right: 0;
}
#ft-editor-text .grid-2 .table.menu > *:after {
	content: '';
	position: absolute;
	top: 12px;
	right: 0;
	width: 1px;
	height: 13px;
	background-color: #FFF;
}
#ft-editor-text .grid-2 .table.menu > *:last-child:after {
	opacity: 0;
}
#ft-editor-text .grid-2 .bottom-text {
	font-size: 1.1em;
}
#ft-editor-text .grid-2 .bottom-text * {
	color: rgba(255, 255, 255, 0.5);
}
#ft-editor-text .grid-2 .bottom-text strong {
	color: #FFF;
	display: inline-block;
	width: 65px;
}
#ft-editor-text .grid-2 .bottom-text i {
	margin-left: 5px;
}
#ft-editor-text .grid-2 .bottom-text > *:first-child {
	margin-bottom: 10px;
}
#ft-editor-text .grid-2 .copyright {
	font-size: 0.9em;
}
#ft-editor-text .sns {
	white-space: nowrap;
}
#ft-editor-text .sns-icon {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 45px;
	border: 1px solid #FFF;
	color: #FFF;
	border-radius: 50%;
	margin-left: 10px;
	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;
}
#ft-editor-text .sns > *:first-child {
	margin-left: 0;
}
#ft-editor-text .sns-icon:hover {
	background-color: #6ab5f5;
	border-color: #6ab5f5;
}
#ft-editor-text .sns-icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.5em;
}
#ft .ft-sign {
	text-align: left;
	padding: 40px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#ft .ft-sign * {
	color: rgba(255, 255, 255, 0.5);
}
#ft .ft-sign .copyright a {
	color: #a25252;
}
@media (max-width: 1100px) {
	#ft_wr,
	#ft-editor-text .grid-2 {
		grid-template-columns: 1fr;
	}
	#ft_wr .ft-logo {
		text-align: center;
	}
	#ft_wr .ft-logo img{
		/* width:auto */
	}

	#ft_wr img {
		width: 50%;
	}
	#ft-editor-text .grid-2 {
		margin-top: 20px;
	}
	#ft-editor-text .grid-2 .bottom-text {
		font-size: 1em;
		text-align: center;
	}
	#ft-editor-text .grid-2 > li:last-child {
		align-items: center;
	}
	#ft-editor-text .sns {
		margin-top: 10px;
	}
	#ft .ft-sign {
		text-align: center;
	}
	#ft_wr .ft-logo {padding:50px 0px}
	#ft {background:#0b80a6  !important}
	#ft_wr .wrap_sns .sns {justify-content: center;}
}

@media (max-width: 1400px) {
	#ft {padding:0px 50px;}
}


@media (max-width: 620px) {
	#ft {padding:0px 20px;}
}


@media (max-width: 640px) {
	#ft {
		padding: 50px 0;
	}
}


/* sitemap */
#sitemap .gnb_mnal,
#sitemap .bg {
	display: none !important;
}
#sitemap > .sitemap-cont-wrap {
	display: table;
	width: 100%;
}
#sitemap > .sitemap-cont-wrap > * {
	display: table-cell;
	vertical-align: top;
}
#sitemap .gnb_2dul {
	min-width: 100px;
}
.sitemap-cont-wrap > .logo {
	width: 30%;
}
.sitemap-cont-wrap > .logo img {
	width: 70% !important;
}
.sitemap-cont-wrap > .logo .sns {
	width: 70% !important;
	margin-top: 35px;
	display: table;
}
.sitemap-cont-wrap > .logo .sns > * {
	display: table-cell;
	text-align: center;
}
.sitemap-cont-wrap > .logo .sns > * i {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 34px;
	text-align: center;
	position: relative;
	border: 3px solid rgba(255, 255, 255, 0.7) !important;
	color: rgba(255, 255, 255, 0.7) !important;
	border-radius: 50%;
	margin: 0 3px;
	font-size: 1.5em;
	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;
}
.sitemap-cont-wrap > .logo .sns > * i:hover {
	border: 3px solid rgba(255, 255, 255, 1) !important;
	color: rgba(255, 255, 255, 1) !important;
}

.sitemap-cont-wrap > nav {
	width: 70%;
}
@media (max-width: 640px) {
	#sitemap {
		padding-bottom: 0;
	}
	.sitemap-cont-wrap > .logo {
		display: block !important;
		width: 60% !important;
		margin: 0 auto;
	}
	.sitemap-cont-wrap > .logo img {
		width: 100% !important;
	}
	.sitemap-cont-wrap > .logo .sns {
		width: 100% !important;
	}
}

#sitemap {padding:80px 0px 80px 50px}

#sitemap #gnb_1dul {
	display: table;
	width: 100%;
	margin: 0 auto;
}
#sitemap .gnb_1dli {
	display: table-cell;
	vertical-align: top;
	/*	padding: 0 20px;*/
}
#sitemap .gnb_1dli .gnb_1da {
	position: relative;
	height: auto;
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.5);*/
}
/*#sitemap .gnb_1dli .gnb_1da:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.7);
}*/
#sitemap .gnb_1dli .normal {
	height: auto;
	padding: 0 0 10px;
	color: rgba(255, 255, 255, 0.9) !important;
	font-size:18px;

	font-weight: 500;
	white-space: nowrap;
}
#sitemap .gnb_1dli small {
	font-size: 1.1rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.9) !important;
	display: none;
}
#sitemap .gnb_1dli .arrow {
	position: absolute;
	display: none !important;
	overflow: hidden;
	width: 30px;
	height: 1px;
	left: 50%;
	top: auto;
	bottom: 0;
	transform: translateX(-50%);
}
#sitemap .gnb_2dul {
	position: relative !important;
	top: 0;
	overflow: inherit;
	max-height: 100%;
	display:block  !important;
}
#sitemap  .gnb_2da:before {display:none}

#sitemap .gnb_2dul .gnb_2dul_box {
	padding: 0;
	height:100% !important;
}
#sitemap .gnb_2da {
	text-align: left;
	font-size: 13px !important;
	padding: 0px 0;
}

#sitemap .gnb_1dli_over .gnb_2dul,
#sitemap .gnb_1dli_over2 .gnb_2dul {
	background: none;
	border: none;
}
#sitemap .gnb_2da:hover {
	background: none !important;
	color: #FFF !important;
	text-decoration: underline !important;
}


/*
 * ETC
 */

/* loading */
#loading {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 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;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99999;
}
#loading span {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 0;
	transform: translate(-50%, -50%);
	font-size: 15em;
	color: rgba(255, 255, 255, 0.8);
}
#loading img {
	max-width: 200px;
}

/* page */
.pg_wrap {
	float: unset;
	display: block;
	text-align: center;
}
.pg {
	text-align: left;
}
.pg_current {
	background: #000;
	border-color: #2E3384;
	font-size: 1.083em;
	height: 30px;
	line-height: 28px;
	padding: 0 5px;
	min-width: 30px;
	text-decoration: none;
	border-radius: 50%;
	text-align: center;
}
.pg_page {
	text-align: center;
	background-color: rgba(255, 255, 255, 0);
	border-color: rgba(255, 255, 255, 0);
}
@media not all and (min-resolution:.001dpcm) {
	@media {
		.pg_current {
			margin-right: 3px;
		}
	}
}
.pg_page {
	cursor: pointer;
}

/* board noti alarm */
.new-noti {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999999;
	opacity: 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;
}
.new-noti.on {
	opacity: 1;
}
.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;
	color: #FFF !important;
}
.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;
}
.new-noti .blink,
.new-noti .blink * {
	color: #FFF !important;
}

/* 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, 0.8);
}

#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 {
	float: left;
	width: 100%;
	max-height: 100vh;
}
#weekly-popup > ul li img,
#img-popup img {
	max-width: 100%;
	max-height: 93vh;
}
#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: #FFF;
	cursor: pointer;
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 10em;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
#img-popup-cont {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
}
#weekly-popup nav div:hover {
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}
#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: '>';
}
@media (max-width: 640px) {
	#weekly-popup nav div {
		font-size: 5em;
	}
}

#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;
	width: 100% !important;
	top: 50% !important;
	left: 0 !important;
	transform: translateY(-50%);
	max-height: 90vh;
}
#hover-popup-cont.on-full iframe {
	max-height: 90vh;
}

#hover-popup-cont .iframe-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;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	overflow: auto;
	padding: 20px 35px;
	border-radius: 10px !important;
}
#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%);
}


/*
 * 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%;
	}
}


/*
 * Right Fix Banner
 */
#fix-banner {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: 620px;
}
#fix-banner.block {
	display: block;
}
#fix-banner.index {
	top: 790px;
}
#fix-banner.board {
	top: 237px;
}
#fix-banner.fixed {
	top: 80px;
	position: fixed;
}
@media (max-width: 1520px) {
	#fix-banner {
		display: none !important;
	}
}

/**
 * Sub Page
 */

#sub-page {
	margin: 0 auto;
	padding: 50px 0 100px;
	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 {
	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;
	margin: 0;
}
#container_wr.index h1 {
	font-weight: 900;
	color: #2c2c2c;
	font-family: 'Raleway', sans-serif;
	font-size: 3.5em;
}
#container_wr.index h1 small {
	display: block;
	color: #a2a2a2;
	font-size: 0.3em;
}
#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) {
	#container_wr.index h1 {
		padding: 0 10px;
		font-size: 3em;
		text-align: center;
	}
	#sub-page h1 {
		font-size: 1.8em;
	}
	#sub-page h2 {
		margin-bottom: 30px;
	}
	#sub-page h3 {
		font-size: 1em;
		line-height: 150%;
	}
}

#sub-page .box {
	border: 1px solid #e5e5e5;
	padding: 70px 50px;
}
#sub-page .box.gray {
	border-color: #f2f2f2;
	background-color: #f2f2f2;
}
#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: 22pt;
	color: #000;
	font-weight: 400 !important;
}
#sub-page dt {
	color: #3849A3;
	line-height: 150%;
	font-weight: 600 !important;
}
#sub-page dt.front-line {
	padding-left: 15px;
}
#sub-page dt.front-line:before {
	content: '';
	position: absolute;
	top: 9px;
	bottom: 12px;
	left: 0;
	width: 3px;
	background-color: #024c80;
}
#sub-page dt.upper-bar {
	position: relative;
	padding: 15px 0 20px;
}
#sub-page dt.upper-bar:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 1px;
	background-color: #000;
}
#sub-page .front-dot {
	position: relative;
	padding-left: 10px;
}
#sub-page .front-dot:before {
	content: '.';
	position: absolute;
	left: 0;
	top: -5px;
}
#sub-page dt.front-dot {
	padding-left: 15px;
	font-size: 1.7em;
	font-weight: 600 !important;
}
#sub-page dt.front-dot:before {
	content: '●';
	position: absolute;
	color: #FFCD38;
	left: 0;
	top: -6px;
	font-size: 8pt;
	transform: scale(0.7);
}
#sub-page dt .sub-en {
	position: relative;
	display: inline-block;
	padding-left: 10px;
	margin-left: 10px;
	font-weight: 300 !important;
}
#sub-page dt .sub-en:before {
	content: '';
	position: absolute;
	top: 10px;
	bottom: 5px;
	left: 0;
	width: 1px;
	background-color: rgba(0, 0, 0, 1);
}
#sub-page dt .big {
	font-size: 1.3em;
	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: #000;
	letter-spacing: -0.5px;
}
#container_wr dd.big {
	font-size: 15pt;
	letter-spacing: -1px;
}
#sub-page dd .big {
	font-size: 1.2em;
}
#sub-page dd .big2 {
	font-size: 1.4em;
}
#sub-page dd .big3 {
	font-size: 2.5em;
	line-height: 120%;
}
#sub-page dd .big4 {
	font-size: 2.7em;
	line-height: 120%;
}
#sub-page dd .big5 {
	font-size: 1.6em;
	line-height: 120%;
}
#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: #4466E2;
	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 dl.box {
		padding: 30px 20px;
	}
	#sub-page dt,
	#container_wr dt {
		line-height: 35px;
		font-size: 16pt;
	}
	#sub-page dd ,
	#container_wr dd {
		line-height: 28px;
		font-size: 11pt;
	}
	#sub-page dt.upper-bar {
		padding: 5px 0 10px;
	}
	#container_wr dd.big {
		font-size: 12pt;
	}
	#sub-page dd .big {
		font-size: 13pt;
	}
	#sub-page dd .big2 {
		font-size: 14pt;
	}
	#sub-page dd .small {
		font-size: 10pt;
	}
}

#sub-page .banner {
	background-size: cover !important;
}

#sub-page .banner .en {padding-bottom:50px}

#sub-page .banner {
	font-size: 1.7em;
	color: #FFF;
	text-align: center;
	padding: 170px 10px;
}
@media (max-width: 640px) {
	#sub-page .banner {
		padding: 50px 10px;
	}
}

#sub-page .btn,
.common-btn {
	text-align: left;
	position: relative;
	display: inline-block;
	height: 80px !important;
	line-height: 78px;
	padding: 0 120px 0 30px;
	color: #FFF;
	font-size: 1rem;
	background-color: #000;
	font-weight: 300;
	border: 1px solid #000;
	-webkit-transition:all 0.30s ease-in-out;
	-moz-transition:all 0.30s ease-in-out;
	-ms-transition:all 0.30s ease-in-out;
	-o-transition:all 0.30s ease-in-out;
}
#sub-page .btn.slim,
.common-btn slim {
	height: 55px !important;
	line-height: 53px;
}
#sub-page .btn .arrow,
.common-btn .arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	width: 40px;
	background-color: #FFF;
	right: 20px;
}
#sub-page .btn .arrow:before,
#sub-page .btn .arrow:after,
.common-btn .arrow:before,
.common-btn .arrow:after {
	content: '';
	position: absolute;
	width: 15px;
	height: 1px;
	background-color: #FFF;
	right: -2px;
}
#sub-page .btn .arrow:before,
.common-btn .arrow:before {
	transform: rotate(45deg);
	top: -5px;
}
#sub-page .btn .arrow:after,
.common-btn .arrow:after {
	transform: rotate(-45deg);
	bottom: -5px;
}
#sub-page .btn:hover,
.common-btn:hover {
	background-color: #FFF;
	color: #000;
}
#sub-page .btn:hover .arrow,
#sub-page .btn:hover .arrow:before,
#sub-page .btn:hover .arrow:after,
.common-btn:hover .arrow,
.common-btn:hover .arrow:before,
.common-btn:hover .arrow:after {
	background-color: #000;
}
@media (max-width: 1000px) {
	#sub-page .btn,
	.common-btn {
		padding: 0 80px 0 30px;
	}
}
@media (max-width: 1000px) {
	#sub-page .btn,
	.common-btn {
		width: 100%;
	}
}

#container_wr.index .divide-line,
#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;
	}
}

#sub-page.contact_us-cont .grid-3 {
	column-gap: 115px;
	max-width: 1180px;
	margin: 0 auto;
}
#sub-page.contact_us-cont .grid-3 > * {
	text-align: center;
}
#sub-page.contact_us-cont .grid-3 .img {
	position: relative;
}
#sub-page.contact_us-cont .grid-3 .img div {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	color: #FFF;
	font-weight: 600;
	font-size: 2em;
	line-height: 120%;
}
#sub-page.contact_us-cont .grid-3 .img div small {
	font-size: 0.8em;
	font-weight: 600;
}
#sub-page.contact_us-cont .grid-3 .info {
	margin-top: 50px;
}
#sub-page.contact_us-cont .grid-3 .name {
	color: #000;
	font-weight: 600;
	font-size: 2em;
}
#sub-page.contact_us-cont .grid-3 .name small {
	font-size: 0.95em;
}
#sub-page.contact_us-cont .grid-3 .explain {
	font-size: 1.2em;
	margin-top: 10px;
}
#sub-page.contact_us-cont .grid-3 .explain,
#sub-page.contact_us-cont .grid-3 .explain * {
	font-weight: 300;
	color: #000;
}
#sub-page.contact_us-cont .big.text-black-all {
	font-size: 1.8em;
	font-weight: 600;
	text-align: center;
}
#sub-page.contact_us-cont .big.text-black-all small {
	display: block;
	margin-top: 10px;
}
.cont-wr > .contact_us-cont:last-child {
	padding: 0 !important;
	margin-bottom: -50px !important;
}
#sub-page.contact_us-cont .grid-3.info {
	max-width: 850px;
	color: #000;
	font-size: 1.1em;
}
#sub-page.contact_us-cont .grid-3.info * {
	font-weight: 300;
}
#sub-page.contact_us-cont .grid-3.info .img {
	margin-bottom: 30px;
}
@media (max-width: 640px) {
	#sub-page.contact_us-cont .grid-3 {
		row-gap: 50px;
		font-size: 0.85em;
	}
	#sub-page.contact_us-cont .grid-3 .info {
		margin-top: 20px;
	}
	#sub-page.contact_us-cont .big.text-black-all {
		font-size: 1.4em;
	}
	#sub-page.contact_us-cont .grid-3.info {
		margin-bottom: 30px;
	}
	#sub-page.contact_us-cont .grid-3.info .img {
		margin-bottom: 10px;
	}
}


#container_wr.index hr,
.hr,
#sub-page hr {
	border: none;
	height: 30px;
	display: block;
	margin: 0;
}
#container_wr.index hr.light,
#sub-page hr.light {
	height: 15px;
	margin: 0;
}
#container_wr.index hr.thin,
#sub-page hr.thin {
	height: 8px;
	margin: 0;
}
@media (max-width: 760px) {
	#container_wr.index hr,
	.hr,
	#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;
}

#sub-page .font-quotes {
	font-family: 'Passion One', cursive;
}

#sub-page .text-box {
	position: relative;
	padding: 20px 30px 30px;
	margin-top: 20px;
	background-color: #f4f4f4;
	/*color: #000;*/
}
#sub-page .text-box.white {
	background-color: #FFF;
	border: 1px solid #dfdfdf;
}
#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-spacing: 0;
	border-top: 2px solid #000;
}
#sub-page table.auto {
	width: auto;
}
#sub-page table th,
#sub-page table td {
	padding: 15px;
	text-align: center;
	border: 1px solid #dadada;
	border-left-width: 0;
	border-top-width: 0;
}
#sub-page table td {
	color: #999;
}
#sub-page table tr > th:last-child,
#sub-page table tr > td:last-child {
	border-right-width: 0;
}
#sub-page table .border {
	border-right-width: 1px !important;
}
@media (max-width: 1100px) {
	#sub-page table tr.mobile {
		display: table-row !important;
	}
}
@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;
	}
}

#sub-page .welcome .welcome-text .ko {
	font-family: 'Cafe24Shiningstar';
	font-style: italic;
}
#sub-page .welcome .welcome-text .en {
	font-family: 'Wilderness Typeface', sans-serif;
}
#sub-page .welcome .welcome-text h1,
#sub-page .welcome .welcome-text h3 {
	display: inline-block;
	background: rgb(215,22,30);
	background: linear-gradient(111deg, rgba(215,22,30,1) 0%, rgba(241,156,7,1) 55%, rgba(232,213,0,1) 96%);
	color: transparent;
	-webkit-background-clip: text;
	line-height: 100%;
}
#sub-page .welcome .welcome-text h1 {
	font-size: 18em;
	margin-top: -60px;
}
#sub-page .welcome .welcome-text h3 {
	font-size: 6em;
}
#sub-page .welcome .welcome-text div.ko {
	font-size: 2em;
	line-height: 140%;
}
#sub-page .welcome .hd-width {
	position: relative;
}
#sub-page .welcome .hd-width .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #FFF;
	font-size: 3em;
	line-height: 160%;
	font-weight: 100;
	letter-spacing: -2px;
}
#sub-page .welcome .grid-2 {
	column-gap: 50px;
	row-gap: 100px;
}
#sub-page .welcome .grid-2 .wrap {
	position: relative;
	/*	padding-left: 30px;*/
}
#sub-page .welcome .grid-2 .big4 .num {
	display: inline-block;
	font-size: 1.6em;
	font-family: 'Source Serif Pro', serif;
	font-weight: 600;
	font-style: italic;
	margin-right: 10px;
	line-height: 120%;
}
#sub-page .welcome .grid-2 .big4 .num:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #0b80a6;
	border-radius: 50%;
	top: 0;
	left: 0;
}
#sub-page .welcome .grid-2 .big2 {
	margin-bottom: 5px;
}


@media (max-width: 640px) {

	#sub-page .welcome .welcome-text h1 {
		font-size: 13em;
		margin-top: -50px;
	}
	#sub-page .welcome .welcome-text h3 {
		font-size: 4em;
	}
	#sub-page .welcome .hd-width,
	#sub-page .welcome .hd-width img {
		height: 250px;
	}
	#sub-page .welcome .hd-width img {
		position: absolute;
		top: 0;
		right: -130px;
		width: auto;
	}
	#sub-page .welcome .hd-width .text {
		font-size: 1.4em;
		padding: 0 10px;
	}
	#sub-page .welcome .grid-2 {
		row-gap: 50px;
	}
}

#sub-page .welcome .grid-2 {
	grid-template-columns: 1.4fr 0.6fr;
}
#sub-page .welcome .grid-2 .img {
	text-align: right;
}
#sub-page .welcome .font-ink {
	display: inline-block;
	font-size: 4em;
	font-style: italic;
	margin-right: 10px;
}
#sub-page .welcome .grid-3 {
	column-gap: 50px;
	row-gap: 30px;
}
#sub-page .welcome .grid-3 .btn {
	display: inline-block;
	line-height: 45px;
	background-color: #000;
	border-radius: 45px;
	color: #FFF;
	font-size: 1em;
	height: 45px !important;
	padding: 0 40px;
	font-weight: 500;
}

/*#sub-page .new_family_registration .banner {
	color: rgba(255, 255, 255, 0.7);
}*/
#sub-page .new_family_registration .banner .en {
	color: #FFF;
}
#sub-page .new_family_registration .grid-4 {
	column-gap: 30px;
	row-gap: 50px;
}
#sub-page .new_family_registration .grid-4 .step {
	font-size: 1.3em;
}
#sub-page .new_family_registration .grid-4 .step span {
	font-family: 'Montserrat', sans-serif;
}
#sub-page .new_family_registration .grid-4 .step .status {
	position: relative;
	height: 36px;
}
#sub-page .new_family_registration .grid-4 .step .status:before,
#sub-page .new_family_registration .grid-4 .step .status:after {
	content: '';
	position: absolute;
	right: -18px;
	top: 0;
	width: 0;
	height: 0;
}
#sub-page .new_family_registration .grid-4 .step .status:before {
	border-top: 18px solid #FFF;
	border-bottom: 18px solid transparent;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
}
#sub-page .new_family_registration .grid-4 .step .status:after {
	border-bottom: 18px solid #FFF;
	border-top: 18px solid transparent;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
}
#sub-page .new_family_registration .grid-4 > * {
	position: relative;
	height: 455px;
	color: #adadad;
}
#sub-page .new_family_registration .grid-4 .big2 {
	color: #000;
	font-size: 1.6em;
}
#sub-page .new_family_registration .grid-4 > *:nth-of-type(1) .step {
	color: #9a1c0e;
}
#sub-page .new_family_registration .grid-4 > *:nth-of-type(1) .step .status {
	background-color: #9a1c0e;
}
#sub-page .new_family_registration .grid-4 > *:nth-of-type(2) .step {
	color: #dc2d1a;
}
#sub-page .new_family_registration .grid-4 > *:nth-of-type(2) .step .status {
	background-color: #dc2d1a;
}
#sub-page .new_family_registration .grid-4 > *:nth-of-type(3) .step {
	color: #ee5c0d;
}
#sub-page .new_family_registration .grid-4 > *:nth-of-type(3) .step .status {
	background-color: #ee5c0d;
}
#sub-page .new_family_registration .grid-4 > *:nth-of-type(4) .step {
	color: #eea10d;
}
#sub-page .new_family_registration .grid-4 > *:nth-of-type(4) .step .status {
	background-color: #eea10d;
}
#sub-page .new_family_registration .grid-4 .btn {
	position: absolute;
	left: 0;
	bottom: 0;
}

#sub-page .valley_chapel .box {
	padding: 0;
}
#sub-page .valley_chapel .box .grid-2 {
	align-items: center;
}
#sub-page .valley_chapel .box .grid-2 .wrap {
	margin-left: 20%;
	padding: 30px 10px;
}

#sub-page .iccc_em .banner,
#sub-page .next_gen_ic_kidz .banner,
#sub-page .next_gen_ic_youth .banner {
	text-align: left;
}

#sub-page .grid-2.icon-wrap {
	column-gap: 50px;
	row-gap: 100px;
}
#sub-page .icon-wrap .grid-2 {
	grid-template-columns: 165px auto;
	column-gap: 30px;
}
#sub-page .grid-2.icon-wrap .icon {
	position: relative;
	width: 165px;
	height: 165px;
	overflow: hidden;
	background-color: #f2f2f2;
}
#sub-page .grid-2.icon-wrap .icon img {
	position: absolute;
	max-width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#sub-page .grid-2.title > *:last-child {
	text-align: right;
}

#sub-page .grid-2.img-text,
#sub-page .grid-2.text-img {
	column-gap: 80px;
}
#sub-page .grid-2.img-text.align-middle,
#sub-page .grid-2.text-img.align-middle {
	align-items: center;
}
#sub-page .grid-2.img-text .table .text-gray-all,
#sub-page .grid-2.text-img .table .text-gray-all {
	font-size: 0.75em;
}

#sub-page .grid-3.people {
	column-gap: 50px;
	row-gap: 80px;
}
#sub-page .grid-3.people .wrap {
	text-align: center;
}
#sub-page .grid-3.people .img {
	text-align: center;
}
#sub-page .grid-3.people .img img {
	max-width: 100%;
}
#sub-page .grid-3.people .name {
	color: #000;
	font-size: 1.8em;
	font-weight: 600;
	margin-bottom: 15px;
	cursor: pointer;
}
#sub-page .grid-3.people .name small {
	position: relative;
	display: inline-block;
	font-size: 0.6em;
	color: #6e6e6e;
	font-weight: 400;
	vertical-align: middle;
	top: -3px;
	margin-left: 3px;
}
#sub-page .grid-3.people .email,
#sub-page .grid-3.people .phone {
	font-size: 0.8em;
}
#sub-page .grid-3.people .email {
	position: relative;
	margin-right: 6px;
	padding-right: 10px;
}
#sub-page .grid-3.people .email:after {
	content: '';
	position: absolute;
	top: 5px;
	right: 0;
	bottom: 2px;
	width: 1px;
	background-color: #d0d0d0;
}

#sub-page .banner.agape {
	position: relative;
	height: 785px;
}
#sub-page .banner.agape > div {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}
#sub-page .banner.agape > div h1.ko {
	font-size: 1.8em;
	font-weight: 600;
}
#sub-page .agape_young_couple .left {
	padding-right: 80px;
}
#sub-page .agape_young_couple .table > * {
	vertical-align: top;
}
#sub-page .agape_young_couple .table > *:first-child {
	padding-right: 15px;
}

#sub-page .missino_and_care .icon-wrap .grid-2 {
	align-items: center;
}

#sub-page .img-full-auto img {
	max-width: 465px;
}

#sub-page .discipleship_training .training {
	position: relative;
	grid-template-columns: 0.9fr 1.1fr;
	row-gap: 100px;
	column-gap: 60px;
}
#sub-page .discipleship_training .training .title {
	position: relative;
	font-size: 3em;
}
#sub-page .discipleship_training .training .title:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #0b80a6;
	border-radius: 50%;
	left: 0;
	top: 0;
}
#sub-page .discipleship_training .training .title:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #0b80a6;
	border-radius: 50%;
	left: 0;
	top: 0;
}
#sub-page .discipleship_training .training .num {
	position: relative;
	display: inline-block;
	top: -9px;
	font-family: 'Noto Serif KR', serif;
	font-weight: 800;
	font-size: 1.5em;
	vertical-align: middle;
	font-style: italic;
	margin-right: 10px;
}

#sub-page .discipleship_training .training > li:nth-of-type(2n) {
	position: relative;
	padding-top: 20px;
}
#sub-page .discipleship_training .training > li:nth-of-type(2n) .grid-2 {
	grid-template-columns: 1.4fr 0.6fr;
	row-gap: 80px;
	column-gap: 50px;
}
#sub-page .discipleship_training .training > li:nth-of-type(2n) .grid-2 img {
	width: 100%;
}
#sub-page .discipleship_training .training > li:nth-of-type(2n) .grid-2 > li:nth-of-type(2n-1) {
	position: relative;
	padding-left: 40px;
}
#sub-page .discipleship_training .training > li:nth-of-type(2n) .grid-2 > li:nth-of-type(2n-1):before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: #000;
	border-radius: 50%;
	left: 0;
	top: 16px;
}
#sub-page .discipleship_training .training > li:nth-of-type(2n) .grid-2 > li:nth-of-type(2n-1):not(:last-child):after {
	content: '';
	position: absolute;
	top: 16px;
	left: 7px;
	bottom: -100px;
	width: 1px;
	background-color: #000;
}
#sub-page .discipleship_training .training > li:nth-of-type(2n) .grid-2 > li:nth-last-child(2):after {
	display: none;
}

#sub-page .discipleship_training .icon-wrap .grid-2 {
	align-items: center;
}
#sub-page .discipleship_training .icon-wrap .grid-2 .num.dot {
	position: relative;
	font-size: 1.8em;
	font-weight: 600;
	font-style: italic;
	display: inline-block;
	top: -9px;
	font-family: 'Noto Serif KR', serif;
	vertical-align: middle;
	margin-right: 10px;
}
#sub-page .discipleship_training .icon-wrap .grid-2 .num.dot:after {
	display: none;
}
#sub-page .discipleship_training .icon-wrap .grid-2 .num.dot:before {
	content: '';
	position: absolute;
	top: 15px;
	left: -3px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: rgb(197 0 0 / 70%);
	z-index: -1;
}

#sub-page .discipleship_training.tab_03 .icon-wrap .grid-2 {
	grid-template-columns: 1fr 1fr;
	row-gap: 140px;
	column-gap: 80px;
}
#sub-page .discipleship_training.tab_03 .icon-wrap .grid-2 img {
	width: 100%;
}
#sub-page .discipleship_training.tab_03 .icon-wrap .grid-2 .table > li:first-child {
	font-weight: 600;
}


#sub-page .welcome .grid-2 .sub_logo img {
	margin-top: 0px;
	padding:40px 0px 20px;
	max-width: 250px;
}

#sub-page .online .iframe-wrap {
	padding-bottom: 925px;
	background-color: #FFF;
}
#sub-page .online iframe {
	background-color: transparent;
	border: none;
}

@media (max-width: 1100px) {
	#sub-page .discipleship_training .training {
		padding: 0 10px;
	}

	#sub-page .discipleship_training.tab_03 .icon-wrap .grid-2 {
		padding: 0 10px;
		row-gap: 100px;
		column-gap: 50px;
	}
}

#sub-page .welcome .welcom_tit .mo_img {display:none}

@media (max-width: 1000px) {
	#sub-page .welcome .grid-2 {
		/*	grid-template-columns: 1fr;*/
	}
	#sub-page .welcome .grid-2 .wrap {
		padding-right: 0%;
	}
	#sub-page .welcome .grid-2 img {
		width: 20%;
		margin-top: 0px;
	}

	#sub-page .welcome .welcom_tit {display:flex; justify-content: space-between;
		align-items: flex-end;}
	#sub-page .welcome .welcom_tit .mo_img {display:block; text-align: right;}
	#sub-page .welcome .welcom_tit .mo_img img {width:70%; margin-right:20px; margin-left:20px;}
	#sub-page .welcome .grid-2 .img {display:none}

	#sub-page .welcome .grid-2 {align-items: start; grid-template-columns: 1fr;}


	#sub-page .new_family_registration .grid-4 {
		grid-template-columns: 1fr 1fr;
	}
	#sub-page .new_family_registration .grid-4 > * {
		height: auto;
	}
	#sub-page .new_family_registration .grid-4 .btn {
		position: relative;
	}

	#sub-page .valley_chapel .box .grid-2 {
		grid-template-columns: 1fr;
	}
	#sub-page .valley_chapel .box .grid-2 .wrap {
		margin-left: 0;
	}

	#sub-page .valley_chapel .swiper-container {
		height: 400px !important;
	}

	#sub-page .grid-2.icon-wrap {
		grid-template-columns: 1fr;
	}

	#sub-page .grid-2.img-text,
	#sub-page .grid-2.text-img {
		grid-template-columns: 1.3fr 0.7fr;
		column-gap: 30px;
		row-gap: 30px;
	}
	#sub-page .grid-2.img-text {
		grid-template-columns: 0.7fr 1.3fr;
	}

	#sub-page .banner.agape {
		height: 400px;
	}

	#sub-page .discipleship_training .training {
		grid-template-columns: 1fr;
		row-gap: 0;
	}
	#sub-page .discipleship_training .training > li:nth-of-type(2n) {
		padding-bottom: 100px;
	}

	#sub-page .discipleship_training.tab_03 .icon-wrap .grid-2 .table > * {
		display: block !important;
		width: 100%;
		padding-bottom: 10px;
	}
}
@media (max-width: 760px) {
	#sub-page .welcome .grid-2 {
		padding: 0 10px;
	}
	#sub-page .welcome .grid-2 .wrap {
		padding-right: 0;
	}
	#sub-page .welcome .grid-2 img {
		width: 30%;
		margin-top: -100px;
	}

	#sub-page .grid-2.text-img .table {
		display: table !important;
	}
	#sub-page .grid-2.text-img .table > * {
		display: table-cell !important;
	}

	#sub-page .agape_young_couple .left {
		padding-right: 30px;
	}

	#sub-page .discipleship_training.tab_03 .icon-wrap .grid-2 {
		grid-template-columns: 1fr;
		row-gap: 30px;
	}
	#sub-page .discipleship_training.tab_03 .icon-wrap .grid-2 > *:nth-of-type(2n) {
		padding-bottom: 30px;
	}
}
@media (max-width: 640px) {
	#sub-page .welcome .welcom_tit {padding-top: 80px;}


	#sub-page .welcome .box {
		padding: 50px 10px;
	}

	#sub-page .new_family_registration .grid-4 {
		grid-template-columns: 1fr;
	}

	#sub-page .grid-2.img-text,
	#sub-page .grid-2.text-img {
		grid-template-columns: 1fr;
	}

	#sub-page .banner {
		margin: 0 -10px;
	}

	#sub-page .agape_young_couple .left,
	#sub-page .agape_young_couple .right {
		padding: 0 10px;
	}
	#sub-page .agape_young_couple .left {
		padding-bottom: 30px;
	}

	#sub-page .discipleship_training .training .title {
		text-align: left;
	}

	#sub-page .online .iframe-wrap {
		padding-bottom: 85vh;
	}
}
@media (max-width: 460px) {
	#sub-page .grid-2.icon-wrap {
		row-gap: 20px;
	}
	#sub-page .icon-wrap .grid-2 {
		grid-template-columns: 1fr;
	}
	#sub-page .icon-wrap .grid-2 > li:first-child {
		text-align: center;
	}
	#sub-page .discipleship_training .training .title {
		font-size: 2.2em;
		padding-left: 20px;
	}
	#sub-page .mission_and_care .common-width > .big2,
	#sub-page .mission_and_care .icon-wrap .grid-2 {
		text-align: center;
	}
	#sub-page .discipleship_training .training > li:nth-of-type(2n) .grid-2 {
		grid-template-columns: 1.9fr 0.1fr;
		column-gap: 0;
	}
	#sub-page .discipleship_training .training > li:nth-of-type(2n) .grid-2 > li:nth-of-type(2n) img {
		display: none;
	}

	#sub-page .discipleship_training .icon-wrap {
		row-gap: 50px;
	}
	#sub-page .discipleship_training .icon-wrap .grid-2 {
		text-align: center;
	}
}


@media (max-width: 640px) {
	#sub-page .title {
		text-align: center;
	}
	#sub-page .discipleship_training .icon-wrap,
	#sub-page .mission_and_care .icon-wrap,
	#sub-page .mission_and_care .img-text > li:last-child,
	#sub-page .agape_young_couple .content,
	#sub-page .next_gen_ic_kidz .content,
	#sub-page .next_gen_ic_youth .content,
	#sub-page .welcome .grid-2,
	#sub-page .new_family_registration .grid-4,
	#sub-page .welcome .welcome-text > * {
		padding: 0 10px;
	}
}


/**
 * Board Common
 */

/* Category */
/*
#bo_cate {
	height: 0;
	overflow: hidden;
	display: inline-block;
	margin: 0 !important;
	padding-left: 15px;
}
#container_title #bo_cate {
	height: auto;
}
#bo_cate_ul > li {
	width: auto !important;
	padding: 0 10px !important;
}
#bo_cate a,
#bo_cate span {
	padding: 0 !important;
	background-color: rgba(255, 255, 255, 0) !important;
	border-width: 0 !important;
	box-shadow: unset !important;
	color: #505050 !important;
	font-size: 11.5pt;
}
#bo_cate_on {
	color: #000 !important;
}
*/
#page-tabs,
#bo_cate {
	width: 100%;
}
#page-tabs > *,
#bo_cate > * {
	text-align: center;
	/* background-color: #f2f2f2; */
	border-left: 1px solid #FFF;
}
#page-tabs > *:first-child,
#bo_cate > *:first-child {
	border-left-width: 0;
}
#page-tabs > *,
#bo_cate > * a {
	display: block;
	font-size: 1.4em;
	color: #999;
	font-weight: 600;
	line-height: 75px;
	-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;
}
#page-tabs > *.on,
#page-tabs > *:hover,
#bo_cate > *.on a,
#bo_cate > *:hover a {
	/* color: #FFF;
	background-color: #0b80a6; */
}
#page-tabs > *.on:before,
#bo_cate .img {
	display: inline-block;
	margin-right: 15px;
}
#page-tabs > *.on:before,
#bo_cate img {
	height: 35px;
}
@media (max-width: 900px) {
	#page-tabs,
	#bo_cate {
		display: block !important;
	}
	#page-tabs > *,
	#bo_cate > * {
		display: block !important;
		width: 100% !important;
		border-left-width: 0 !important;
	}
	#page-tabs > *,
	#bo_cate > * a {
		line-height: 45px;
		font-size: 1.1em;
	}
	#page-tabs > *.on:before,
	#bo_cate .img {
		margin-right: 5px;
	}
	#page-tabs > *.on:before,
	#bo_cate img {
		height: 20px;
	}
}

#cate > div {
	display: inline-block;
	position: relative;
	text-align: right;
}
select#sca {
	position: relative;
	width: auto;
	height: 56px;
	padding: 0 24px 0 15px;
	border-color: #E5E5E5;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none !important;
}
#cate > div:after {
	content: '▼';
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	color: #999;
	font-size: 0.8em;
}
@media (max-width: 640px) {
	#cate > div,
	select#sca {
		width: 100%;
	}
}

#board-common-top {
	grid-template-columns: 0.6fr 1fr;
	align-items: center;
	padding: 15px 0;
}

#bo_list_total {
	color: #5a5a5a !important;
	font-size: 1.1em !important;
	font-weight: 300;
	float: left;
	line-height: 34px;
}
#bo_list_total span {
	color: #000;
	font-weight: 600;
}

.grid-2.list-bottom {
	align-items: center;
}
.grid-2.list-bottom .pg_wrap {
	text-align: left;
}
#search-form {
	align-items: end;
	text-align: right;
}
#search-form .sch_bar {
	display: inline-block;
	overflow: hidden;
	height: 56px;
	line-height: 56px;
	border-radius: 3px;
	border: 1px solid #E5E5E5;
	font-size: 0;
	border-radius: 50px;
}
#search-form input {
	width: 260px;
	border-width: 0 !important;
	background-color: #FFF;
	height: 56px;
	padding: 0 15px 0 20px;
	font-size: 10pt;
	outline: none !important;
}


#search-form input:focus {
	border-color: #E2E2E4 !important;
	background-color: #FFF;
	outline: none !important;
	box-shadow: none !important;
}
#search-form button {
	border-width: 0;
	background-color: rgba(255, 255, 255, 0);
	margin: 0;
	padding: 0;
	height: 56px;
}
#search-form i {
	position: relative;
	height: 39px;
	width: 39px;
	vertical-align: middle;
	margin-left: 5px;
	color: #878A8E;
	cursor: pointer;
	font-size: 12pt;
}
#search-form i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media (max-width: 760px) {
	.grid-2.list-bottom {
		grid-template-columns: 1fr;
		row-gap: 30px;
	}
	.grid-2.list-bottom .pg_wrap {
		text-align: center;
	}
}
@media (max-width: 640px) {
	#board-common-top {
		grid-template-columns: 1fr;
	}
	#search-form .sch_bar {
		width: 100%;
	}
	#search-form button {
		float: right;
	}
	#board-common-top > * {
		display: block !important;
	}
}

#bo_gall,
#bo_list,
#bo_w
{
	max-width: 1400px;
	padding: 130px 0 100px;
	margin:0 auto;
}
#bo_v {
	padding: 50px 0 100px;
	max-width: 900px;
	margin:0 auto;
}
@media (max-width: 1400px) {
	#bo_gall,
	#bo_list,
	#bo_w,
	#bo_v {
		padding: 50px 20px !important;
	}
}

#bo_v_title .bo_subject {
	display: none;
	padding: 25px 0 0;
	color: #B09D65;
	font-weight: 500;
}
#bo_v_title .bo_v_tit {
	margin-top: 0 !important;
	text-align: center;
	font-weight: 600;
}
#bo_v header {
	padding:0px 15px 30px;
	background-color: #FFF;
}
#bo_v_info {
	border-width: 0 !important;
	display: none
}
#bo_v_share {display: none}


#bo_v_img {
	text-align: center;
}

#bo_v_title {
	text-align: center;
}
#bo_v_title .bo_v_tit {
	text-align: center !important;
	padding: 15px 0;
	border-width: 0 !important;
	font-size: 2.4em !important;
	font-weight: 600;
}
#bo_v_title .bo_v_tit .info {
	color: #848484;
	font-size: 0.5em;
	font-weight: 300;
	display: block;
}
#bo_v_title .bo_v_tit .info .dot {
	display: none;
}
#bo_v_title .bo_v_tit .info .sv_member {
	display: none;
}

#bo_v_info .profile_info,
#bo_v_top {
	display: block !important;
	float: unset !important;
}
#bo_v_top.display-none {
	display: none !important;
}
#bo_v_info .profile_info {
	overflow: hidden;
	/*border-bottom: 1px solid #DADADA;*/
	padding-bottom: 20px;
	margin: 10px 0 !important;
}
#bo_v_info .profile_info .profile_info_ct {
	float: unset !important;
	text-align: center;
}
#bo_v_info .profile_info span {
	position: relative;
}
#bo_v_info .profile_info span:before {
	content: '';
	display: inline-block;
	position: relative;
	top: 1px;
	width: 1px;
	height: 10px;
	background-color: #ababab;
	margin: 0 9px 0 5px;
	transform: rotate(15deg);
}
#bo_v_info .profile_info span:first-child:before {
	display: none;
}

#bo_v_info .profile_info .print-btn,
#bo_v_info .profile_info .list {
	display: none;
}
#bo_v_share .print-btn,
#bo_v_share .list a,
#bo_v_info .print-btn,
#bo_v_info .list a {
	position: relative;
	float: right;
	border: 1px solid #dadada;
	height: 33px;
	line-height: 31px;
	padding: 0 10px;
	margin-left: 5px;
	-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_v_share .print-btn,
#bo_v_share .list a {
	top: 6px;
}
#bo_v_share .print-btn:hover,
#bo_v_share .list a:hover,
#bo_v_info .print-btn:hover,
#bo_v_info .list a:hover {
	background-color: #F7F7F7;
}
#bo_v_share .print-btn,
#bo_v_info .print-btn {
	font-size: 12pt;
}

#bo_v_share {
	border: 1px solid #f1f1f1;
	border-left-width: 0;
	border-right-width: 0;
	padding: 10px 0 10px 20px !important;
}
#bo_v_sns li {
	width: auto !important;
	margin: 0 5px !important;
}
#bo_v_sns li.explain {
	line-height: 45px;
	margin: 0 20px 0 0 !important;
	font-size: 13pt;
	font-weight: 600;
}
#bo_v_sns li a {
	position: relative;
	width: 45px !important;
	height: 45px !important;
	border-radius: 50% !important;
}
#bo_v_sns .sns_k img,
#bo_v_sns li a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
	line-height: 0;
}
#bo_v_sns .sns_k img {
	width: 30px;
}
#bo_v_sns .sns_g,
#bo_v_sns .sns_f *,
#bo_v_sns .sns_t * {
	display: none !important;
}
#bo_v_sns .sns_m,
#bo_v_sns .sns_l {
	display: block;
	background-color: #F5F5F5;
}
#bo_v_sns .sns_f:before {
	content: "\f39e";
	font-size: 15pt;
}
#bo_v_sns .sns_t:before {
	content: "\f099";
	font-size: 13pt;
}
#bo_v_sns .sns_m:before,
#bo_v_sns .sns_l:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #000;
}
#bo_v_sns .sns_m:before {
	content: "\f0e0";
	font-size: 17pt;
}
#bo_v_sns .sns_l:before {
	content: "\f0c1";
	font-size: 17pt;
}

#bo_v .board-list-btn {
	clear: both;
	border-top: 1px solid #EDEDED;
	padding-top: 50px;
	text-align: center;
}
#bo_v .board-list-btn a {
	display: inline-block;
	height: auto;
	line-height: 40px;
	border-radius: 40px;
	padding: 0 50px;
	font-size: 1.1em;
	background: #989898;
	overflow: hidden;
	color: #FFF;
	-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;
}
#bo_v .board-list-btn a:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.bo_v_nb li:first-child {
	border-top-width: 0;
}

.bo_v_nb {
	margin: 0 !important;
}

.is_notice {
	position: relative;
	display: inline-block;
	background-color: #b49c68;
	color: #FFF;
	font-size: 10pt;
	line-height: 23px;
	padding: 0 5px;
	top: -1px;
}

#bo_v_con {
	font-size: 10.5pt;
}

.is_notice {
	position: relative;
	text-indent: -9999em;
	width: 25px;
	border-radius: 3px;
}
.is_notice:before {
	position: absolute;
	top: 52%;
	left: 48%;
	transform: translate(-50%, -50%) rotate(35deg);
	content: "\f08d";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	color: #FFF;
	text-indent: 0 !important;
	text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
}

.tbl_head01 tbody tr:hover td {
	background: #FFF
}
#church-list .info .pastor,
#church-list .info .church,
.gall_con .bo_tit,
.tbl_head01 tbody tr .bo_tit,
.tbl_head01 tbody tr:hover .bo_tit a {
	-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;
}
#church-list .wrap:hover .pastor,
#church-list .wrap:hover .church,
.gall_con:hover .bo_tit,
.tbl_head01 tbody tr:hover .bo_tit,
.tbl_head01 tbody tr:hover .bo_tit a {
	color: #339de5 !important;
	text-decoration: none !important;
}

#bo_btn_top {
	display: none;
}

#search-form select {
	border-radius: 0;
	min-width: 100px;
	border: 1px solid #E2E2E4;
	background-color: #F5F5F5;
	height: 39px;
	line-height: 37px;
}

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

#radio-button {
	margin-bottom: 20px;
}
#radio-button input[type='checkbox'],
#radio-button input[type='radio'] {
	display: none;
}
#radio-button input[type='checkbox'] + label,
#radio-button input[type='radio'] + label {
	display: inline-block;
	padding: 5px 10px;
	margin: 3px;
	border-radius: 3px;
	background-color: #F7F7F7;
	border: 1px solid #E7E7E7;
	vertical-align: middle;
	cursor: pointer;
}
#radio-button input[type='checkbox']:checked + label,
#radio-button input[type='radio']:checked + label {
	color: #FFF;
	background-color: #DB1F1F;
	border-color: #DB1F1F;
}
#radio-button input[id$="-n"]:checked + label,
#radio-button [data-message="n"].on {
	background-color: #949494 !important;
	border-color: #949494 !important;
}

#bo_v_atc pre.explain {
	position: relative;
	padding-left: 20px;
	overflow: hidden;
	font-size: 13pt;
	font-weight: 600;
	line-height: 180%;
	margin-bottom: 40px;
}
#bo_v_atc pre.explain:before {
	content: '';
	position: absolute;
	top: 9px;
	bottom: 5px;
	left: 0;
	width: 5px;
	background-color: #2E3384;
}

#bo_v_img {
	text-align: center;
}
#bo_v_img .bo-v-img-cont {
	display: inline-block;
}
#bo_v_img pre.img-explain {
	margin: -20px 0 20px;
	text-align: center;
	font-size: 9.5pt;
	color: #000;
	overflow: hidden;
	background-color: #F5F5F5;
	padding: 15px 10px;
}

.length-check-value .length {
	color: #2E3384;
}
.length-check-value .max-length,
.length-check-value .length.max {
	color: #791212;
}

#bo_w .bo_w_info .frm_input,
#bo_w textarea {
	border-radius: 3px !important;
}

@media (max-width: 640px) {
	.bo_fx ul {
		float: unset;
		display: block;
		width: 100%;
		overflow: hidden;
	}

	.btn_bo_user {
		padding-top: 10px !important;
	}
}

.bo_fx {
	margin-bottom: 20px !important;
}


/**
 * Login
 */

#mb_login {
	display: flex;
	justify-content: center;
	height: 100%;
	margin: 0 auto;
	flex-direction: column;
}

.register {
	padding: 50px 0;
}


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

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


.display-none {
	display: none !important;
}
.opacity-none {
	opacity: 0 !important;
	overflow: hidden;
	height: 0;
}

.mobile {
	display: none !important;
}
@media (max-width: 1100px) {
	.pc {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
}


.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: 600 !important;
}
.weight-800 {
	font-weight: 600 !important;
}

.weight_800 {
	font-weight: 600 !important;
}

.weight_800 a{
	font-weight: 600 !important;
}

.weight_900 {
	font-weight: 900 !important;
}

.weight_900 a{
	font-weight: 900 !important;
}
.index .main_banner_img { z-index:1; width:100%}
.index .main_lay {max-width:1400px; margin:0 auto; position: absolute; width:100%; }
.index .main_banner {position: absolute; z-index:9; left:0px; text-align:left; transform: translateY(-50%); top:50%}
.index .main_banner .main_banner_link {padding-top:50px}
.index .main_banner .main_banner_link a{color:#fff; background:#1a1e26; border:1px solid #1a1e26 ; font-size:16px; text-align:center; padding:10px 20px; border-radius:50px}

.index .main_banner .main_banner_link a:hover {color:#1a1e26 ; background:#fff; border:1px solid #1a1e26;
	-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;
}



.index .main_banner h1 {text-align:left  !important}
.mobile_bg {position: absolute;}

@media (max-width:1400px) {
	.index .main_lay {left:50px;}
}



@media (max-width:1100px) {
	.index .main_banner h1  {padding:0px 0px 10px !important;}
	.index .main_banner * {color:#fff !important; font-weight:400  !important}
	.index .main_lay {width:auto; }
	.index .main_lay {left:60px; }
	.mobile_bg {z-index:3; left:0px;  background:rgba(0,0,0,0.4); display:block  !important ; width:100%  !important; height:100%  !important; top:0; border-top:0px !important;}
}

.welcome img {
	max-width: 500px;
}

#container.index .main_section05 {position: relative; top:-109px;}
#container.index .main_section05 .common-width{background:#f7f7f7}
#container.index .main_section05 .add {position: absolute; background:#6ba870cc; padding:20px; left:50%; transform: translateX(-50%); bottom:40px; width:80%}
#container.index .main_section05 .add ul {display:flex;     justify-content: space-between;}
#container.index .main_section05 .add ul li {}
#container.index .main_section05 .add ul a {font-size:18px; color:#fff; font-weight:bold}
#container.index .main_section05 .add ul a img {margin-right:10px}
#container.index .main_section05 .left {padding-right:0px}


@media (max-width:620px) {
	#container.index .main_section05 .add ul { flex-wrap: wrap;}
	#container.index .main_section05 .add ul li {width:100%; padding:10px 0px}

}

#container.index .main_section04 {padding:100px 0px 150px !important}
#container.index .main_section04 div {color:#fff; text-align:center}
#container.index .main_section04 div {padding:20px;}

#container.index .main_section03 .latest_image_title  {text-align:center}

#container.index .main_section01 > ul,
#container.index .main_section01 > ul > li {
	height: 100%;
}
#container.index .main_section01 .right .main_icon02 {
	display: grid;
	height: 100%;
}
#container.index .main_section01 .right .main_icon02 > ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	height: 100%;
}
#container.index .main_section01 .left {padding-right:0px}
#container.index .main_section01 .right .main_icon02 ul {display:flex; align-items: center;}
#container.index .main_section01 .right .main_icon02 ul li:nth-child(1) {background:#339798;}
#container.index .main_section01 .right .main_icon02 ul li:nth-child(2) {background:linear-gradient(to right bottom,#6ecf95, #3ba693);}
#container.index .main_section01 .right .main_icon02 ul li {
	text-align: center;
	color: #fff;
	width: 100%;
	height: 100%;
	cursor: pointer;
	padding:74px 20px
}
#container.index .main_section01 .gallery_single_wrap {
	height: 100% !important;
}
#container.index .main_section01 .gallery_single_wrap .info-wrap {
/*	right: 35%;*/
}
#container.index .main_section01 .gallery_single > div ul > li span.sermon-subject {
    text-overflow: ellipsis;
    font-size: 1.45em;
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: break-spaces;
}
#container.index .main_section01 .gallery_single_wrap .thumb-wrap-single-bg {
	text-align: right;
}
#container.index .main_section01 .right .main_icon02 ul li h3 {padding:20px 0px 30px}
#container.index .main_section01 .right .main_icon02 ul li p {color:rgba(255,255,255,0.8)}

#container.index .main_section02 {
	padding-bottom: 100px
}
#container.index .main_section02 ul.common-width {
	height: 100%;
}
#container.index .main_section02 ul.common-width > li > div {
	display: grid;
	height: 100%;
}
#container.index .main_section02 > ul > li:nth-of-type(1) {
	padding-right: 0;
}
#container.index .main_section02 .left .main_icon01 ul {
	display: flex;
	align-items: center;
}
#container.index .main_section02 .left .main_icon01 ul li:nth-child(1) {background:linear-gradient(to right bottom,#6ecf95, #3ba693);}
#container.index .main_section02 .left .main_icon01 ul li {
	text-align: center;
	color: #fff;
	width: 100%;
	height: 100%;
	cursor: pointer;
	padding:74px 20px
}
#container.index .main_section02 .left .main_icon01 ul li h3 {padding:20px 0px 30px}
#container.index .main_section02 .left .main_icon01 ul li p {color:rgba(255,255,255,0.8)}
@media (max-width: 1100px) {
	#container.index .main_section01 .gallery_single > div ul > li span.sermon-subject {
		-webkit-line-clamp: 3;
	}
	#container.index .main_section01 .gallery_single_wrap .thumb-wrap-single-bg img {
		max-width: 80%;
		height: auto;
		margin-top: 20px;
	}
}
@media (max-width: 800px) {
	#container.index .main_section01 ul.common-width > li {
		display: block;
		width: 100%;
		height:300px;
	}

.gallery_single > div ul.info-wrap > li:last-child {bottom:20px !important}
}
@media (max-width: 500px) {
	#container.index .main_section01 ul.common-width > li {
		height:250px;
	}
	#container.index .main_section01 .gallery_single_wrap .info-wrap {
		right: 20%;
	}
	#container.index .main_section01 .gallery_single > div ul > li span.sermon-subject {
		font-size: 1.3em !important;
	}
}

#container.index .main_section02 .right .main_icon01 ul {display:flex; align-items: center;}
#container.index .main_section02 .right .main_icon01 ul li:nth-child(1) {background:linear-gradient(to right top, #ddd, #f1f1f1) }
#container.index .main_section02 .right .main_icon01 ul li {
	text-align: center;
	color: #1a1e26;
	width: 100%;
	height: 100%;
	cursor: pointer;
	padding:74px 20px
}
#container.index .main_section02 .right .main_icon01 ul li h3 {padding:20px 0px 30px}
#container.index .main_section02 .right .main_icon01 ul li p {color:rgba(26,30,28,0.7)}


#container.index .main_section02 .center {padding: 0px 0px; width:50%}
#container.index .main_section02 .center * {text-align:left !important; color:#000;}


#container.index .main_section02_01 {display:none}

/* 017a79 */


#container.index .main_section01 .right .main_icon02 ul li:nth-child(1):hover {background:linear-gradient(to right top,#204f6e, #204f6e); -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.index .main_section01 .right .main_icon02 ul li:nth-child(2):hover {background:linear-gradient(to right top,#204f6e, #204f6e);-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.index .main_section02 .right .main_icon01 ul li:nth-child(1):hover {background:linear-gradient(to right top,#204f6e, #204f6e);-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.index .main_section02 .right .main_icon01 ul li:nth-child(1):hover h3 { color:#fff; }
#container.index .main_section02 .right .main_icon01 ul li:nth-child(1):hover p {color:rgba(255,255,255,0.8)}
#container.index .main_section02 .right .main_icon01 ul li:nth-child(1):hover img {filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(323deg) brightness(109%) contrast(108%);}
#container.index .main_section02 .left .main_icon01 ul li:nth-child(1):hover {background:linear-gradient(to right top,#204f6e, #204f6e);-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.index .main_section02_01 .left .main_icon01 ul li:nth-child(1):hover {background:linear-gradient(to right top,#204f6e, #204f6e); -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.index .main_section02_01 .center .main_icon01 ul li:nth-child(1):hover {background:linear-gradient(to right top,#204f6e, #204f6e);-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.index .main_section02_01 .center .main_icon01 ul li:nth-child(1):hover h3 { color:#fff; }
#container.index .main_section02_01 .center .main_icon01 ul li:nth-child(1):hover p {color:rgba(255,255,255,0.8)}
#container.index .main_section02_01 .center .main_icon01 ul li:nth-child(1):hover img {filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(323deg) brightness(109%) contrast(108%);}
@media (max-width:800px) {
	#container.index .main_section02 {display:none}
	#container.index .main_section02_01 {display:block}

	#container.index .main_section02_01 {padding-bottom:100px}
	#container.index .main_section02_01 > ul > li:nth-of-type(1) {padding-right:0px}
	#container.index .main_section02_01 > ul > li {padding:0px  !important}
	#container.index .main_section02_01 .left .main_icon01 ul {display:flex; align-items: center;}
	#container.index .main_section02_01 .left .main_icon01 ul li:nth-child(1) {background:#47ad94 }
	#container.index .main_section02_01 .left .main_icon01 ul li {text-align:center; color:#fff; width:100%; cursor: pointer; padding:74px 20px}
	#container.index .main_section02_01 .left .main_icon01 ul li h3 {padding:20px 0px 30px}
	#container.index .main_section02_01 .left .main_icon01 ul li p {color:rgba(255,255,255,0.8)}

	#container.index .main_section02_01 > ul {display:flex; flex-wrap: wrap;}
	#container.index .main_section02_01 .left {width:50%  !important}
	#container.index .main_section02_01 .center {width:50%  !important}
	#container.index .main_section02_01 .right {width:100%  !important}

	#container.index .main_section02_01 .center .main_icon01 ul {display:flex; align-items: center;}
	#container.index .main_section02_01 .center .main_icon01 ul li:nth-child(1) {background:#e0e0e0 }
	#container.index .main_section02_01 .center .main_icon01 ul li {text-align:center; color:#1a1e26; width:100%; cursor: pointer; padding:74px 20px}
	#container.index .main_section02_01 .center .main_icon01 ul li h3 {padding:20px 0px 30px}
	#container.index .main_section02_01 .center .main_icon01 ul li p {color:rgba(26,30,28,0.7)}


	#container.index .main_section02 .right {padding: 0px 0px; width:50%}
	#container.index .main_section02 .right * {text-align:left !important; color:#000;}

}

@media (max-width:550px) {
	#container.index .main_section02_01 .right img {width:80%}
	#container.index .main_section02_01 .right .thumb-wrap-single-bg span {text-align:right}
	#container.index .main_section02_01 .gallery_single_wrap div.thumb-wrap-single-bg {padding-right:5px}

}

@media (max-width:620px) {
	#container.index .main_section05 {top:0px;}
	#container.index .main_section04 {padding:50px 0px 50px !important}

	#container.index .main_section01 .right .main_icon02 ul li {padding:34px 10px}
	#container.index .main_section02 .left .main_icon01 ul li {padding:34px 10px}
	#container.index .main_section02 .right .main_icon01 ul li {padding:34px 10px}


	#container.index .main_section01 .right .main_icon02 ul li {padding:34px 10px}
	#container.index .main_section02 .left .main_icon01 ul li {padding:34px 10px}
	#container.index .main_section02_01 .left .main_icon01 ul li {padding:34px 10px}
	#container.index .main_section02_01 .center .main_icon01 ul li { padding:34px 10px;    }


	#container.index .main_section01 .right .main_icon02 ul li { min-height: 282px;}
	#container.index .main_section02 .left .main_icon01 ul li { min-height: 282px;}
	#container.index .main_section02_01 .center .main_icon01 ul li { min-height: 282px;}
	#container.index .main_section02_01 .left .main_icon01 ul li { min-height: 282px;}
}


@media (max-width:440px) {
	#container.index .main_section01 .right .main_icon02 ul li { max-height: 282px;}
	#container.index .main_section02 .left .main_icon01 ul li { max-height: 282px;}
	#container.index .main_section02_01 .center .main_icon01 ul li { max-height: 282px;}
	#container.index .main_section02_01 .left .main_icon01 ul li { max-height: 282px;}

}

.txt_title_01 {font-size:36px  !important; line-height:150% !important;}
.txt_title_01 span{font-size:36px  !important; line-height:150% !important;}
.txt_title_01 b{font-size:36px  !important; line-height:150% !important;font-weight:800 !important;}

.txt_title_02 {font-size:30px  !important; line-height:150% !important;}
.txt_title_02 span{font-size:30px  !important; line-height:150% !important;}
.txt_title_02 b{font-size:30px  !important; line-height:150% !important; font-weight:800 !important}
.txt_title_03 {font-size:22px  !important; line-height:150% !important;}
.txt_title_03 b{font-size:22px  !important; line-height:150% !important;font-weight:800 !important;}
.txt_title_03 a{font-size:22px  !important; line-height:150% !important;}
.txt_title_04 {font-size:18px  !important; line-height:180% !important;}
.txt_title_04 a{font-size:18px  !important; line-height:180% !important;}
.txt_title_04 b{font-size:18px  !important; line-height:180% !important;font-weight:800 !important;}
.txt_title_04 dt{font-size:18px  !important; line-height:150% !important;}
.txt_title_04  b span{font-size:18px  !important; line-height:150% !important;font-weight:800 !important;}


.txt_title_05 {font-size:124px  !important; line-height:150% !important;}
.txt_title_05 b{font-size:124px  !important; line-height:150% !important;font-weight:800 !important;}
.txt_title_06 {font-size:16px  !important; line-height:150% !important;}
.txt_title_06 b{font-size:16px  !important; line-height:150% !important;font-weight:800 !important;}
.txt_title_07 {font-size:68px !important; line-height:150% !important;}
.txt_title_07 b{font-size:68px !important; line-height:150% !important;font-weight:800 !important;}
.txt_title_08 {font-size:40px !important; line-height:150% !important;}
.txt_title_08 b{font-size:40px !important; line-height:150% !important;font-weight:800 !important;}
.txt_title_08 a{font-size:40px !important; line-height:150% !important;}
.txt_title_09 {font-size:26px !important; line-height:150% !important;}
.txt_title_09 a{font-size:26px !important; line-height:150% !important;}
.txt_title_09 b{font-size:26px !important; line-height:150% !important;font-weight:800 !important;}
.txt_title_10 {font-size:20px !important; line-height:170% !important;}
.txt_title_10 a{font-size:20px !important; line-height:150% !important;}
.txt_title_10 b{font-size:20px !important; line-height:150% !important;font-weight:800 !important;}
.txt_title_11 {font-size:34px !important; line-height:150% !important;}
.txt_title_11 b{font-size:34px !important; line-height:150% !important;font-weight:800 !important;}
.txt_title_12 {font-size:32px !important; line-height:150% !important;}
.txt_title_12 b{font-size:32px !important; line-height:150% !important;font-weight:800 !important;}
.txt_title_13 {font-size:170px !important; line-height:150% !important;}
.txt_title_13 b{font-size:170px !important; line-height:150% !important;font-weight:800 !important;}
.txt_title_14 {font-size:52px !important; line-height:150% !important;}
.txt_title_14 b{font-size:52px !important; line-height:150% !important;font-weight:800 !important;}
.txt_title_14 a{font-size:52px !important; line-height:150% !important;}
.txt_title_15 {font-size:80px !important; }
.txt_title_15 b{font-size:80px !important; font-weight:800 !important;}
.txt_title_15 a{font-size:80px !important; }
.txt_title_16 {font-size:45px !important; }
.txt_title_16 b{font-size:45px !important; font-weight:800 !important;}
.txt_title_16 a{font-size:45px !important; }
.txt_title_20 {font-size:25px !important; }
.txt_title_21 {font-size:18px !important; }
.txt_title_22 {font-size:14px !important; color: #888;margin-top: 5px; }
.txt_title_23 {font-size:20px !important;color: #23797a;font-weight: 600;}
.txt_title_24 {font-size:16px !important; color: #888;margin-top: 5px; }
.txt_title_25 {font-size:20px !important;color: #222;font-weight: 600;}
.txt_title_26 {font-size:20px !important;color: #222;font-weight: 400;line-height: 190% !important;}
.txt_title_26 span {font-weight: 600;}

.txt_title_17 {font-size:80px  !important; line-height:150% !important;}
.welcome .txt_title_17 {letter-spacing: -1px;}


@media (max-width: 1100px) {
	.txt_title_01 {font-size:30px !important;}
	.txt_title_01 span{font-size:30px !important;}
	.txt_title_01 b{font-size:30px !important;}
	.txt_title_02 {font-size:26px !important;}
	.txt_title_02 span {font-size:26px !important;}
	.txt_title_02 b{font-size:26px !important;}
	.txt_title_03 {font-size:20px !important;}
	.txt_title_03 b{font-size:20px !important;}
	.txt_title_03 a{font-size:20px !important;}
	.txt_title_04 {font-size:16px !important;}
	.txt_title_04 a{font-size:16px !important;}
	.txt_title_04 b{font-size:16px !important;}
	.txt_title_04 b span{font-size:18px  !important;}
	.txt_title_05 {font-size:110px !important;}
	.txt_title_05 b{font-size:110px !important;}
	.txt_title_06 {font-size:14px !important;}
	.txt_title_06 b{font-size:14px !important;}
	.txt_title_07 {font-size:48px !important;}
	.txt_title_07 b{font-size:48px !important;}
	.txt_title_08 {font-size:36px !important; }
	.txt_title_08 b{font-size:36px !important;}
	.txt_title_08 a{font-size:36px !important;}
	.txt_title_09 {font-size:22px !important;}
	.txt_title_09 b{font-size:22px !important; }
	.txt_title_09 a{font-size:22px !important; }
	.txt_title_10 {font-size:18px !important;}
	.txt_title_10 a{font-size:18px !important;}
	.txt_title_10 b{font-size:18px !important;}
	.txt_title_11 {font-size:28px !important;}
	.txt_title_11 b{font-size:28px !important;}
	.txt_title_12 {font-size:24px !important;}
	.txt_title_12 b{font-size:24px !important;}
	.txt_title_13 {font-size:140px !important;}
	.txt_title_13 b{font-size:140px !important;}
	.txt_title_14 {font-size:40px !important;}
	.txt_title_14 b{font-size:40px !important;}
	.txt_title_14 a{font-size:40px !important;}
	.txt_title_15 {font-size:60px !important;}
	.txt_title_15 b{font-size:60px !important;}
	.txt_title_15 a{font-size:60px !important;}
	.txt_title_16 {font-size:35px !important;}
	.txt_title_16 b{font-size:35px !important;}
	.txt_title_16 a{font-size:35px !important;}
	.txt_title_17 {font-size:60px  !important; }
	.txt_title_22 {font-size:13px !important; }

}


@media (max-width:620px) {
	.txt_title_01 {font-size:26px !important;}
	.txt_title_01 span{font-size:26px !important;}
	.txt_title_02 {font-size:22px !important;}
	.txt_title_02 span {font-size:22px !important;}
	.txt_title_03 {font-size:14px !important}
	.txt_title_03 a{font-size:14px !important}
	.txt_title_04 {font-size:16px !important}
	.txt_title_04 a{font-size:16px !important}
	.txt_title_04 dt{font-size:12px !important}
	.txt_title_04 b span{font-size:12px  !important;}

	.txt_title_05 {font-size:80px !important}
	.txt_title_07 {font-size:38px !important}
	.txt_title_08 {font-size:30px !important; }
	.txt_title_08 b{font-size:30px !important;}
	.txt_title_08 a{font-size:30px !important;}

	.txt_title_01 b{font-size:26px !important;}
	.txt_title_02 b{font-size:20px !important;}
	.txt_title_03 b{font-size:14px !important}
	.txt_title_04 b{font-size:12px !important}
	.txt_title_05 b{font-size:80px !important}
	.txt_title_07 b{font-size:38px !important}
	.txt_title_09 {font-size:18px !important; }
	.txt_title_09 b{font-size:18px !important; }
	.txt_title_09 a{font-size:18px !important; }

	.txt_title_10 {font-size:16px !important;}
	.txt_title_10 a{font-size:16px !important;}
	.txt_title_10 b{font-size:16px !important;}

	.txt_title_11 {font-size:24px !important;}
	.txt_title_11 b{font-size:24px !important;}
	.txt_title_12 {font-size:22px !important;}
	.txt_title_12 b{font-size:22px !important;}
	.txt_title_13 {font-size:100px !important;}
	.txt_title_13 b{font-size:100px !important;}

	.txt_title_14 {font-size:34px !important;}
	.txt_title_14 b{font-size:34px !important;}
	.txt_title_14 a{font-size:34px !important;}

	.txt_title_15 {font-size:40px !important;}
	.txt_title_15 b{font-size:40px !important;}
	.txt_title_15 a{font-size:40px !important;}


	.txt_title_16 {font-size:26px !important;}
	.txt_title_16 b{font-size:26px !important;}
	.txt_title_16 a{font-size:26px !important;}

	.txt_title_17 {font-size:40px  !important;}
	.sub_tit {padding-bottom:50px}
	.txt_title_22 {font-size:13px !important; }
	.txt_title_26 {font-size: 13px !important;}

}

@media (max-width:450px) {
	.txt_title_13 {font-size:70px !important;}
	.txt_title_13 b{font-size:70px !important;}
}

.networkimg {
	max-width: 100%;
	margin-top: -50px;
}
.center {text-align:center;}

p, div, li, a, h2, h1, h3 {word-break: keep-all;}

.sub_tit {padding-bottom:100px}
.sub_tit01 {padding-bottom:50px; padding-top:50px}
.info ul li:first-child {color:#23797a}
.color_666 {color:#666666 !important;}
.point_color {color:#0f3055 !important;}
.point_color02 {color:#dd1715 !important;}
.point_color03 {color:#d80000  !important;}
.point_color_bg {background:#0f3055}
#sub-page .box_lay50 ul {display:flex; padding-bottom:50px}
#sub-page .box_lay50>ul>li {width:40%;}
#sub-page .box_lay50>ul>li:last-child{flex: 1;margin-left:50px}
#sub-page .box_lay50 ul:nth-child(2) li:first-child{margin-right:50px}
#sub-page .box_lay50 ul:nth-child(2) li:last-child{margin-left:0px}
#sub-page .box_lay50 ul li img {width:100%; /*max-width:392px*/}
#sub-page .box_lay50 ul li h2 {text-align:left}

.kidsimg {
	border-radius: 20px;
}

#sub-page .box_lay50 ul li.dis_img01 {padding-top:100px; text-align: center;}
#sub-page .box_lay50 ul li.dis_img01 img {max-width:344px; text-align:center}
#sub-page .box_lay50 ul li.dis_img01 p {text-align:left}

#sub-page .box_lay50_02 > ul {display:flex; padding:100px 0px}
#sub-page .box_lay50_02 > ul > li {width:50%;}
#sub-page .box_lay50_02 ul li h2 {text-align:left}
#sub-page .box_lay50_02 .discipleship_down ul {display:flex}
#sub-page .box_lay50_02 .discipleship_down ul li{text-align:center}
#sub-page .box_lay50_02 .discipleship_down  ul li:first-child{margin-left:50px}
#sub-page .box_lay50_02 .discipleship_down  ul li:nth-child(2) {margin:0px 10px}
#sub-page .box_lay50_02 .discipleship_down  ul li div {padding-bottom:30px; display:block}
#sub-page .box_lay50_02 .discipleship_down  ul li div img {width:100%; max-width:243px; }
#sub-page .box_lay50_02 .discipleship_down  ul li a img {width:100%; max-width:180px; }


#sub-page .new_church ul {display:flex; padding-bottom:100px}
#sub-page .new_church ul li {width:33.3%;}
#sub-page .new_church ul li:nth-child(2) {margin:0px 60px}
#sub-page .new_church ul li h2 {padding:50px 0px 30px; margin-bottom:0px}
#sub-page .new_church ul li a{background:#111822; padding:10px 30px; border-radius:50px; color:#fff; text-align:center; display:inline-block}
#sub-page .new_church ul li div:first-child {text-align:center}
#sub-page .new_church ul li div:first-child img{width:100%; max-width:392px}
#sub-page .new_church ul li a img {margin-right:10px}
#sub-page .new_church ul li .link {text-align:center}

#sub-page .location.map {padding-bottom:100px}
#sub-page .location.map ul {display:flex;     align-items: center;}
#sub-page .location.map ul h2 {text-align:left !important;}
#sub-page .location.map ul li.right div > div {display:flex;}
#sub-page .location.map ul li.right div > div img{height:39px; margin-right:10px}

#sub-page .people ul {display:flex; justify-content: space-between;  padding-bottom:50px; }
#sub-page .people ul li {width:49%; position: relative; border-radius: 30px 30px 30px 30px;overflow: hidden;}
#sub-page .people ul li.deson {
	border-radius: 30px 30px 0 0;
}
#sub-page .people ul li .text_box {position: absolute; z-index:1; top:150px; transform: translateY(-50%); left:60%; overflow-wrap: anywhere; right:10px}
#sub-page .people ul li img {width:100%}
#sub-page .people ul li h2 {text-align:left}


#sub-page  .new_family_section02 {width:100%; max-width:1300px; margin:0 auto; position: relative; ; top:-40px; padding-bottom:100px}
#sub-page  .new_family_section02 ul {display:flex; }
#sub-page .new_family_section02 ul li {width:50%; position: relative; }
#sub-page .new_family_section02 ul li img {width:100%}
#sub-page .new_family_section02 ul li:first-child {margin-right:25px}
#sub-page .new_family_section02 ul li:last-child {margin-left:25px;}
#sub-page .new_family_section02 ul li span {color:#db0200}
#sub-page .new_family_section02 ul li.txt_title_10 {
	font-size: 18px !important;
}
#sub-page .new_family_section02 ul li:last-child .txt_title_11 {
	padding-top: 100px;
	margin-bottom: 20px;
}


#sub-page  .new_family_section03 {width:100%; max-width:1300px; margin:0 auto; padding:140px 0px 50px}
#sub-page  .new_family_section03 ul {display:flex; padding-bottom:100px}
#sub-page .new_family_section03 ul li div {background:#0f3055; color:#fff; width:150px; position: relative; text-align:center}
#sub-page .new_family_section03 ul li div:before {content:""; background:#fff; width:30px; height:30px; display:block; position: absolute; left:-15px; top:-15px}
#sub-page .new_family_section03 ul li:last-child {margin-left:50px}
#sub-page .new_family_section03 ul li h2 {text-align:left; margin-bottom:20px}
#sub-page .new_family_section03 ul li p {font-weight:400; letter-spacing: -0.5px;}

#sub-page .facility01 .common-width, #sub-page .facility02 .common-width {max-width:1400px}
#sub-page .facility01 .latest-cont, #sub-page .facility02 .latest-cont {position: relative;}
#sub-page .facility01 .swiper-container, #sub-page .facility02 .swiper-container {max-width:1200px}



#sub-page .facility_textbox {max-width:1200px; margin:0 auto; padding:50px 0px 0px}
#sub-page  .facility_textbox ul {display:flex; padding-bottom:150px}
#sub-page  .facility_textbox ul li h2{text-align:left; margin-bottom:20px}
#sub-page  .facility_textbox ul li:first-child {width:30%; margin-right:50px}

#sub-page  .Kindergarten_01  {padding-bottom:150px}
#sub-page  .Kindergarten_01 ul {display:flex;}
#sub-page  .Kindergarten_01 ul li h2{text-align:left; margin-bottom:0px; padding:2px 0px 20px}
#sub-page  .Kindergarten_01 ul li:first-child {width:40%; margin-right:50px}
#sub-page  .Kindergarten_01 ul li:last-child img {width:100%}
#sub-page  .Kindergarten_01 ul li {position: relative;}
#sub-page  .Kindergarten_01 ul li h3 {padding:100px 0px 10px; display:block}
#sub-page  .Kindergarten_01 ul li .color_box {background:#002d57; width:350px; height:250px; position: absolute; display:block; bottom:-50px; left:-50px; z-index:-1}


#sub-page  .Kindergarten_02  {padding-bottom:150px}
#sub-page  .Kindergarten_02 ul {display:flex; align-items: center;}
#sub-page  .Kindergarten_02 ul li img {width:100%}
#sub-page  .Kindergarten_02 ul li h2{text-align:left; margin-bottom:50px; padding:2px 0px 20px}
#sub-page  .Kindergarten_02 ul li:first-child {width:40%; margin-right:50px}
#sub-page  .Kindergarten_02 ul li h1 {margin-bottom:20px;}
#sub-page  .Kindergarten_02 ul li span {background:#000; border-radius:50px; padding:5px 20px; width:120px; text-align:center; display: inline-block; color:#fff; margin-right:10px}
#sub-page  .Kindergarten_02 ul li:last-child div{line-height:60px !important}

#sub-page  .Kindergarten_03 {text-align:center; padding:150px 0px}
#sub-page  .Kindergarten_03 h1 {color:#fff; padding-top:50px}
#sub-page  .Kindergarten_03 p {color:#fff;  padding-bottom:50px}
#sub-page  .Kindergarten_03 .line {width:60px; height:1px; background:fff; margin:0 auto}



#sub-page  .Elementary_01 {padding-bottom:100px}
#sub-page  .Elementary_01 img {width:100%}

#sub-page  .Elementary_02  {padding-bottom:150px}
#sub-page  .Elementary_02 ul {display:flex;}
#sub-page  .Elementary_02 ul li h2{text-align:left; margin-bottom:0px; padding:2px 0px 20px}
#sub-page  .Elementary_02 ul li:first-child img {width:100%}
#sub-page  .Elementary_02 ul li:last-child {width:40%; margin-left:100px}
#sub-page  .Elementary_02 ul li:last-child  p {padding-top:50px}
#sub-page  .Elementary_02 ul li {position: relative;}
#sub-page  .Elementary_02 ul li h3 {padding:100px 0px 10px; display:block}



#sub-page  .Elementary_03  {padding-bottom:150px}
#sub-page  .Elementary_03 ul li img {width:100%}
#sub-page  .Elementary_03 ul li h2{text-align:left; margin-bottom:50px; padding:2px 0px 20px}
#sub-page  .Elementary_03 ul li h1 {margin-bottom:20px;}
#sub-page  .Elementary_03 ul li h2 span {color:#4b647f; font-weight:bold}
#sub-page  .Elementary_03 ul li div span {background:#000; border-radius:50px; padding:5px 20px; width:120px; text-align:center; display: inline-block; color:#fff; margin-right:10px}
#sub-page  .Elementary_03 ul li:last-child div{line-height:60px !important}
#sub-page  .Elementary_03 .worship_info ul {display:flex;     justify-content: space-between;}
#sub-page  .Elementary_03 .worship_info ul li {width:33.3%}




.sub_tab_menu {padding-bottom:100px}
.sub_tab_menu ul {display:flex; justify-content: center;}
.sub_tab_menu ul li {padding:10px 20px}
.sub_tab_menu a.on{color:#1a1e26; font-weight:700; border-bottom:4px solid #dd1715;}
.sub_tab_menu a{color:#666666; font-size:32px !important}





#sub-page  .YoungAdult_01  {padding-bottom:150px}
#sub-page  .YoungAdult_01 ul {display:flex;}
#sub-page  .YoungAdult_01 ul li h2{text-align:left; margin-bottom:0px; padding:2px 0px 20px}
#sub-page  .YoungAdult_01 ul li:first-child { margin-right:50px}
#sub-page  .YoungAdult_01 ul li:last-child img {width:100%}
#sub-page  .YoungAdult_01 ul li {position: relative; width:50%;}
#sub-page  .YoungAdult_01 ul li p {padding-top:50px}
#sub-page  .YoungAdult_01 ul li h1 {padding-bottom:20px}



#sub-page  .YoungAdult_02  {padding-bottom:150px}
#sub-page  .YoungAdult_02 ul {display:flex;}
#sub-page  .YoungAdult_02 ul li  {width:50%}
#sub-page  .YoungAdult_02 ul li:first-child { margin-right:50px}
#sub-page  .YoungAdult_02 ul li:first-child img {width:100%}
#sub-page  .YoungAdult_02 ul li h1 {padding-bottom:20px}


#sub-page  .YoungAdult_03  {padding-bottom:150px}
#sub-page  .YoungAdult_03 ul {display:flex; align-items: center;}
#sub-page  .YoungAdult_03 ul li  {width:50%}
#sub-page  .YoungAdult_03 ul li img {width:100%}
#sub-page  .YoungAdult_03 ul li h2{text-align:left; margin-bottom:50px; padding:2px 0px 20px}
#sub-page  .YoungAdult_03 ul li:first-child { margin-right:50px}
#sub-page  .YoungAdult_03 ul li h1 {margin-bottom:20px;}
#sub-page  .YoungAdult_03 ul li span {background:#000; border-radius:50px; padding:5px 20px; width:120px; text-align:center; display: inline-block; color:#fff; margin-right:10px}
#sub-page  .YoungAdult_03 ul li:first-child div{line-height:60px !important}

#sub-page  .YoungAdult_04 {text-align:center; padding:150px 0px}
#sub-page  .YoungAdult_04 p {color:rgba(255,255,255,0.3); text-transform: uppercase}

#sub-page .youth img {width:100%}
#sub-page  .youth_01  {padding-bottom:150px}
#sub-page  .youth_01 ul {display:flex; align-items: center;}
#sub-page  .youth_01 ul li h2{text-align:left; margin-bottom:0px; padding:2px 0px 20px}
#sub-page  .youth_01 ul li:first-child { margin-right:50px}
#sub-page  .youth_01 ul li:last-child img {width:100%}
#sub-page  .youth_01 ul li {position: relative; width:50%;}
#sub-page  .youth_01 ul li p {padding-top:50px}
#sub-page  .youth_01 ul li h1 {padding-bottom:100px}
#sub-page  .youth_01 .txt_title_17 {line-height:0%  !important}


#sub-page  .youth_02  {padding-bottom:150px}
#sub-page  .youth_02 ul {display:flex; align-items: center;}
#sub-page  .youth_02 ul li  {width:50%}
#sub-page  .youth_02 ul li:first-child { margin-right:50px}
#sub-page  .youth_02 ul li:first-child img {width:100%}
#sub-page  .youth_02 ul li h1 {padding-bottom:50px}
#sub-page  .youth_02 ul li span {background:#000; border-radius:50px; padding:5px 20px; width:120px; text-align:center; display: inline-block; color:#fff; margin-right:10px}
#sub-page  .youth_02 ul li:last-child div{line-height:60px !important}


#sub-page  .youth_03  {padding-bottom:150px}
#sub-page  .youth_03 ul {display:flex; align-items: center;}
#sub-page  .youth_03 ul li  {width:50%}
#sub-page  .youth_03 ul li img {width:100%}
#sub-page  .youth_03 ul li h2{text-align:left; margin-bottom:50px; padding:2px 0px 20px}
#sub-page  .youth_03 ul li:first-child { margin-right:50px}
#sub-page  .youth_03 ul li h1 {margin-bottom:50px;}

#sub-page  .youth_04 {text-align:center; padding:250px 0px}


@media (max-width:1300px) {
	#sub-page  .Kindergarten_01 ul {flex-wrap: wrap;}
	#sub-page  .Kindergarten_01 ul li:first-child {width:100%; margin-right:0px; margin-bottom:30px}
	#sub-page  .Kindergarten_01 ul li {width:100%}
	#sub-page  .Kindergarten_01 ul li h3 {padding:50px 0px 10px; display:block}

}


@media (max-width:1000px) {
	#sub-page  .Kindergarten_02 ul li h2{margin-bottom:30px;}
	#sub-page .new_church ul li:nth-child(2) {margin:0px 30px}
	#sub-page .new_church ul li h2 {font-size:20px !important;}
	#sub-page .people ul li h2 {margin-bottom:30px}

	#sub-page  .new_family_section02 {top:-20px; }
	#sub-page .new_family_section02 ul li  br.none{display:none}
	.sub_tab_menu a{font-size:26px !important}


	#sub-page  .youth_01 ul li h1 {padding-bottom:50px}
	#sub-page  .youth_01 .txt_title_17 {line-height:100%  !important}



	#sub-page  .Elementary_01 {padding-bottom:50px}

	#sub-page  .Elementary_02  {padding-bottom:100px}
	#sub-page  .Elementary_02 ul {flex-wrap: wrap;}
	#sub-page  .Elementary_02 ul li h1 {padding-top:50px}
	#sub-page  .Elementary_02 ul li h2{text-align:left; margin-bottom:0px; padding:2px 0px 20px}
	#sub-page  .Elementary_02 ul li:last-child {width:100%; margin-left:0px}
	#sub-page  .Elementary_02 ul li:last-child  p {padding-top:50px}
	#sub-page  .Elementary_02 ul li {width:100%; position: relative;}
	#sub-page  .Elementary_02 ul li h3 {padding:100px 0px 10px; display:block}

	#sub-page  .Elementary_03 ul li div span  {display:block; }

}
@media (max-width:850px) {
	#sub-page .box_lay50_02 > ul {flex-wrap: wrap;}
	#sub-page .box_lay50_02 > ul > li {width:100%;}
	#sub-page .box_lay50_02 > ul > li:last-child {padding-top:50px}
	#sub-page .box_lay50_02 .discipleship_down  ul li:first-child{margin-left:0px;}


	#sub-page .Kindergarten_02 ul  {flex-wrap: wrap;}
	#sub-page .Kindergarten_02  ul  li {width:100%;}
	#sub-page .Kindergarten_02 ul li:first-child {width:100%; margin-right:0px; margin-bottom:30px}

	#sub-page .people ul  {flex-wrap: wrap; padding-bottom:0px; }
	#sub-page .people ul:not(.pslist) li {width:100%; margin-bottom:50px}

	#sub-page  .new_family_section02 {top:20px; }
	.sub_tab_menu a{font-size:20px !important}



	#sub-page  .YoungAdult_01  {padding-bottom:100px}
	#sub-page  .YoungAdult_02  {padding-bottom:100px}
	#sub-page  .YoungAdult_03  {padding-bottom:100px}

	#sub-page  .YoungAdult_01 ul {flex-wrap: wrap}
	#sub-page  .YoungAdult_01 ul li:first-child { margin-right:0px}
	#sub-page  .YoungAdult_01 ul li:last-child img {width:100%}
	#sub-page  .YoungAdult_01 ul li h2 br{display:none}
	#sub-page  .YoungAdult_01 ul li {position: relative; width:100%;}
	#sub-page  .YoungAdult_01 ul li p {padding-top:10px; padding-bottom:20px}
	#sub-page  .YoungAdult_01 ul li h1 {padding-bottom:20px}




	#sub-page  .YoungAdult_02 ul {flex-wrap: wrap}
	#sub-page  .YoungAdult_02 ul li  {width:100%}
	#sub-page  .YoungAdult_02 ul li:first-child { margin-right:0px; padding-bottom:20px}
	#sub-page  .YoungAdult_02 ul li:first-child img {width:100%}
	#sub-page  .YoungAdult_02 ul li h1 {padding-bottom:20px}



	#sub-page  .YoungAdult_03 ul {flex-wrap: wrap}
	#sub-page  .YoungAdult_03 ul li  {width:100%}
	#sub-page  .YoungAdult_03 ul li img {width:100%}
	#sub-page  .YoungAdult_03 ul li h2{text-align:left; margin-bottom:50px; padding:2px 0px 20px}
	#sub-page  .YoungAdult_03 ul li:first-child { margin-right:0px; margin-bottom:20px}
	#sub-page  .YoungAdult_03 ul li h1 {margin-bottom:20px;}
	#sub-page  .YoungAdult_03 ul li span {background:#000; border-radius:50px; padding:5px 20px; width:120px; text-align:center; display: inline-block; color:#fff; margin-right:10px}
	#sub-page  .YoungAdult_03 ul li:first-child div{line-height:60px !important}



	#sub-page  .youth_01  {padding-bottom:100px}
	#sub-page  .youth_01 ul {flex-wrap: wrap}
	#sub-page  .youth_01 ul li h2{text-align:left; margin-bottom:0px; padding:2px 0px 20px}
	#sub-page  .youth_01 ul li:first-child { margin-right:0px; margin-bottom:20px}
	#sub-page  .youth_01 ul li:last-child img {width:100%}
	#sub-page  .youth_01 ul li {position: relative; width:100%;}
	#sub-page  .youth_01 ul li p {padding-top:20px}
	#sub-page  .youth_01 ul li h1 {padding-bottom:50px}
	#sub-page  .youth_01 .txt_title_17 {line-height:0%  !important}
	#sub-page  .youth_01 .txt_title_01 {font-size:20px !important}


	#sub-page  .youth_02  {padding-bottom:100px}
	#sub-page  .youth_02 ul {flex-wrap: wrap}
	#sub-page  .youth_02 ul li  {width:100%}
	#sub-page  .youth_02 ul li:first-child { margin-right:0px; margin-bottom:20px}
	#sub-page  .youth_02 ul li:first-child img {width:100%}
	#sub-page  .youth_02 ul li h1 {padding-bottom:20px}
	#sub-page  .youth_02 ul li span {background:#000; border-radius:50px; padding:5px 20px; width:120px; text-align:center; display: inline-block; color:#fff; margin-right:10px}
	#sub-page  .youth_02 ul li:last-child div{line-height:60px !important}


	#sub-page  .youth_03  {padding-bottom:100px}
	#sub-page  .youth_03 ul {flex-wrap: wrap; flex-direction: column-reverse;}
	#sub-page  .youth_03 ul li  {width:100%}
	#sub-page  .youth_03 ul li img {width:100%}
	#sub-page  .youth_03 ul li h2{text-align:left; margin-bottom:50px; padding:2px 0px 20px}
	#sub-page  .youth_03 ul li:first-child { margin-right:0px;}
	#sub-page  .youth_03 ul li:last-child { margin-bottom:20px}
	#sub-page  .youth_03 ul li h1 {margin-bottom:20px;}



}

@media (max-width:650px) {
	#sub-page .location.map ul {display:block;}
	#sub-page .box_lay50 ul {flex-wrap: wrap;}
	/* #sub-page .box_lay50 ul:nth-child(2) {flex-direction: column-reverse;} */
	#sub-page .box_lay50 ul li {width:100%}
	#sub-page .box_lay50 ul li:first-child{margin-bottom:25px}
	#sub-page .box_lay50 ul li:last-child{margin-left:0px; margin-bottom:25px}
	#sub-page .box_lay50 ul:nth-child(2) li:first-child{margin-right:0px}

	#sub-page  .Kindergarten_02 ul li:last-child div{line-height:40px !important}
	#sub-page  .Kindergarten_03 br {display:none}

	.sub_tab_menu a{font-size:18px !important}
	.sub_tab_menu {padding-bottom:50px}

	#sub-page  .Kindergarten_01 ul li h3 {padding:30px 0px 10px; display:block}

	#sub-page .new_church ul {flex-wrap: wrap;}
	#sub-page .new_church ul li {width:100%;}
	#sub-page .new_church ul li:nth-child(2) {margin:100px 0px}
	#sub-page .new_church ul li h2 {padding:25px 0px 15px; margin-bottom:0px}

	#sub-page .people ul li h2 {margin-bottom:10px}

	#sub-page .new_family_section02 ul  {flex-wrap: wrap;}
	#sub-page .new_family_section02 ul li {width:100%;}
	#sub-page .new_family_section02 ul li:first-child {margin-right: 0px; margin-bottom:30px}
	#sub-page .new_family_section02 ul li:last-child {margin-left:0px;}

	#sub-page .new_family_registration .banner .en img {width:200px}


	#sub-page .facility_textbox { padding:30px 0px 0px}
	#sub-page  .facility_textbox ul {flex-wrap: wrap; padding-bottom:100px}
	#sub-page  .facility_textbox ul li h2{margin-bottom:5px}
	#sub-page  .facility_textbox ul li h3{margin-bottom:20px}
	#sub-page  .facility_textbox ul li {width:100%}
	#sub-page  .facility_textbox ul li:first-child { margin-right:0px}
	.sub_tit {padding-bottom:50px}

	.sub_tab_menu ul li {padding:10px 0px}
	.sub_tab_menu ul li:nth-child(2) {padding:10px 15px}
	.sub_tab_menu a.on{ border-bottom:3px solid #dd1715;}
	.sub_tab_menu a{font-size:16px !important}


}


@media (max-width:620px) {
	#sub-page .new_family_section03 ul li div {width:80px;}
	#sub-page .new_family_section03 ul li:last-child {margin-left:20px}
	#sub-page  .Elementary_03 ul li div span  {display:block; width:90px; margin-bottom:10px}
}

#sub-page .info {width:100%;}
#sub-page .info .info_bg img {width:100%}
#sub-page .info .table_box { position: relative; top:-114px}
#sub-page .info ul { display:flex; flex-wrap: wrap;  margin:0 auto; max-width:1200px; padding-bottom:50px}
#sub-page .info ul li {border:1px solid #dbdbdb; border-top:1px solid #019cba55; background:#fff}
#sub-page .info ul li:nth-child(3) {border-left:0px; border-right:0px}
#sub-page .info ul li {width:33.3%;  padding:20px 0px}
#sub-page .info ul li.full {width: 100%;text-align: left; padding: 30px;}
#sub-page .info ul li.half:last-child {
	border-right: 1px solid #dbdbdb;
}
#sub-page .info ul li.half {width: 50%;}
#sub-page .info ul li.halfleft {
	text-align: left;
	padding: 30px;
}
#sub-page .info ul li.halfleft .mini {font-size: 1em !important;margin-top: 5px;}
#sub-page .info ul li:first-child {width:100%; border-bottom:0px solid #dbdbdb; background:#f7f7f7; padding:40px 0px}

/* #sub-page .info ul:last-child li:first-child{width:100%}
#sub-page .info ul:last-child li{width:25%}
#sub-page .info ul:last-child li:last-child {border-left:0px} */




@media (max-width: 1400px){
	#sub-page .common-width {padding: 0px 20px;}
}

@media (max-width:1200px) {
	#sub-page .info .table_box {top:0px}

}


@media (max-width:1100px) {

}

@media (max-width:620px) {
	#sub-page .info ul li {padding:10px 0px}
	#sub-page .info ul li:first-child {padding:20px 0px}
}

@media (max-width:450px) {

}



.bo_sch_wrap {
	display: block;
	position: relative;
	padding-top:20px;
	text-align:center
}
.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 #fff;
	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 {
	padding-left: 10px !important;
	position: relative;
	height: 42px !important;
	margin: 0px 10% 0px 0px;
	padding-right: 3% !important;
	border-radius: 50px;
	border-width: 0;
	background:url('../img/arrow_down.png') #fff no-repeat ;
	background-position: 90% center;
	border: 1px solid #DADADA;
	appearance:none;
	/*
    border-top: none;
    border-left: none;
    border-right: none;
    padding-right: 40px;
    */
}



.bo_sch .sch_bar {
	/*	width: 60%;*/
	margin: 0;
	border-width: 0 !important;
	border-right:0px !important;    background: #fff;
}
.bo_sch .sch_input {
	/*	width: 100%;*/
	height: 42px;
	padding: 0 35px 0 15px;
	border: 1px solid #DADADA;
	border-right:0px;
	border-radius: 50px;
}
.bo_sch .sch_btn {
	position: absolute;
	top: 0px;
	right: -1px;
	height: 42px;
	background-color: #FFF;
	border: 1px solid #DADADA;
	border-left: 0px solid #DADADA;
	width: 35px;
	overflow: hidden;
	border-radius:0px 50px 50px 0px;
}
/*
.bo_sch .sch_btn:after {
	content: '검색';
	color: #FFF;
	font-size: 0.9em;
}
*/
.bo_sch .sch_btn i {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	font-size: 1.5em;
}
@media(min-width: 640px) {
	.bo_sch .sch_input {    background: #fff;
		width: 250px;
	}
}


input {
	-webkit-appearance: none;
}
.people_top {
	width: 80%;
	margin: 0 auto 30px;
	display: flex;
	justify-content: center;
}
.people_top>div {
	flex: 1;
}
.people_top>div.text_box {padding-top: 20px;}
.people_top img {
	max-width: 100%;
}
#sub-page .people_top h2 {
	text-align: left;
}
.txt_title_pp  {
	border-top: 1px solid #ddd;
	margin-top: 30px;
	padding-top: 20px;
	font-size: .9rem;
}
#sub-page h2.visiontitle {
	margin-bottom: 10px;
}

@media(max-width: 639px) {
	.bo_sch .sch_input {
		width: 220px;
	}
	.people_top {
		flex-direction: column;
	}
	.people_top {
		margin-bottom: 70px;
	}
}

.newtitle span {
	color: #0b80a6 ;
	font-weight: 700;
}
.newtitle {
	margin-bottom: 30px;
}

.visionimg {
	text-align: center;
}
.visionimg img {
	width: 250px;
	max-width: 60%;
	margin-bottom: 10px;
}

.titlecolor {
	color: #0b80a6 ;
	margin: 10px 0;
}

.visionbigtitle {
	display: inline-block;
	padding: 8px 20px;
	border-radius: 0 15px 0 15px;
	background-color: #81a90d ;
	color: #fff;
	font-size: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}

#sub-page ul.edulist {
	display: block;
	padding-bottom: 20px;
	font-size: 1rem;
}
#sub-page ul.edulist span {
	color: #075c87;
	font-weight: 700;
	/* margin-right: 10px; */
}
#sub-page ul.edulist span::after {
	display: inline-block;
	content: '';
	width: 2px;
	height: 10px;
	background-color: #bbb;
	vertical-align: middle;
	margin-top: -4px;
	margin-left: 10px;
	margin-right: 5px;
}

.emimg {
	width: 100px;
	max-width: 50%;
}
.embtn {
	display: inline-block;
	padding: 10px 40px;
	font-size: 1.1rem;
	border: 1px solid #333;
	margin-top: 30px;
	float: right;
}
.embtn:hover {
	border: 1px solid #0b80a6 ;
	background-color: #0b80a6 ;
	color: #fff;
}

.embtn2 {
	display: inline-block;
	padding: 10px 40px;
	font-size: 1.1rem;
	border: 1px solid #fff;
	margin-top: 30px;
	color: #fff;
}
.embtn2:hover {
	border: 1px solid #0b80a6 ;
	background-color: #0b80a6 ;
	color: #fff;
}

.traningbox {
	display: flex;

}
.traningbox div h3 {
	font-weight: 700;
	border-bottom: 2px solid #fff;
	display: inline-block;
	margin-bottom: 20px;
}
.traningbox div {
	flex: 1;
	padding: 70px;
	color: #fff;
	font-size: 18px;
	background-position: center;
	background-size: cover;
}


@media(max-width: 639px) {
	.traningbox {
		flex-direction: column;

	}
	.traningbox div {
		padding: 40px;
		font-size: 15px;
	}
}

.sub3box h4 {
	font-size: 25px !important;
	font-weight: 600;
	margin-bottom: 30px;
}
.sub3box h4 span {
	font-size: 19px !important;
	opacity: 0.6;
}

.sub3box_inner {
	display: flex;
	margin-bottom: 100px;
}
.sub3box_inner>div {
	flex: 1;
	padding: 36px;
	border: 1px solid #ddd;
	border-right: 0;
}
.sub3box2 .sub3box_inner {
	flex-wrap: wrap;
}
.sub3box2 .sub3box_inner>div {
	width: 50%;
	flex: none;
}
.sub3box_inner>div:last-child {
	border-right: 1px solid #ddd;
}
.sub3box_inner>div h5 {
	font-size: 21px !important;
	font-weight: 600;
	margin-bottom: 20px;
}
.sub3box_inner>div p {
	font-size: 16px !important;
}
.sub3box2 .sub3box_inner>div:nth-child(2) {
	border-right: 1px solid #ddd;
}

.sub3box2 .sub3box_inner>div:nth-child(3) {
	border-top: 0;
}

.sub3box2 .sub3box_inner>div:last-child {
	border-top: 0;
}

@media(max-width: 639px) {
	.sub3box .sub3box_inner {
		flex-wrap: wrap;
	}
	.sub3box .sub3box_inner>div {
		width: 100%;
		flex: none;
		border: 1px solid #ddd !important;
		margin-bottom: 10px;
	}
}

.nlmabox1 {
	display: flex;
}
.nlmabox1>div {
	flex: 1;
}
.nlmabox1>div  img {
	max-width: 100%;
}
.nlmatxt {
	/* padding: 20px 40px; */
}
.nlmatxt h3 {
	font-size: 2rem !important;
	font-weight: 600;
	letter-spacing: -1px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	padding-top: 50px;
	padding-left: 50px;
}
.nlmaimg {
	border-radius: 20px;
	overflow: hidden;
}
.nlmatxt p {
	font-size: 1.1rem !important;
	padding-left: 50px;
}
.txt-newtitle, .txt-newtitle2 {
	text-align: center;
}
.txt-newtitle {
	margin-top: 150px;
	font-size: 40px;
	border-top: 3px solid #0b80a6;
	padding-top: 30px;
	font-weight: 600 !important;
}
.txt-newtitle2 {
	/* margin-top: 20px; */
	font-size: 20px;
	border-bottom: 2px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 60px;
}
.sub_tits {
	font-size: 1.8rem !important;
	margin-top: 100px;
	margin-bottom: 30px;
	text-align: left;
}
.sub_tits::before {
	content: '';
	width: 8px;
	height: 30px;
	background-color: #0b80a6;
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 10px;
}
.sub_tits span {
	/* display: block;
	text-align: center; */
	font-size: 1.2rem !important;
	opacity: 0.6;
}

.nlmabox2 {
	/* border-top: 1px solid #ccc; */
	border-bottom: 1px solid #eee;
	padding: 40px 0;
}
.txt_title_08+.nlmabox2 {
	border-top: 1px solid #eee;
}
.nlmabox2 h5 {
	font-size: 1rem !important;
	color: #777;
	margin-bottom: 10px;
}
.nlmabox2 h5 span {
	font-size: .8em !important;
	opacity: 0.6;
}
.nlmabox2 h2 {
	font-weight: 600;
	font-size: 2rem !important;
	color: #000;
	text-align: left !important;
	margin-bottom: 20px !important;
}
.nlmabox2 h6 {
	font-size: 1.1rem;
	color: #0b80a6;
	font-weight: 400;
	margin-bottom: 10px;
}
.nlmabox2 p {
	font-size: 1rem !important;
}
.nlmalist {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}
.nlmalist>li {
	border: 1px solid #ccc;
	padding: 30px;
	font-size: 1rem !important;
	cursor: pointer;
}
.nlmalist>li i {
	margin-right: 15px;
	transition: 0.2s !important;


}
.nlmalist>li:hover {
	background-color:  #0b80a6;
}
.nlmalist>li:hover a {
	color: #fff;

}
.kakaoch {
	background-color: #fae100;
	padding: 0 40px !important;
	line-height: 90px !important;
	height: 100px;
	cursor: pointer;
}
.kakaoch:hover {
	background-color: #fae100aa;

}
.trainingicon {
	width: 80px;
	margin-bottom: 20px;
}
.trainingicon2 {
	width: 80px;
	margin-bottom: 20px;
}
#gnb-mobile .kakaoch {
	height: auto !important;
	line-height: 55px !important;
	padding: 0 20px !important;
	font-size: 1.1em;
	font-weight: 500;
}
#gnb-mobile .kakaoch img {
	display: inline-block;
	margin-right: 10px;
}

#gnb-mobile .online-offering {
	background-color: #0b7ea4aa;
	color: #FFF;
	font-size: 1.1em;
	font-weight: 500;
	padding: 0 20px;
}
.onlypc { display: block !important;}
.onlymobile { display: none !important; }
@media(max-width: 639px) {
	.onlypc { display: none !important;}
	.onlymobile { display: block !important; }
	.nlmabox1 {
		flex-direction: column;
	}
	.nlmatxt h3 {
		padding-left: 0px;
	}
	.nlmatxt p {
		padding-left: 0px;
	}
	.nlmalist {
		grid-template-columns: 1fr 1fr;
		gap:10px;
	}
	.nlmalist>li {
		padding: 15px;
		font-size: .8rem !important;
		text-align: center;
	}
	.nlmalist>li i {
		margin-right: 7px;
		display: block;
	}
}

.bo_sch {
	display: none !important;
}


.missionlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.missionlist>div {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 40px 20px;
}
.missionlist>div {
	display: flex;
	align-items: center;
	gap: 30px;

}
.missionlist>div img {
	width: 400px;
	margin-right: 35px;
	border-radius: 10px;
}
.mimg h4 {
	font-size: 22px !important;
	font-weight: 700;
	margin-bottom: 20px;
		color: #2e4a6a;

}
.mimg h4:not(:only-child):before {
	content: '\f57e';
	font-family: "Font Awesome 5 Free"; font-weight: 900;
	margin-right: 10px;
}

.mimg h5 {
	font-size: 18px !important;
	font-weight: 400;
	margin-top: 10px;

}
.mimg h5 span {
	color: #2e4a6a;
	font-weight: 700;
}
.mtxt p {
	font-size: 16px;
	margin-top: 20px;
}
.mtxt .mtitle {
	font-size: 30px;
	font-weight: 700;
    line-height: 40px !important;
	margin-top: 0;
}

.about .content h4 {
	text-align: center;
	font-size: 30px !important;
	font-weight: 300;
	margin: 70px 0 20px;
}
.about .content h4 span {
	color: #76990f;
}
.about img {
	border-radius: 10px;
}
.missiontitle {
	display: inline-block;
	font-size: 25px !important;
	font-weight: 600;
	margin-top: 100px;
	margin-bottom: 40px;
	background: -webkit-linear-gradient(140deg, #76990f, #1077ac);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.mission-aboutbox {
	display: flex;
	margin-bottom: 40px;
}
.mission-aboutbox .mabout-txt {
	width: 70%;
	font-size: 1rem !important;
}
.mission-aboutbox .mabout-txt span {
	display: inline-block;
	background-color: #c6f24433;
	padding: 0 5px;
}
.mission-aboutbox .mabout-img {
	width: 30%;
}
.mission-aboutbox .mabout-img img {
	max-width: 100%;
}
.mmbox + .mabout-txt {
	text-align: center;
	font-size: 1rem !important;
	margin-top: 100px;
	margin-bottom: 100px;
}
.mabout-txt:first-child {
	padding-right: 40px;
}
.mabout-txt:last-child  {
	padding-left: 40px;
}
#inneriframe, .iif iframe {
	width: 800px;
	height: 450px;
	display: block;
	margin: 0 auto;
}
.iif iframe {
	margin-top: 50px;
}
.btnboxes {
	text-align: center;
	margin-top: 30px;
}
.btnboxes a {
	border: 1px solid #ddd;
	padding: 10px 30px;
	font-size: .9rem;
	display: inline-block;
	margin: 0 5px;
}
.btnboxes a:hover {
	background-color: #1077ac22;
}
.btnboxes a.onbtn {
	background-color: #1077ac;
	color: #fff;
	border: 1px solid #1077ac;
}
.linkboxwrap {
	width: 100%;
}
/* #sub-page .box_lay50 ul {
	flex-wrap: wrap;
} */
#sub-page h2.visiontitle {
	display: inline-block;
	background: -webkit-linear-gradient(320deg, #075c87, #1a1e26);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 20px;
}
#sub-page .pagetitle.visiontitle {
	font-size: 3.8rem;
	font-weight: 700;
	display: inline-block;
	background: -webkit-linear-gradient(120deg, #52bd8f, #277483);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 20px;
	margin-bottom: 15px;
	line-height: 120% !important;
}
#sub-page .pagetitle.visiontitle2 {
	font-size: 3.8rem;
	font-weight: 700;
	display: inline-block;
	background: -webkit-linear-gradient(120deg, #e3addc, #8c1b7b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 20px;
	margin-bottom: 15px;
	line-height: 120% !important;
}
#sub-page .pagetitle2 {
	font-size: 2.5rem;
	color: #333;
	line-height: 120% !important;

}
#sub-page .pagetitle3 {
	font-size: 1.3rem;
	color: #888;
	font-weight: 300;
	line-height: 120% !important;
	margin-top: 10px;
}
.visionbigtitle {display: none;}
.linkbox1 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
	margin-bottom: 150px;

}
.linkbox2 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	margin-bottom: 150px;

}
.linkbox1 img,
.linkbox2 img  {
	max-width: 100%;
}
.sermonopen {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 30px;
	border: 1px solid #ddd;
	font-size: .9rem;

}
.sermonopen:hover {

	background-color: #1077ac22;
}
@media(max-width: 1000px){
	.linkbox1,
	.linkbox2 {
		grid-template-columns: 1fr 1fr;
		max-width: 100%;
	}
	.missionlist>div {
		width: 100%;
	}
	.mission-aboutbox {
		flex-direction: column;
	}
	#inneriframe, .iif iframe {
		width: 600px;
		height: 300px;
		display: block;
		margin-top: 40px;
	}
	.mission-aboutbox .mabout-txt {
		width: 100%;
		font-size: 1rem !important;
	}
	.mission-aboutbox .mabout-img {
		width: 100%;
	}
	.mabout-txt:first-child ,
	.mabout-txt:last-child  {
		padding: 0;
		margin: 20px 0;
	}
}
.videotitle {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	color: #333;
	letter-spacing: -1px;
}
.videotitle2 {
	color: #666666;
	padding-bottom: 50px;
	font-size: 18px !important;
	line-height: 180% !important;
	text-align: center;
	margin-bottom: 20px!important;
}
@media(max-width: 500px){
	#inneriframe, .iif iframe {
		width: 380px;
		height: 200px;
		display: block;
		margin-top: 40px;
	}
	.missionlist>div img {
		margin-right: 0;
	}
	.missionlist>div {
		flex-direction: column;
		align-items: center;

	}
	.mimg {
		text-align: center;
	}
	.missionlist .mtxt {
		/* display: flex; */
		width: 100%;
		margin-top: 15px;
		align-items: center;
	}
	.mtxt h4 {
		font-size: 17px !important;
	}
	.mtxt p {
		/* font-size: 14px !important; */
		margin-top: 0;
		margin-left: 5px;
	}
}
.pstitle {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 1rem;
	font-weight: 500;
}
#sub-page .people ul.pslist {
	display: block;
	font-size: 1.1em;
}

#sub-page .people ul.pslist li {
	width: 100%;
	font-weight: 400;
}
#sub-page .people ul.pslist li a {
	color: #0b80a6 ;
}

.about .content h4 {
	font-size: 40px !important;
}
.missiontitle {
	font-size: 30px !important;
}
.mission-aboutbox .mabout-txt {
	font-size: 1.15rem !important;
}
.mmbox + .mabout-txt {
	font-size: 1.4rem !important;
	/* background-color: #0b80a655; */
}
.mmbox + .mabout-txt span {
	display: block;
	margin: 10px 0;
	font-weight: bold;
	letter-spacing: -1px;
}


.historybox {
	display: grid;
	grid-template-columns: 1fr 4fr;
	gap: 30px;
	margin-bottom: 80px;
}
#sub-page .historybox dt {
	font-size: 2.4rem;
	border-top: 3px solid #0c3156;
	color: #0c3156;
	padding-top: 12px;
}
#sub-page .historybox dd {
	border-top: 1px solid #ccc;
	padding: 18px;
	font-size: 1.2rem;
	color: #555;
}
.edubox>ul{
	/* border: 1px solid #eee; */
	/* padding: 50px; */
	margin-bottom: 100px;
}
.kidsbox {
	border: 1px solid #eee;
	padding: 60px;
	margin-bottom: 50px;
}
.kidsinner {
	display: flex;
}
.kidsinner>div:first-child {
	width: 320px;
}
.kidsinner>div:last-child {
	flex: 1;
	border-left: 1px solid #eee;
	padding-left: 50px;
}
.global .edubox>ul{
	margin-bottom: 50px;
}
#sub-page .hanline {
	border-bottom: 2px solid #ccc;
	width: 100px;
	margin-bottom: 40px;
	margin-top: 30px;

}
.edutitle {
	background-color: #0c3156;
	color: #fff;
	padding: 12px 30px;
	font-size: 1.1rem;
	font-weight: 500;
	margin-bottom: 30px;
}
.groupbox {
	display: grid;
	grid-template-columns: 250px 1fr;
}
.g1 {
	background-color: #0c3156;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	font-weight: 600;
}
.g1_2 {
	background: #061829;
}
.g1_3 {
	background: #0b80a6;
}
.g2 {
	border: 1px solid #eee;
	padding: 40px 50px;
	background-color: #fafafa;
}
.g2 h4 {
	font-size: 1.8rem !important;
	font-weight: 800;
	coloR:  #0c3156;
	margin-bottom: 20px;
	border-bottom: 2px solid #0c315611;
	padding-bottom: 15px;
}
.g2 ul {
	display: flex;
	gap: 20px;
	font-size: 1.1rem;
}
.g2 ul span {
	color:  #0b80a6 ;
	font-weight: 600 !important;
}
.g2txt {
	display: flex;
	margin-top: 25px;
}
.g2imgbox {
	display: flex;
}
.g2imgbox * {
	padding: 0;
	margin: 0;
}
.g2imgbox img {
	width: 200px;
}
.g2imgbox figure {
	margin-right: 20px;
}
.g2imgbox figcaption {
	font-size: 1.2rem;
	font-weight: 600;
	margin-top: 5px;
}
.g2txtbox {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	gap: 15px;
	margin-left: 20px;
}
.g2txtbox>div {
	padding: 8px 25px;
	border: 1px solid #eee;
	font-size: 1rem;
	border-radius: 30px;
	background: #fff;
}
.g2txtbox>div::before {
	content: '\f007';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	margin-right: 15px;
}
.koreanbox {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 80px 40px;
}
.koreanbox img {
	max-width: 85%;
}
#sub-page .koreanbox h3 {
	font-size: 1.8rem;
	font-weight: 600;
	margin-top: 20px;
}
#sub-page .koreanbox p {
	font-size: 1rem;
	font-weight: 400;
	color: #aaa;
	margin-top: 20px;
	padding-bottom: 0;
}
#sub-page .koreanbox p:last-child {
	margin-top: 10px;
	color: #0c3156;
	font-weight: 600;
}
.welcome span:not(.noto_Serif) {
	font-family: inherit !important;
	color: #339798;
	font-weight: 700 !important;
}


.vision2 {
	text-align: center !important;
	padding: 80px 0;
	border: 1px solid #eee;
	margin: 100px 0;
}
.vision2 img {
	width: 120px !important;
	margin-top: 20px;
	margin-bottom: 10px;
}
.vision2:not * {
	text-align: center !important;
}
.nocenter {
	padding: 50px 60px  60px;
	margin-bottom: 50px;
	margin-top: 50px;
}
.nocenter * {
	width: 100%;
	text-align: left !important;
}
.vision2 {
	background-color: #0c315605;
}
.vbottom {
	text-align: center;
	margin-top: 100px;
}
.vtxt2 {
	font-size: 0.95rem;
	color: #0b80a6;
}
.vtxt3 {
	font-size: 0.9rem;
	color: #888;
	margin-top: 5px;
}
.vbox {
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap: 30px;
	text-align: left;
	margin-top: 50px;
	padding-bottom: 50px;
}
.vbox>div {
	border: 1px solid #eee;
	border-radius: 30px;
	padding: 30px;
	font-size: 1rem;
	box-shadow: 0 0 20px #fafafa;
}
.vbox p {
	font-size: .95rem;
	color: #555;
	line-height: 150% !important;
}
.vbox .pt {
	font-size: 1.1rem;
	color: #0b80a6;
	font-weight: 700;
	margin-bottom: 10px;
}
@media(max-width: 1200px){
	.vbox {
		grid-template-columns: repeat(3,1fr);
	}
}
@media(max-width: 800px){
	.vbox {
		grid-template-columns: repeat(2,1fr);
	}
	.nocenter {
		padding: 30px;
	}
}
@media(max-width: 500px){
	.vbox {
		grid-template-columns: 1fr;
	}
}
.longbox {
	/* background-color: #ecebf1; */
	padding: 10px 0;
	/* border-top: 1px solid #ccc; */
	/* min-height: 525px; */
}
@media(max-width: 800px){
	.longbox {
		min-height: auto;
	}
}


.global img {
	max-width: 100%;
}

.newbtn {
	display: inline-block;
	padding: 10px 30px;
	background-color: #075c87;
	color: #fff;
	border-radius: 7px;
	font-size: 1rem;
	margin-top: 10px;
}
.newbtn:hover {
	background: #0c3156;
}
@media(max-width: 800px){
	.groupbox {
		display: block;
	}
	.g1 {
		padding: 10px;
	}
	.g2 {
		padding: 25px;
	}
	.g2txt {
		display: block;
	}
	.g2imgbox img {
		max-width: 32vw;
	}
	.g2txtbox {
		gap: 3px;
	}
	.g2txtbox>div::before {
		margin-right: 7px;
	}
	.g2txtbox>div {
		font-size: .75rem;
		padding: 8px 15px;
	}
	.g2 ul {
		display: block;
		font-size: .9rem;
	}
	.g2txtbox {
		margin-left: 0;
		margin-top: 20px;
	}
	.koreanbox {
		grid-template-columns: 1fr;
	}
	.edubox>ul{
		padding: 0px;
		border: 0;
		flex-direction: column;
	}
	#sub-page .pagetitle.visiontitle {
		font-size: 2.5rem;
	}
	.kidsinner>div:first-child {
		width: 100%;
	}
	.edubox>ul {
		margin-bottom: 50px;
	}
	#sub-page .pagetitle2 {
		font-size: 1.4rem;
		text-align: center;
	}
	.txt_title_21 {
    	font-size: 15px !important;
	}

	#sub-page .visiontitle+.pagetitle2 {
		text-align: left;
	}
	#sub-page .pagetitle3 {
		font-size: 1rem;
		margin-bottom: 20px;
		text-align: center;
	}
	.txt_title_23,.txt_title_25 {
		font-size: 16px !important;
	}
	.txt_title_24 {
		font-size: 14px !important;
	}
	#sub-page .kidsbox hr {
		height: 30px;
	}
	.kidsbox {
		padding: 30px 20px;
		margin-bottom: 20px;
	}
	.kidsinner {
		flex-direction: column;
	}
	.kidsinner>div:last-child {
		padding-left: 0;
		border-left: 0;
		margin-top: 20px;
	}
	.historybox {
		display: block;
		margin-bottom: 50px;
	}
	#sub-page .historybox dt {
		padding: 20px;
	}
	#sub-page .historybox dd {
		font-size: 1rem;
	}
	#sub-page .historybox dd br {
		display: none;
	}
	.welcome br {
		display: none;
	}
}

.network-icon {
	width: 60px;
	margin-bottom: 10px;
}

@media(max-width: 800px){
	.network-icon {
		display: block;
		margin: 0 auto 10px;
	}
}

.mission-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(400px,auto));
	gap: 30px;
	margin-bottom: 70px;
}
.mission-grid>div {
	border: 1px solid #eee;
	padding: 40px 0 0 0 ;
	text-align: center;
	border-radius: 30px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.mission-flag {
	box-shadow: 0 0 20px rgba(0,0,0,0.1) ;
}
.mission-title {
	font-size: 1.5rem;
	margin-top: 20px;
	font-weight: 600;
}
.mission-subtitle {
	font-size: 1rem;
	margin-top: 0px;
}
.mission-bottombox {
	padding: 20px 0;
	background-color: #eee;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	/* justify-content: fl; */
	min-height: 105px;
	flex: 1;
}
.mission-bottombox>p {
	margin: 0;
	font-size: 1.1rem;
}
.mission-bottombox>p span {
	font-weight: 600;
}
/* .mission-bottombox>p+p::before{
	content: '';
	display: inline-block;
	width: 2px;
	height: 12px;
	background: rgba(0,0,0,0.1);
	margin: 0 10px;
} */


.vietnampage-box {
	display: flex;
	align-items: center;
	gap: 60px;
	margin-bottom: 100px;
}
.vietnampage-box>* {
	flex :1;
}
.vietnampage-box img {
	max-width: 100%;
	border-radius: 30px;
}
.vtxt {
	font-size: 18px;
}
.vtxt span:not(.vpoint) {
	color:  #267e6d;
}
.vtxt span.vpoint {
	display: block;
	color: #267e6d;
	font-weight: 600;
	font-size: 1.1em;
}
.lastbox {
	text-align: center;
	margin-top: 150px;
	margin-bottom: 150px;
}
.lastbox .vtxt {
	font-size: 1.4rem;
	font-weight: 600;
}

.vtxt  img {
	width: 80px;
	border-radius: 0;
	margin-bottom: 20px;
}
.vietnam-title {
	font-size: 1.8em;
	font-weight: 600;
}
.vietnam-title::after {
	content: '';
	width: 30px;
	height: 5px;
	background-color: #aaa;
	display: block;
	margin: 15px 0 30px;
}
@media(max-width: 700px){
	.vtxt {
		font-size: 14px;
	}
	.lastbox .vtxt {
		font-size: 1.2rem;
	}
	.vietnampage-box {
		flex-direction: column;
	}
	.vietnampage-box.reversebox {
		flex-direction: column-reverse;

	}
	.mission-grid {
		grid-template-columns: 1fr;
	}
	.mission-bottombox {
		flex-direction: column;
	}
	.mission-bottombox>p+p::before {display: none}
}

.pastorbox {
}
.pastorbox>div {
	display: flex;
	gap: 90px;
	align-items: flex-end;
	border-bottom: 5px solid #f1f1f1;
	margin-bottom: 100px;
}
.pastorbox>div .text_box {
	padding-bottom: 40px;
	flex: 1;
}
.pastorbox>div .text_box .txt_title_03 {
	font-size: 18px !important;
}
.pastorbox img {
	width: 620px;
	max-width: 90%;
}
@media(max-width: 1200px){
	.pastorbox>div  {
		flex-direction: column;
		gap: 30px;

	}
	.pastorbox>div>div {
		width: 100%;
	}
	/* .pastorbox img {
		margin-bottom: 50px;
	} */
	.pastorbox img {
		display: block;
		margin: 0 auto;
		width: 400px;
		max-width: 90%;
	}
	.pastorbox>div .text_box .txt_title_03 {
		font-size: 16px !important;
	}
}

#sub-page .box_lay50 ul li img.micon {
	width: 25px;
	vertical-align: middle;
	margin-top: -7px;
	margin-right: 10px;
}
.booklist {
	margin-top: 50px;
}
.booklist img {
	width: 190px;
	border: 1px solid #eee;
	padding:10px;
	margin-right: 20px;
	margin-bottom: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.05)
}
.hb-title {
	padding-top: 100px !important;
}
.hb:first-child .hb-title {
	padding-top: 50px !important;
}
.kidsinner img {
	max-width: 100%;
}
.history-tab {
	flex-wrap: wrap;
}
.history-tab>div:hover {
	color: #23797a !important;
}
.history-tab2 a:hover {
	color: #23797a !important;
}
.history-tab2 {
	position: fixed;
	right: 20px;
	bottom: 40%;
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 10px 5px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	transform: translateY(50%);
	background-color: #fff;
	z-index: 150;
}
.history-tab2 a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 1rem;
}
@media(max-width: 900px){
	.history-tab2 {
		padding: 5px 2px;
		bottom: 15%;
	}
	.history-tab2 a {
		padding: 5px 10px;
		font-size: .8rem;
	}
	.history-tab>div {
		font-size: 1rem !important;
	}
	#sub-page .historybox dt {
		padding: 10px !important;
		text-align: center !important;
		font-size: 1rem !important;
	}
	#sub-page .historybox dd {
		padding: 10px !important;
		font-size: .9rem !important;
	}
	.hb-title {
		font-size: 1.4rem !important;
		text-align: center !important;
	}
	.booklist {
		text-align: center;
	}
	.booklist img {
		width: 40%;
	}
}
