@charset "utf-8";
@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; }

pre {
	white-space: pre-wrap;
}

@media (max-width: 1100px) {
	#hd_wrapper {
		height: 50px !important;
		background-color: rgba(255, 255, 255, 0.05);
	}
	.hd_login .mobile {
		display: inline-block !important;
		width: 45%;
		line-height: 50px;
	}
}

[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;
	}
}


/**
 * Main Slider
 */

#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 {
	max-width: 1200px;
	width: 100%;
}

.popup-img {
	cursor: pointer;
}

.swiper-fixed-text div > div {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.swiper-fixed-text .btn-wrap {
	font-size: 0;
	text-align: center;
}
.swiper-fixed-text .btn-wrap > li {
	display: inline-block;
	font-size: 0.75rem;
	line-height: 36px;
	border: 2px solid #FFF;
	border-radius: 40px;
	max-width: 150px;
	width: 100%;
	margin: 50px 10px 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.swiper-fixed-text .btn-wrap > li:hover {
	background-color: #FFF;
}
.swiper-fixed-text .btn-wrap > li a {
	color: #FFF;
}
.swiper-fixed-text .btn-wrap > li:hover a {
	color: #000;
}

@media (max-width: 640px) {
	.swiper-container-1 {}
	.swiper-fixed-text {
		padding-top: 0;
	}
	.swiper-fixed-text > div > div:nth-of-type(1) {
		font-size: 1em !important;
	}
	.swiper-fixed-text > div > div:nth-of-type(2) {
		font-size: 4em !important;
		white-space: nowrap;
	}
	.swiper-fixed-text > div > div:nth-of-type(3) {
		font-size: 2.5em !important;
		white-space: nowrap;
	}

	.swiper-fixed-text .btn-wrap > li {
		margin: 0;
		width: 100%;
		max-width: 100%;
		margin-top: 15px;
	}
}

/**
 * SubPage
 */

/*
#bo_list,
#bo_w,
#bo_v
*/
#sub-page {
	margin: 0 auto;
	padding: 50px 0 0;
	position: relative;
}
@media (max-width: 1100px) {
	#sub-page {
		padding-top: 0;
	}
}

#sub-page * {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	line-height: 170%;
}
#sub-page *:not(i) {
	font-family: "Noto Sans KR";
}

#sub-page .common-width {
	padding: 0;
}

#edit-page,
#sub-page .edit-page {
	position: absolute;
	display: block;
	left: 50%;
	top: 10px;
	right: 15px;
	text-align: right;
	z-index: 1;
	max-width: 98% !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;
}

.weight-100 {
	font-weight: 100 !important;
}
.weight-200 {
	font-weight: 200 !important;
}
.weight-300 {
	font-weight: 300 !important;
}
.weight-400 {
	font-weight: 400 !important;
}
.weight-500 {
	font-weight: 500 !important;
}
.weight-600 {
	font-weight: 600 !important;
}
.weight-700 {
	font-weight: 700 !important;
}
.weight-800 {
	font-weight: 800 !important;
}

.hover-underline:hover {
	text-decoration: underline !important;
}

#edit {
	position: absolute !important;
	top: 15px;
	right: 15px;
	z-index: 5;
}
#edit i,
#edit-page i,
#sub-page .edit-page i{
	color: #b51818;
	font-size: 2em;
}

#sub-page b,
#sub-page b *,
[id^='addon-']  b,
[id^='addon-']  b * {
	font-weight: 600;
}

#sub-page .vtop {
	vertical-align: top;
}
#sub-page .vmiddle {
	vertical-align: middle;
}
#sub-page .vbottom {
	vertical-align: bottom;
}

#sub-page .table {
	display: table;
	width: 100%;
}
#sub-page .table > * {
	display: table-cell;
}
@media (max-width: 760px) {
	#sub-page .table {
		display: block !important;
	}
	#sub-page .table > * {
		display: inline-block !important;
	}

	#sub-page .mobile-center {
		text-align: center !important;
		width: 100% !important;
	}
}

#sub-page .inline-wrap > * {
	display: inline-block;
	margin-right: 28px;
}
#sub-page.tour .inline-wrap > * {
	margin-right: 10px;
}
#sub-page.tour .inline-wrap img {
	width: 100%;
	height: auto;
}
@media (max-width: 640px) {
	#sub-page .inline-wrap {
		text-align: center;
	}
	#sub-page .inline-wrap > * {
		margin-right: 0;
	}
}

#sub-page .block-wrap > * {
	display: block;
}

#sub-page h1 {
	font-size: 2.2em;
	line-height: 55px;
}
#sub-page h2 {
	font-size: 2.5em;
	line-height: 40px;
	text-align: center;
	margin-bottom: 60px;
}
#sub-page h2.white {
	color: #FFF;
}
#sub-page h2 > * {
	display: inline-block;
	font-weight: 600;
	border-bottom: 3px solid #0066B8;
}
#sub-page h2.white > * {
	border-color: #FFF;
}
#sub-page h3 {
	font-size: 1.3em;
	line-height: 45px;
}
#sub-page h4 {
	font-size: 1.1em;
	line-height: 40px;
}
@media (max-width: 640px) {
	#sub-page h2 {
		margin-bottom: 30px;
	}
}

#sub-page dl:not(.no-padding) {
	padding: 0 30px;
}
#sub-page dl *:not(i) {
	font-weight: 400;
}
#sub-page dt {
	font-weight: 700;
	padding: 10px 0;
	line-height: 29px;
	font-size: 22pt;
	color: #2a2a8c;
	margin-bottom: 20px;
}
#sub-page dd {
	font-weight: 400;
	line-height: 37px;
	font-size: 15pt;
	color: #666;
	text-align: justify;
	letter-spacing: -1px;
}
@media (max-width: 1024px) {
	#sub-page dl:not(.no-padding) {
		padding: 0 10px;
	}
	#sub-page dt {
		line-height: 35px;
		font-size: 17pt;
	}
	#sub-page dd {
		line-height: 28px;
		font-size: 11pt;
	}
}

#sub-page div.title-line {
	width: 100%;
	height: 0;
	border-top: 1px solid #D3D4C6;
	position: relative;
	margin-top: 100px;
}
#sub-page div.title-line > div {
	position: absolute;
	top: -4px;
	left: 0;
	width: 50px;
	height: 0;
	border-top: 3px solid #75C9B2;
}

#sub-page .image-half {
	font-size: 0;
}
#sub-page .image-half > * {
	display: inline-block;
	width: 50%;
	margin-bottom: 10px;
}
#sub-page .image-half > li:first-child {
	text-align: left;
}
#sub-page .image-half > li:last-child {
	text-align: right;
}
#sub-page .image-half img {
	width: 99%;
	height: auto;
}
@media (max-width: 640px) {
	#sub-page .image-half > * {
		width: 100%;
	}
	#sub-page .image-half img {
		width: 100%;
	}
}

#sub-page .statement-of-faith {
	max-width: 1080px;
	margin: 0 auto;
}
#sub-page .statement-of-faith > li {
	border-bottom: 1px solid #E0E0E0;
	padding-top: 50px;
	padding-bottom: 50px;
}
#sub-page .statement-of-faith > li:first-child {
	width: 162px;
	vertical-align: top;
}
#sub-page .statement-of-faith > li:last-child {
	text-align: justify;
	font-size: 0.8em;
	line-height: 30px;
}
@media (max-width: 760px) {
	#sub-page .statement-of-faith > li:first-child {
		text-align: center;
		border: none;
		width: 100%;
		padding-bottom: 0;
	}
}

#sub-page.full {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#sub-page h3.title {
	font-size: 20pt;
	font-weight: 400;
	font-family: 'Nanum Myeongjo', serif;
	color: #8CC7F1;
	line-height: 35px;
	padding-bottom: 30px;
}
#sub-page h3.title > span.underline {
	width: 50px;
	margin-left: -25px;
	border-color: #8CC7F1;
}
@media (max-width: 740px) {
	#sub-page h3.title {
		font-size: 14pt;
		line-height: 30px;
		margin-bottom: 0;
	}
	#sub-page h3.title > span.underline {
		width: 30px;
		margin-left: -15px;
	}
}

.hr,
#sub-page hr {
	border: none;
	height: 30px;
	display: block;
	margin: 0;
}
#sub-page hr.thin {
	height: 8px;
	margin: 0;
}
@media (max-width: 760px) {
	#sub-page hr {
		height: 10px;
	}
}

#sub-page .text {
	font-weight: 400;
	line-height: 40px;
	font-size: 14pt;
}
@media (max-width: 760px) {
	#sub-page .text {
		font-size: 10pt;
	}
}

#sub-page .line {
	width: 100%;
	height: 1px;
	background-color: #EFEFEF;
}

#sub-page .icon {
	position: relative;
	display: inline-block;
}
#sub-page .icon i,
#sub-page .icon .glyphicon {
	color: #FFF;
	line-height: 32px;
	font-size: 15pt;
}
#sub-page .icon .glyphicon {
	font-size: 12pt;
}

#sub-page .info {
	position: relative;
	top: 6px;
}

.text-gray {
	color: #838381;
}
.text-green {
	color: #429406;
}
.text-light-green {
	color: #c5d841;
}
.text-orange {
	color: rgba(113, 120, 166, 1);
}
.text-red {
	color: #b0163e !important;
}
.text-blue {
	color: #485298 !important;
}
.text-dark-blue {
	color: #233375 !important;
}
.text-dark-blue2 {
	color: #38406a !important;
}
.text-sky-blue {
	color: #28b5bc !important;
}
.text-white {
	color: #FFF;
}
.text-black {
	color: #000;
}
.font-en {
	font-family: 'Dhurjati', sans-serif;
}

#sub-page .text-box {
	padding: 0 40px;
}
@media (max-width: 1024px) {
	#sub-page .text-box {
		padding: 0 10px;
	}
}

#sub-page .left-padding-20 {
	padding-left: 20px;
}

#sub-page .quotes .wrap {
	display: inline-block;
}
#sub-page .quotes .wrap:before,
#sub-page .quotes .wrap:after {
	content: '"';
	display: inline-block;
	position: relative;
	font-family: 'Passion One', cursive;
	line-height: 0;
	height: 0;
	font-size: 40pt;
}
#sub-page .quotes .wrap:before {
	transform: rotate(180deg);
	top: -35px;
}
#sub-page .quotes .wrap:after {
	top: -10px;
}

#sub-page .half-title {
	display: table;
	width: 100%;
	min-height: 148px;
	padding-left: 40px;
	background-color: #bcb5d9;
	color: #FFF;
	font-size: 18pt;
	position: relative;
	overflow: hidden;
}
#sub-page .half-title > span,
#sub-page .half-title small {
	position: relative;
	font-family: 'Sunflower';
	z-index: 2;
	display: table-cell;
	vertical-align: middle;
	height: 148px;
}
#sub-page .half-title.both > span,
#sub-page .half-title.both small {
	width: 50%;
}
#sub-page .half-title small {
	font-size: 13pt;
	line-height: 27px;
}

#sub-page .half-title div {
	position: absolute;
	right: 0;
	top: 0;
}
#sub-page .half-title div span {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
#sub-page .half-title div img {
	vertical-align: top;
	z-index: 1;
}
@media (max-width: 1300px) {
	#sub-page .half-title.both {
		display: block;
	}
	#sub-page .half-title.both > span,
	#sub-page .half-title.both small {
		display: block;
		width: 100%;
		height: auto;
		padding: 10px 0;
	}
	#sub-page .half-title.both div {
		left: 0;
	}
	#sub-page .half-title.both div span {
		background-color: rgba(0, 0, 0, 0.3);
	}
	#sub-page .half-title.both div img {
		height: 350px;
	}
}
@media (max-width: 1200px) {
	#sub-page .half-title div {
		left: 0;
	}
	#sub-page .half-title div span {
		background-color: rgba(0, 0, 0, 0.3);
	}
	#sub-page .half-title div img {
		width: 100%;
	}
}
@media (max-width: 615px) {
	#sub-page .half-title {
		font-size: 16pt;
		padding: 0;
		text-align: center;
	}
	#sub-page .half-title.both small {
		font-size: 10pt;
	}
	#sub-page .half-title div img {
		width: auto;
	}
}

#sub-page .more span {
	line-height: 250% !important;
	border-radius: 3px !important;
	background-color: rgba(252, 120, 22, 1) !important;
}
#sub-page .more span:hover {
	background-color: rgba(228, 97, 0, 1) !important;
}

#sub-page .divide-2 {
	font-size: 0;
}
#sub-page .divide-2 > * {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	font-size: 0.75rem;
}
#sub-page .divide-2 > *:nth-of-type(2n) {
	margin-left: 2%;
}
#sub-page .divide-2 > * img {
	width: 100%;
}
@media (max-width: 640px) {
	#sub-page .divide-2 > * {
		width: 100% !important;
	}
	#sub-page .divide-2 > *:nth-of-type(2n) {
		margin-left: 0 !important;
		margin-top: 20px;
	}
}

#sub-page .church_inquiry .content {
	text-align: center;
}
#sub-page .church_inquiry .content iframe {
	height: 1410px;
	max-width: 95%;
}
@media (max-width: 675px) {
	#sub-page .church_inquiry .content iframe {
		height: 1440px;
	}
}
@media (max-width: 545px) {
	#sub-page .church_inquiry .content iframe {
		height: 1470px;
	}
}
@media (max-width: 500px) {
	#sub-page .church_inquiry .content iframe {
		height: 1670px;
	}
}

.zoom-wrap .more {
	padding: 0 15px !important;
	height: 30px !important;
	line-height: 30px !important;
	margin-top: 20px !important;
	border-radius: 3px !important;
}

.zoom {
	margin: 20px 0 0;
}
.zoom .title {
	font-size: 19pt;
	font-weight: 600;
	line-height: 100%;
	margin-bottom: 10px;
}
.zoom .info {
	font-size: 13pt;
	margin-bottom: 25px;
}
.zoom .datetime {
	font-size: 13pt;
}
.zoom .datetime span {
	font-family: 'Dhurjati', sans-serif !important;
	font-size: 1.5em;
}

.community_vision .box {
	display: table;
	width: 95%;
	border: 1px solid #E9E8EF;
	margin-left: auto;
}
.community_vision .box > * {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.community_vision .box .img {
	padding: 30px 0;
}
.community_vision .box .img img {
	position: relative;
	left: -10%;
}
.community_vision .explain .title {
	font-size: 30pt;
	margin: 30px 0;
}
.community_vision .explain .title img {
	width: 45px;
}
.community_vision .explain .bible-verse {
	font-size: 13pt;
	font-weight: 300;
	margin-bottom: 30px;
}
.community_vision .explain .biblical-phrase.ko {
	font-size: 18pt;
	font-weight: 500;
}
.community_vision .explain .biblical-phrase.en {
	font-size: 14pt;
	font-weight: 300;
	color: #838381;
	margin-bottom: 30px;
}
@media (max-width: 1000px) {
	.community_vision .box {
		display: block;
		margin: 0 auto;
		width: 95%;
	}
	.community_vision .box > * {
		display: block;
		width: 100%;
	}
	.community_vision .box .img {
		text-align: center;
		padding: 0;
	}
	.community_vision .box .img img {
		left: 0;
		max-width: 100%;
	}
	.community_vision .box .explain {
		padding: 0 20px;
	}
}

.server .table > * {
	width: 50%;
	vertical-align: top;
}
.server .table > .explain {
	padding-left: 2%;
	font-size: 13pt;
	color: #838381;
}
.server .table > .explain .big {
	font-size: 20pt;
	font-weight: 600;
}
.server table {
	width: 98%;
}
.server table td {
	position: relative;
	overflow: hidden;
	width: 50%;
	color: #433e38;
}
.server table td .overlay {
	position: absolute;
	top:12%;
	right: -17%;
	width: 80%;
}
.em-name {
	font-size: .9rem;
	color: rgba(0,0,0,0.5);
}
.server table tr > td:first-child img {
	width: 100%;
}
.server table td .overlay img {
	width: 100%;
}
.server table td .top,
.server table td .bottom {
	position: absolute;
	left: 10%;
	z-index: 1;
}
.server table td .top {
	top: 10%;
	font-size: 20pt;
	font-weight: 700;
}
.server table td .top small {
	font-size: 0.7em;
	color: rgba(0, 0, 0, 0.7);
}
.server table td .bottom {
	bottom: 10%;
	font-size: 11pt;
}
.server table td .bottom .charge {
	font-size: 14pt;
}
.server table td .bottom .info,
.server table td .bottom .info * {
	color: rgba(255, 255, 255, 0.5);
}
.server table td .bottom .info > ul {
	display: table;
	font-size: 11pt;
}
.server table td .bottom .info > ul > li {
	display: table-cell;
	vertical-align: top;
}
.server table td .bottom .info > ul > li:first-child {
	width: 25px;
}
.server table td .bottom .info > ul > li i {
	display: inline-block;
	vertical-align: middle;
}
.server .line {
	margin: 50px 0;
}
@media (max-width: 760px) {
	.server .table > * {
		width: 100%;
		padding: 0 !important;
	}
	.server .table > .explain {
		margin-top: 20px;
	}
	.server table {
		position: relative;
		width: 100%;
	}
	.server .line {
		margin: 20px 0;
	}
	.server table td {
		display: block;
		width: 100%;
	}
	.server table tr > td:last-child {
		position: absolute;
		bottom: 0;
		opacity: 0.95;
	}
	.server table td .overlay {
		position: relative;
		right: -60%;
	}
	.server table td .overlay img {
		width: auto;
		height: 170px;
	}
	.server table td .top {
		font-size: 15pt;
	}
	.server table td .top,
	.server table td .bottom {
		left: 5%;
		right: 5%;
	}
	.server table td .bottom .info > ul {
		font-size: 10pt;
	}
	.server table td .bottom .info > ul > li:first-child {
		width: 20px;
	}
	.server .table > .explain .big {
		font-size: 15pt;
	}
	.server .table > .explain {
		font-size: 12pt;
	}
}

.new_family.new-family-box .left {
	padding-left: 50px;
}
.new_family.new-family-box .right {
	padding-right: 50px;
}
.new_family.new-family-box i {
	vertical-align: middle;
}
.new_family.new-family-box .btn-wrap {
	text-align: right;
}
.new_family.new-family-box .btn-wrap .btn {
	position: relative;
	display: inline-block;
	overflow: hidden;
	min-width: 185px;
	height: 68px;
	line-height: 66px !important;
	border: 1px solid rgba(255, 255, 255, 0.9);
	cursor: pointer;
	padding: 0;
}
.new_family.new-family-box .btn-wrap .btn:first-child,
.new_family.new-family-box .btn-wrap .btn:first-child a {
	color: #2e68b1;
}
.new_family.new-family-box .btn-wrap .btn:first-child {
	/* margin-right: 10px; */
	background-color: rgba(255, 255, 255, 0.9);
}
.new_family.new-family-box .btn-wrap .btn:first-child:hover {
	background-color: rgba(255, 255, 255, 1);
}
.new_family.new-family-box .btn-wrap .btn:last-child,
.new_family.new-family-box .btn-wrap .btn:last-child a {
	/* color: #FFF; */
}
.new_family.new-family-box .btn-wrap .btn:last-child:hover {
	background-color: rgba(0, 0, 0, 0.3);
}
.new_family.new-family-box .btn-wrap .btn a {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	z-index: 2;
	font-size: 13pt;
	font-weight: 500;
	align-items: center;
}
.new_family.new-family-box .btn-wrap .btn:hover a {
  color: #fff;
}
.new_family.new-family-box .btn-wrap .btn a:after {
	content: '▶';
	display: inline-block;
	position: relative;
	font-size: 7pt;
	right: -10px;
}
.new_family.new-family-box .btn-wrap .btn .bg-img {
	position: absolute;
	width: 50%;
	top: 0px;
	left: 10px;
	opacity: 0.15;
}
.new_family.new-family-box .btn-wrap .btn .bg-img img {
	width: 100%;
}
@media (max-width: 640px) {
	.new_family.new-family-box .left span {
		display: inline-block;
	}
	.new_family.new-family-box .btn-wrap .btn {
		width: 100%;
		height: 45px;
		line-height: 43px !important;
	}
	.new_family.new-family-box .btn-wrap .btn .bg-img {
		width: 40%;
		left: 0;
	}
}

.new_family.new-family-btn {
	margin-top: 3px;
}
.new_family.new-family-btn [class^='stage-'],
.new_family.new-family-btn [class^='stage-'] a {
	color: #838381;
}
.new_family.new-family-btn [class^='stage-'] {
	margin: 0px !important;
	border: 1px solid #e9e8ef;
	border-left: none;
	padding: 0;
	font-size: 12pt !important;
	width: 25% !important;
}
.new_family.new-family-btn [class^='stage-'] a {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 20px 30px;
	align-items: center;
}
.new_family.new-family-btn [class^='stage-'] a:after {
	content: '▶';
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 7pt;
}
.new_family.new-family-btn [class^='stage-']:hover {
	background-color: #F7F7F7;
}
.new_family.new-family-btn .stage-1 {
	border-left: 1px solid #e9e8ef;
}
@media (max-width: 1100px) {
	.new_family.new-family-btn [class^='stage-']:nth-of-type(2n-1) {
		margin-left: 1% !important;
		border-left: 1px solid #e9e8ef;
	}
	.new_family.new-family-btn .stage-3,
	.new_family.new-family-btn .stage-4 {
		border-top: none;
	}
}
@media (max-width: 640px) {
	.new_family.new-family-btn [class^='stage-'] {
		border-left: 1px solid #e9e8ef !important;
	}
	.new_family.new-family-btn [class^='stage-']:nth-of-type(2n-1) {
		margin: 0 !important;
	}
	.new_family.new-family-btn [class^='stage-']:not(:first-child) {
		border-top: none;
	}
}

.guide > ul {
	height: 100%;
}
.guide .left {
	padding-right: 1% !important;
}
.guide .right {
	padding-left: 1% !important;
}
.guide .wrap {
	display: flex;
	flex-direction: column;
	border: 1px solid #e9e8ef;
	height: 100%;
	padding-bottom: 35px;
}
.guide .wrap .title {
	color: #FFF;
	text-align: center;
	line-height: 60px !important;
	font-size: 20pt;
	font-weight: 500;
	margin-bottom: 30px;
}
.guide .left .wrap .title {
	background-color: #28b6bb;
}
.guide .right .wrap .title {
	background-color: #2e68b1;
}
/* ul의 도트라인은 style.php 에 작성됨(1923 라인) */
.guide .wrap ul {
	overflow: hidden;
	margin: 0px 40px;
}
.guide .wrap li {
	background-color: #FFF;
	font-size: 11pt;
	padding: 5px 0;
}
.guide .wrap ul li:first-child {
	float: left;
	padding-right: 20px;
	font-weight: 500;
}
.guide .wrap ul li:last-child {
	float: right;
	padding-left: 20px;
	color: #838381;
}
@media (max-width: 700px) {
	.guide .wrap ul {
		margin: 0 20px;
	}
	.guide .wrap li {
		font-size: 10pt;
	}
}

.facility_Information .iframe-wrap {
	padding-bottom: 68%;
	border: 1px solid #e9e8ef;
}
.facility_Information .popup-img {
	border: 1px solid #e9e8ef;
}
.facility_Information .icon {
	position: relative;
	display: inline-block;
	color: #FFF;
	top: -1px;
	width: 17px;
	height: 17px;
	line-height: 17px !important;
	text-align: center;
	font-size: 9pt;
	font-weight: 600;
	background-color: #2e68b1;
	overflow: hidden;
}
.facility_Information .icon.prohibition:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	height: 50px;
	width: 1px;
	background-color: #FFF;
	transform: translate(-50%, -50%) rotate(45deg);
}
.facility_Information .right .img-full img {
	max-width: 510px;
}

.new_community_media.top-list .left {
	padding-right: 20px !important;
}
.new_community_media.top-list .right {
	border: 1px solid #DFDFDF;
}

.mission .quotes .wrap:before,
.mission .quotes .wrap:after {
	font-weight: 400 !important;
}
.mission .quotes .wrap:before {
	top: -15px !important;
}
.mission .quotes .wrap:after {
	top: 7px !important;
}
.mission.schdule .divide-2 > li:first-child {
	width: 45% !important;
}
.mission.schdule .divide-2 > li:last-child {
	width: 53% !important;
}
.mission.schdule .schdule-list {
	padding: 10px 0px;
	font-size: 12pt;
}
.mission.schdule .schdule-list li {
	cursor: pointer;
	color: #838381;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.mission.schdule .schdule-list li:hover,
.mission.schdule .schdule-list li.on {
	color: #000;
}
.mission.schdule .schdule-list li:hover:after,
.mission.schdule .schdule-list li.on:after {
	content: '▶';
	display: inline-block;
	position: relative;
	font-size: 7pt;
	vertical-align: middle;
	top: -2px;
	margin-left: 5px;
}
.mission.schdule .schdule-list li:hover:after,
.mission.schdule .schdule-list li.on:after {
	content: '▶';
}
.mission.schdule .btn,
.cell .btn {
	display: block;
	width: 200px;
	background-color: #2e68b1;
	border: 1px solid #0a2d59;
	line-height: 35px !important;
	height: auto !important;
	margin-bottom: 20px;
}
.mission.schdule .btn:hover,
.cell .btn:hover {
	background-color: #0a2d59;
}
.mission.schdule .btn a,
.cell .btn a {
	color: #FFF;
	font-size: 11pt;
	font-weight: 500;
	line-height: 35px !important;
}
.mission_T.schdule .left {
	width: 30% !important;
}
.mission_T.schdule .right {
	width: 70% !important;
}
@media (min-width: 640px) {
	.mission.padding > .common-width {
		padding: 0 10px !important;
	}
}
@media (max-width: 640px) {
	.mission.schdule .btn,
	.cell .btn {
		width: 100%;
	}
}
.employment table {
	width: 100%;
	border-top: 2px solid #2e68b1;
}
.employment table th,
.employment table td {
	border: 1px solid #e9e8ef;
	border-right: none;
	border-top: none;
	text-align: center;
	word-break: keep-all;
}
.employment table th {
	width: 25%;
	border-left: none;
	background-color: #fafafa;
	font-size: 26pt;
	color: #0b3569;
	font-weight: 500;
}
.employment table th.small {
	width: 12%;
	font-size: 14pt;
	border-left: 1px solid #e9e8ef;
}
.employment table td {
	padding: 10px;
	font-size: 12pt;
	color: #838381;
}
.employment table tr > td:last-child {
	width: 13%;
}
.employment table th small {
	display: block;
	font-size: 12pt;
	color: #000;
	word-break: keep-all;
}
@media (min-width: 640px) {
	.employment.padding > .common-width {
		padding: 0 20px !important;
	}
}
@media (max-width: 640px) {
	#addon-contents-2.employment.banner > li.common-width {
		padding: 30px 10px !important;
	}
	.employment table th:not(.small) {
		width: auto;
		font-size: 12pt;
	}
	.employment table th.small {
		font-size: 10pt;
	}
	.employment table td {
		width: auto;
		font-size: 10pt;
	}
}

.mission_support_status table {
	width: 100%;
	border: 1px solid #e9e8ef;
	border-top: 2px solid #2e68b1;
}
.mission_support_status table * {
	text-align: center;
}
.mission_support_status table thead th {
	background-color: #fafafa;
	font-size: 13pt;
	color: #0b3569;
	padding: 10px 0;
}
.mission_support_status table tbody th,
.mission_support_status table tbody td {
	border-top: 1px solid #e9e8ef;
}
.mission_support_status table thead tr > th:nth-of-type(3),
.mission_support_status table tbody tr > th:nth-of-type(2) {
	border-left: 2px solid #2e68b1;
}
.mission_support_status table tbody th {
	width: 30%;
	color: #000;
	font-size: 13pt;
}
.mission_support_status table tbody td {
	width: 20%;
	border-left: 1px solid #e9e8ef;
	padding: 15px 0;
	font-size: 12pt;
	color: #838381;
}
.mission_support_status .download {
	display: inline-block;
	line-height: 42px !important;
	color: #0b3569;
	border: 1px solid #0b3569;
	padding: 0 30px;
	font-size: 13pt;
	text-align: center;
}
.mission_support_status .download * {
	color: #0b3569;
}
.mission_support_status .download:hover {
	background-color: #0b3569;
}
.mission_support_status .download:hover * {
	color: #FFF;
}
@media (max-width: 640px) {
	.mission_support_status table th {
		font-size: 11pt !important;
		word-break: keep-all;
	}
	.mission_support_status table td {
		font-size: 10pt !important;
	}
	.mission_support_status .download {
		width: 100%;
	}
}

.ministry_of_education dl dt {
	padding: 0 !important;
	margin-top: -10px !important;
}
.ministry_of_education dl dd {
	font-size: 12pt !important;
	font-weight: 300 !important;
	line-height: 170% !important;
}
.ministry_of_education dl dd .dot:before {
	content: '.';
	position: relative;
	display: inline-block;
	top: -4px;
	font-width: 600;
	margin-right: 5px;
}
.ministry_of_education dl dd .btn {
	display: inline-block;
	font-size: 12pt;
	border: 1px solid #233375;
	line-height: 40px !important;
	height: auto;
	padding: 0 15px !important;
	margin-right: 5px;
	vertical-align: middle;
}
.ministry_of_education dl dd .btn a {
	color: #233375;
}
.ministry_of_education dl dd .btn a i {
	position: relative;
	font-size: 10pt;
	top: -1px;
	margin-right: 10px;
}
.ministry_of_education dl dd .btn:hover {
	background-color: #233375;
}
.ministry_of_education dl dd .btn:hover a {
	color: #FFF;
}
@media (max-width: 640px) {
	.ministry_of_education dl dd .btn {
		margin-bottom: 10px;
	}
}
.ministry_of_education:not(.no-border) > .common-width {
	/* border-top: 1px solid #eaeaf0; */
	/* padding-top: 50px !important; */
}
.ministry_of_education dl dd .big {
	font-size: 1.1em;
}
.ministry_of_education .big2 {
	font-size: 1.6em;
}
.ministry_of_education dd img {
	vertical-align: bottom;
}
.ministry_of_education dl dd .icon {
	position: relative;
	display: inline-block;
	line-height: 40px !important;
	width: 40px;
	height: 40px;
	margin-right: 5px;
	text-align: center;
	vertical-align: middle;
}
.ministry_of_education dl dd .icon i {
	position: absolute;
	font-size: 18pt !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.ministry_of_education dl dd .icon.youtube {
	background-color: #dd0c0c;
}
.ministry_of_education dl dd .icon.youtube:hover {
	background-color: #9b0f1f;
}
.ministry_of_education dl dd .icon.facebook {
	background-color: #3b5998;
}
.ministry_of_education dl dd .icon.facebook:hover {
	background-color: #22396a;
}
.ministry_of_education dl dd .icon.instagram {
	background: linear-gradient(45deg, #eb674b, #d03483, #7e4eba);
}
.ministry_of_education .divide-line {
	position: relative;
	display: inline-block;
	font-size: 9pt;
	font-weight: 100 !important;
	margin: 0 10px;
	top: -3px;
}
.ministry_of_education .padding-left {
	display: inline-block;
	padding-left: 20px;
}

.cell_church.ministry_of_education dl dt {
	margin: 0px 0px 10px !important;
}
@media (min-width: 640px) {
	.cell_church .left {
		padding-right: 10% !important;
	}
}

.cell .title-box {
	background-color: #485298;
	color: #FFF;
	text-align: center;
	font-weight: 500;
	font-size: 20pt;
	line-height: 70px !important;
}
.cell table {
	border: 1px solid #E9E8EF;
	border-top: none;
	border-bottom: none;
	width: 100%;
}
.cell table th,
.cell table td {
	padding: 20px 10px;
	text-align: center;
	border-bottom: 1px solid #E9E8EF;
	font-size: 13pt;
}
.cell table th {
	width: 20%;
	background-color: #FAFAFA;
}
.cell table td {
	width: 20%;
	border-left: 1px solid #E9E8EF;
	color: #838381;
}
.boxright {

	border-right: 1px solid #E9E8EF;
}
.cell table .big {
	font-size: 1.2em;
}
.cell dl dt {
	font-size: 25pt !important;
	line-height: 60px !important;
	margin-top: 0 !important;
}
.cell dl dd {
	font-size: 13pt !important;
}
.cell dt .number-box {
	display: inline-block;
	width: 65px;
	height: 60px;
	border: 1px solid #2E68B1;
	text-align: center;
	line-height: 58px !important;
	font-weight: 800 !important;
	font-size: 31pt;
	margin-right: 5px;
}
.cell .btn {
	margin: 0px auto;
}

.donation small {
	display: block;
}
.donation h1 {
	font-size: 35pt !important;
	text-align: center;
	font-weight: 600 !important;;
	color: #2e68b1;
	border-bottom: 1px solid #e9e8ef;
	padding-bottom: 50px;
	margin-bottom: 20px;
}
.donation small {
	font-size: 11pt;
	color: #838381;
}
.donation .divide-2 {
	display: table !important;
	margin-bottom: 70px;
}
.donation .divide-2 > li {
	display: table-cell !important;
}
.donation .divide-2 > li:nth-of-type(2n-1) {
	width: 10% !important;
}
.donation .divide-2 > li:nth-of-type(2n) {
	width: 90% !important;
	padding-left: 2% !important;
	margin-left: 0 !important;
}
.donation dt {
	font-size: 25pt !important;
	font-weight: 500 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.donation dt small {
	font-size: 15pt;
	color: #2e68b1;
}
.donation dd {
	font-size: 14pt !important;
	text-align: left !important;
}
@media (max-width: 640px) {
	#sub-page .donation .divide-2 > li:nth-of-type(2n-1) {
		width: 25% !important;
	}
	#sub-page .donation .divide-2 > li:nth-of-type(2n) {
		width: 75% !important;
	}
	.donation dt {
		font-size: 20pt !important;
	}
	.donation dt small {
		font-size: 13pt !important;
	}
	.donation dd {
		font-size: 12pt !important;
	}
}
.donation .btn {
	display: inline-block;
	line-height: 40px !important;
	font-size: 14pt;
	font-weight: 500;
	background-color: #2e68b1;
	color: #FFF;
	padding: 0 20px;
	height: auto !important;
	margin-top: 5px;
	cursor: pointer;
}
.donation .btn:after {
	content: "▶";
	position: relative;
	display: inline-block;
	font-size: 7pt;
	vertical-align: middle;
	margin-left: 5px;
	top: -2px;
}
.donation .btn:hover {
	background-color: rgb(60, 69, 87);
}
.donation .ex > span {
	display: inline-block;
	position: relative;
	font-weight: 600 !important;
	font-size: 20pt;
	margin-right: 5px;
	padding-bottom: 33px;
}
.donation .ex > span small {
	position: absolute;
	line-height: 30px !important;
	left: 0;
	right: 0;
	bottom: 0;
	border-top: 1px solid #000;
	text-align: center;
}
.donation .ex > span small.orange {
	color: #f99d2e;
	border-color: #f99d2e;
}
.donation .ex > span small.blue {
	color: #2e68b1;
	border-color: #2e68b1;
}
.donation .ex > span small.sky-blue {
	color: #28b6ba;
	border-color: #28b6ba;
}
.donation.trend-1 dd small {
	color: #000;
	font-weight: 300 !important;
	font-size: 12pt;
}
.donation.trend-1 dd small.thin {
	position: relative;
	font-size: 11pt;
	padding-left: 34px;
}
.donation.trend-1 dd small.thin i {
	position: absolute;
	left: 0;
	top: -14px;
	font-size: 18pt;
}
.donation.trend-1 dd .big {
	font-size: 16pt;
	font-weight: 600 !important;
}
.donation.trend-2 {
	text-align: center;
}
.donation.trend-2 > ul {
	display: inline-table;
	height: 100%;
}
.donation.trend-2 .align-center {
	text-align: center;
	font-size: 20pt;
	font-weight: 600;
}
.donation.trend-2 [class^="stage-"] {
	display: inline-flex;
	flex-direction: column;
	height: 100%;
	padding: 40px;
	border: 2px solid #e9e8ef;
	width: 33% !important;
	margin-left: 0.5% !important;
}
.donation.trend-2 .stage-1 {
	margin-left: 0 !important;
}
.donation.trend-2 small {
	text-align: left;
}


/* 메인페이지 */
#container_wr .index-4banner-1 {
	margin-top: 40px;
}
@media (max-width: 1100px) {
	#container_wr .index-4banner-1 {
		margin-top: 20px;
	}
}
#container_wr .index-4banner-1 [class^='stage-'] {
	position: relative;
}
#container_wr .index-4banner-1 .inner-text {
	box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
}
#container_wr .index-4banner-1 .banner-text {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	padding: 0 20px;
  color: #212121;
}
#container_wr .index-4banner-1 .banner-text > * {
	text-align: center;
}
#container_wr .index-4banner-1 .banner-text .icon img {
	width: auto;
	margin-bottom: 20px;
}
#container_wr .index-4banner-1 .banner-text .title {
	font-size: 2em;
	font-weight: 600;
}
#container_wr .index-4banner-1 .banner-text .explain {
	font-size: 1.2em;
	color: rgba(59, 68, 91,0.7);
}

#container_wr .index-centerbox-1 [class^='stage-'] {
	margin-left: 0 !important;
	/* border: 1px solid #e9e8ef; */
	border-left: none;
	overflow: hidden;
  /* height: 320px; */
}
#addon-contents-002_003.index-centerbox-1>ul {
	display: flex !important;
}
#container_wr .index-centerbox-1 [class^='stage-'] img {
	height: 100%;
}
#container_wr .index-centerbox-1 .stage-2 {
  padding-left: 8px;
  padding-right: 8px;
}
#container_wr .index-centerbox-1 .stage-3 {
  padding-left: 10px;
}
#container_wr .index-centerbox-1 [class^='stage-']:first-child {
	/* border-left: 1px solid #e9e8ef;
   */
   padding-right: 10px;
}

#container_wr .index-centerbox-1 .inner-text {
	padding: 45px 50px;
	cursor: auto !important;
}
#container_wr .index-centerbox-1 li:hover .inner-text {
	background-color: rgba(255, 255, 255, 0) !important;
}

#container_wr .index-centerbox-1 .banner .title {
	font-size: 2.5em !important;
	font-weight: 600 !important;
	color: #1e2656;
	margin-bottom: 10px;
}
#container_wr .index-centerbox-1 .banner .explain {
	font-size: 1.2em !important;
	color: #5d677d;
}
#container_wr .index-centerbox-1 .more {
	border: 1px solid #1e2656;
	border-radius: 0 !important;
	height: 40px !important;
	line-height: 40px !important;
	padding: 0 30px !important;
}
@media (max-width: 640px) {
	#container_wr .index-centerbox-1 [class^='stage-'] {
		margin-bottom: 0 !important;
		border: 1px solid #e9e8ef;
		border-top: none;
	}
	#container_wr .index-centerbox-1 [class^='stage-']:first-child {
		border-top: 1px solid #e9e8ef;

	}
	#container_wr .index-centerbox-1 .stage-2,
	#container_wr .index-centerbox-1 .stage-3 {
		display: inline-block !important;
		width: 50% !important;
	}
	#container_wr .index-centerbox-1 .inner-text {
		padding: 40px;
	}
	#container_wr .index-centerbox-1 .banner .title {
		font-size: 2em !important;
	}
	#container_wr .index-centerbox-1 .banner .explain {
		font-size: 1em !important;
	}
	#container_wr .index-centerbox-1 .stage-2 {
		padding-left: 0px;
	}
}

#container_wr .index-centerbox-2 .left,
#container_wr .index-centerbox-2 .right,
#container_wr .index-centerbox-3 .left,
#container_wr .index-centerbox-3 .right {
	border: 1px solid #e9e8ef;
	border-left: none;
	border-top: none;
}
#container_wr .index-centerbox-2 .left,
#container_wr .index-centerbox-2 .right,
#container_wr .index-centerbox-3 .left {
	border-left: 1px solid #e9e8ef;
	padding: 0;
}
#container_wr .index-centerbox-3 .left,
#container_wr .index-centerbox-3 .right {
	padding: 4%;
}
@media (min-width: 640px) {
	#container_wr .index-centerbox-3 .left,
	#container_wr .index-centerbox-3 .right {
		border-bottom: none;
	}
}
@media (max-width: 640px) {
	#container_wr .index-centerbox-2 .left,
	#container_wr .index-centerbox-2 .right,
	#container_wr .index-centerbox-3 .right {
		border: 1px solid #e9e8ef;
		border-top: none;
	}
	#container_wr .index-centerbox-2 .left,
	#container_wr .index-centerbox-3 .left {
		border-top: 1px solid #e9e8ef;
	}
	#container_wr .index-centerbox-2 .right,
	#container_wr .index-centerbox-3 .right {
		border-bottom: none;
	}
}
#container_wr .index-centerbox-2 .divide-2 {
	font-size: 0;
}
#container_wr .index-centerbox-2 .divide-2 > li {
	position: relative;
	display: inline-block;
	font-size: 0.75rem;
	width: 50%;
	min-height: 197px;
	vertical-align: top;
}
#container_wr .index-centerbox-2 .divide-2 > li > div {
	position: absolute;
	top: 50%;
	left: 10%;
	right: 10%;
	transform: translateY(-50%);
}
#container_wr .index-centerbox-2 .divide-2 > li > div .title {
	font-size: 1.8em;
	line-height: 33px;
	height: 66px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 라인수 */
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	margin-bottom: 20px;
}
#container_wr .index-centerbox-2 .divide-2 > li > div .more {
	display: inline-block;
	line-height: 27px;
	border: 1px solid #A8A8A7;
	padding: 0 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#container_wr .index-centerbox-2 .divide-2 > li > div .more:hover {
	background-color: #A8A8A7;
}
#container_wr .index-centerbox-2 .divide-2 > li > div .more a {
	color: #7f7f79;
}
#container_wr .index-centerbox-2 .divide-2 > li > div .more:hover a {
	color: #FFF;
}

#container_wr .index-centerbox-2 .divide-2 > li.white * {
	color: #FFF !important;
	border-color: #FFF !important;
}
#container_wr .index-centerbox-2 .divide-2 > li.white .more:hover {
	background-color: #FFF !important;
}
#container_wr .index-centerbox-2 .divide-2 > li.white .more:hover a {
	color: #7f7f79 !important;
}

#container_wr .index-gallery {
	border-top: 1px solid #e9e8ef;
}
@media (max-width: 640px) {
	#container_wr .index-centerbox-2 .divide-2 > li {
		background-size: 25% !important;
		background-position-x: 90% !important;
	}
}


/**
 * SNS Login
 */

#register_member input[type='checkbox'] {
	-webkit-appearance: checkbox;
}

@media (max-width: 600px) {
	#register_member .sns_tbl th {
		display: none;
	}
	#register_member .sns_tbl input {
		width: 100%;
	}
}

#mb_login #sns_login .sns-icon {
	display: block;
	width: 100% !important;
	float: none !important;
	height: 45px;
	line-height: 45px;
	border-radius: 3px;
}
#sns_login .sns-kakao {
	border: none;
	background-position-y: center !important;
}


/**
 * SideMenu
 */

#side_menu {
	z-index: 10000;
	box-shadow: unset;
}
#side_menu * {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 1100px) {
	#side_menu {
		padding: 0;
		border: none;
		top: 50px;
	}
	#side_menu #quick {
		display: table;
		position: fixed;
		top: 0;
		left: auto;
		right: 0;
		width: 250px;
		margin: 0;
		text-align: center;
		background-color: #FFF;
		transform: translateX(250px);
	}
	#side_menu.on #quick {
		transform: translateX(0px);
	}
	#side_menu #quick li {
		display: table-cell;
		width: 25%;
	}
	#side_menu #quick li .qk_tit {
		display: none !important;
	}
	#ol_auto,
	#ol_svc {
		float: none;
		margin-top: 10px;
	}
	#ol_auto input[type=checkbox] {
		width: 0;
		height: 0;
	}
	#ol_auto input[type=checkbox] + label {
		display: inline-block;
	}
	#ol_svc a {
		display: block;
		text-align: center;
	}

	#side_menu #tabs_con .qk_con {
		width: 250px;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	#s_ol_be_cate > * {
		width: 50%;
	}

	#tabs_con .con_close {
		display: none !important;
	}
}


/**
 * Member Login
 */

@media (max-width: 1100px) {
	#mb_login #agree {
		padding: 0;
	}
	#mb_login label[for=agree] {
		display: inline-block;
		text-align: left;
		height: auto;
		line-height: 150%;
		padding-top: 3px;
	}
	#mb_login label[for=agree] > span {
		position: absolute;
		top: 0;
		left: 0;
	}
}


/**
 * Register Form
 */

.register {
	padding: 50px 0 100px;
}
@media (max-width: 640px) {
	.register {
		padding: 20px 0 30px;
	}
}

#fregisterform .warning {
	position: relative;
	text-align: center;
	color: #FFF;
	height: 50px;
	line-height: 50px;
	font-size: 1.1em;
	background-color: #F2838F;
	margin: 0 0 10px;
	border-radius: 5px;
	font-weight: bold;
}
@media (max-width: 1100px) {
	#fregisterform .warning {
		height: auto;
		line-height: 150%;
		padding: 10px 10px 10px 5px;
		border-left: 5px solid #da4453;
	}
}
#fregisterform .warning:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 5px;
	border-radius: 5px 0 0 5px;
	background-color: #DA4453;
}
@media (max-width: 1100px) {
	#fregisterform .warning:before {
		background-color: none;
	}
}
#fregisterform .warning i {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	top: 3px;
	text-align: center;
	border-radius: 50%;
	background: url('../img/require.png') no-repeat center center #FFF;
}

#register_form #mb_1 {
	width: 100%;
}

#register_form .read-only {
	display: inline-block;
	line-height: 31px;
}

#register_form .chk_box .tooltip_icon {
	line-height: 15px;
	margin-top: -4px;
}
#register_form .chk_box .tooltip_icon i {
	position: relative;
	top: 2px;
}

@media (max-width: 1100px) {
	#register_form .chk_box .tooltip {
		top: 33px;
		left: 0;
	}
	#register_form .chk_box .tooltip:before {
		top: -10px;
		left: 0;
		border-top: 0 solid transparent;
		border-bottom: 10px solid #000;
		border-left: none;
		border-right: 10px solid transparent;
	}
}

#register_form .bill_form {
	background: #F7F7F7;
	border: 1px solid #DDE7E9;
	border-radius: 3px;
}
#register_form .bill_form table {
	width: 100%;
	padding: 20px;
	display: block;
	overflow: hidden;
}
#register_form .bill_form.register_form_inner table {
	padding-top: 0;
}
#register_form .bill_form.register_form_inner ul {
	padding-bottom: 0;
}
#register_form .bill_form.register_form_inner tbody {
	display: block;
}
#register_form .bill_form.register_form_inner tbody tr {
	display: block;
	float: none !important;
}
#register_form .bill_form.register_form_inner select {
	width: 24.5%;
}
@media (max-width: 1100px) {
	#register_form .bill_form.register_form_inner select {
		width: 100%;
		margin-bottom: 10px;
	}
	#register_form .bill_form.register_form_inner select:last-child {
		margin: 0;
	}
}

#register_form .bill_form table tr {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
#register_form .bill_form table tr:nth-last-of-type(2),
#register_form .bill_form table tr:nth-last-of-type(3),
#register_form .bill_form table tr:nth-last-of-type(4),
#register_form .bill_form table tr:nth-last-of-type(5),
#register_form .bill_form table tr:nth-last-of-type(6),
#register_form .bill_form table tr:nth-last-of-type(7) {
	width: 49%;
}
#register_form .bill_form table tr:nth-last-of-type(2),
#register_form .bill_form table tr:nth-last-of-type(4),
#register_form .bill_form table tr:nth-last-of-type(6) {
	margin-left: 1%;
}
#register_form .bill_form table tr:nth-last-of-type(3),
#register_form .bill_form table tr:nth-last-of-type(5),
#register_form .bill_form table tr:nth-last-of-type(7) {
	margin-right: 1%;
}
#register_form .bill_form table th {
	display: block;
	margin-bottom: 10px;
	line-height: 24px;
	text-align: left;
}
#register_form .bill_form table td {
	display: block;
}
#register_form .bill_form table input {
	width: 100%;
}

#register_form .bill_form .mb_bill_zip {
	width: 385px;
	margin-right: 10px;
}
#register_form .bill_form table tr:nth-of-type(8) label {
	display: none;
}

@media (max-width: 1100px) {
	#register_form #reg_mb_zip,
	#register_form .bill_form .mb_bill_zip {
		width: 59%;
		float: left;
		margin: 0;
	}
	#register_form #reg_mb_zip:before,
	#register_form .bill_form .mb_bill_zip:before {
		content: "";
		display: block;
	}

	#register_form #reg_mb_zip + button,
	#register_form .bill_form .mb_bill_zip + button {
		width: 40%;
		float: right;
	}

	#register_form .register_form_inner input[type="checkbox"] + label {
		padding-left: 0;
		margin: 0;
		display: inline-block;
	}
	#register_form .register_form_inner input[type="checkbox"] + label > span {
		top: 0;
	}
	#register_form .register_form_inner input[type="checkbox"] + label + span {
		display: inline-block;
		line-height: 34px;
		padding-left: 10px;
	}
}


/**
 * Etc
 */

#bo_v_title,
#bo_w {
	padding-top: 50px !important;
}

#bo_v {
	/*max-width: 800px !important;*/
	width: 100%;
	margin: 0 auto !important;
	padding: 0 10px;
}
#bo_list,
#bo_gall {
	max-width: 1000px !important;
	width: 100%;
	margin: 0 auto !important;
}
/* #bo_gall:not(.blog) { */
#bo_gall {
	padding-top: 20px;
}
#bo_list {
	padding-top: 50px;
}

#bo_v_con {
	font-size: 13pt;
}

#bo_v_img {
	text-align: center;
}

#bo_v_title {
	text-align: center;
}
.bo_v_tit {
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #f1f1f1 !important;
}

#bo_btn_top,
#bo_v_share > .btn.btn_b03 {
	display: none;
}

#bo_cate_ul {
	font-size: 0;
	margin: 50px 0;
	border: 1px solid #E9E9E9;
}
#bo_cate_ul > li {
	display: inline-block;
	text-align: center;
	padding: 0;
	width: 16.66%;
}
#bo_cate_ul a {
	line-height: 49px;
	border-radius: 0;
	padding: 0;
	border: none;
	border-right: 1px solid #E9E9E9;
	color: #898989;
	font-weight: 400;
	font-size: 0.8rem;
}
#bo_cate_ul a:hover {
	color: #898989;
	background-color: #F4F4F4;
}
#bo_cate #bo_cate_on {
	color: #898989;
	background-color: #F4F4F4;
	border-color: #E9E9E9;
	box-shadow: none;
	font-weight: 400;
}
#bo_cate #bo_cate_on:after {
	content: '▼';
	position: relative;
	display: inline-block;
	margin-left: 5px;
	transform: scale(0.5);
}
#bo_cate_ul > li:nth-of-type(1) a,
#bo_cate_ul > li:nth-of-type(2) a,
#bo_cate_ul > li:nth-of-type(3) a,
#bo_cate_ul > li:nth-of-type(4) a,
#bo_cate_ul > li:nth-of-type(5) a,
#bo_cate_ul > li:nth-of-type(6) a {
	border-bottom: 1px solid #E9E9E9;
}

@media (max-width: 640px) {
	#bo_cate {
		margin-top: 0;
	}
	#bo_cate_ul {
		margin: 0 0 20px;
	}
	#bo_cate_ul > li {
		display: block;
		width: 100% !important;
	}
	#bo_cate_ul a {
		line-height: 42px;
		font-size: 0.75rem;
		border-left: none !important;
		border-right: none !important;
		border-top: none !important;
	}
	#bo_cate_ul > li:first-child a {
		border-top: 1px solid #E9E9E9 !important;
	}
}

#taxbill {
	display: block;
	padding: 15px 0;
	height: auto;
	line-height: inherit;
	margin: -10px 0 20px;
	cursor: pointer;
	text-align: center;
	font-size: 1.2em;
	font-weight: 400;
	color: #FFF;
	background-color: #2769C7;
	border-radius: 3px;
}
#taxbill.ing {
	background-color: #FF7F27;
	cursor: auto;
}
#taxbill.end {
	background-color: #d50c0c;
	cursor: auto;
}

.more_opt li i {
	display: inline-block;
	width: 10px;
}

.ctt_admin {
	position: absolute;
	right: 10px;
	top: 10px;
}

#ctt,
#ctt_con {
	margin: 0;
	padding: 0;
}
#ctt {
	padding-bottom: 50px;
}
button.btn_share {
	display: none;
}
.bo_v_snswr {
	padding: 10px 0;
}

.pg_current {
	border-radius: 50%;
	font-weight: 400;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	border: none;
	margin: 0 2px;
}
.pg_page {
	border-radius: 50%;
	margin: 0 2px;
}
.pg_start,
.pg_end,
.pg_prev,
.pg_next {
	border: none;
	text-align: center;
}

.btn_bo_adm input {
	background-color: #FE1E92;
}

#container_title_wrap {
	background-color: #FAFAFA;
	padding: 30px 0;
	overflow: hidden;
}
#container_title_wrap > div > * {
	vertical-align: top;
}

#container_title {
	padding: 0;
	float: left;
}
#container_title span {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 1.8em;
	line-height: 50px;
	font-weight: 400;
}
/*
    #container_title span:before {
        content: "|";
        position: absolute;
        left: 0;
        top: 2px;
        font-family: 'Black Han Sans', sans-serif;
        display: inline-block;
        color: #ff3b3b;
    }
*/

#container_title #position {
	float: right;
	font-size: 0.75em;
	margin-top: 5px;
}
#container_title #position,
#container_title #position * {
	color: #bcbcbc;
	font-weight: 300;
}
#container_title #position a:after {
	content: '>';
	position: relative;
	display: inline-block;
	font-family: "Nanum Gothic";
	padding-left: 4px;
	font-size: 0.7em;
	top: -2px;
}
#container_title #position a:last-child:after {
	content: '';
	padding: 0;
}
@media(max-width: 640px) {
	#container_title_wrap {
		padding: 15px 0;
	}
}

.sct_admin {
	position: absolute;
	top: 0;
	right: 0;
}

#copymove input,
#copymove textarea,
#copymove button,
#copymove select {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}

#bo_list_total {
	white-space: nowrap;
}

.new-noti {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999999;
}
.new-noti-text {
	padding: 10px 25px;
	background-color: rgba(237, 105, 82, 0.8);
	color: #FFF;
	border-radius: 3px;
}
.new-noti .close {
	display: inline-block;
	margin-left: 10px;
	font-size: 1.2em;
	cursor: pointer;
}
.new-noti .blink {
	-webkit-animation: blink 0.5s ease-in-out infinite alternate;
	-moz-animation: blink 0.5s ease-in-out infinite alternate;
	animation: blink 0.5s ease-in-out infinite alternate;
}

@media (max-width: 1100px) {
	#container_title span {
		font-size: 1.4em;
	}

	.sct_admin {
		position: absolute;
		top: 15px;
		right: 0;
	}

	.register {
		padding: 0 10px 30px;
	}
	#fregister p {
		height: auto;
		line-height: 150%;
		padding: 10px 10px 10px 5px;
		border-left: 5px solid #da4453;
	}
	#fregister p:before {
		background: none;
	}

	#smb_my {
		margin: 0;
	}
	.tooltip_txt {
		height: auto;
		line-height: 150%;
		text-align: center;
		padding: 10px 20px;
	}
	.tooltip_txt:before {
		height: auto;
		bottom: 0;
	}

	#smb_ws_act > button {
		width: 100% !important;
		margin-bottom: 10px;
	}
	#smb_ws_act > button:last-child {
		margin-bottom: 0;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 0;
	}
	49% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}
@-mox-keyframes blink {
0% {
	opacity: 0;
}
49% {
	opacity: 0;
}
50% {
	opacity: 1;
}
}
@keyframes blink {
	0% {
		opacity: 0;
	}
	49% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}

/**
 * Hover Popup
 **/

#hover-popup,
#weekly-popup,
#img-popup {
	position: fixed;
	display: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0);
	z-index: 99999;

}
#hover-popup.on,
#hover-popup.on-full,
#weekly-popup.on-full,
#img-popup.on-full {
	display: block;
}
#hover-popup.on-full,
#weekly-popup.on-full,
#img-popup.on-full {
	background: rgba(0, 0, 0, 1);
}

#weekly-popup * {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#weekly-popup > ul {
	display: flex;
	width: 200%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
#weekly-popup > ul li {
	position: relative;
	display: inline-flex;
	width: 50%;
}
#weekly-popup > ul li img,
#img-popup img {
	max-width: 100%;
}
#img-popup img {
	max-height: 100%;
}

#weekly-popup nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 0;
	font-weight: 100;
	font-size: 8em;
}

#weekly-popup nav div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	font-family: 'Nanum Gothic', sans-serif;
}
#img-popup-cont {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
}
#weekly-popup nav div:hover {
	color: rgba(0, 0, 0, 1);
}
#weekly-popup nav div.prev {
	left: 10px;
}
#weekly-popup nav div.prev:before {
	content: '<';
}

#weekly-popup nav div.next {
	right: 10px;
}
#weekly-popup nav div.next:before {
	content: '>';
}

#hover-popup-close {
	display: none;
	cursor: pointer;
}
#hover-popup-close.on-full,
#img-popup.on-full #img-popup-close,
#weekly-popup-close {
	position: fixed;
	display: block;
	top: 20px;
	right: 20px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 3em;
	line-height: 0;
	z-index: 9999999;
	cursor: pointer;
}

#hover-popup-cont {
	position: absolute;
	transform: scale(1);
	border-radius: 5px;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.8);
}
#hover-popup-cont.on,
#hover-popup-cont.on-full {
	transform: scale(1.5);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index: 999999;
	box-shadow: 0 15px 35px rgba(50,50,90,0.3), 0 5px 15px rgba(0,0,0,0.3);
}
#hover-popup-cont.img {
	transform: scale(1);
	border-radius: 0;
	box-shadow: none;
}
#hover-popup-cont.on-full {
	position: fixed;
	top: 50% !important;
	left: 0 !important;
	width: 100% !important;
	transform: translateY(-50%);
}
#hover-popup-cont .iframei-hover {
	display: none;
}
#hover-popup-cont a {
	display: block;
	color: #FFF;
	overflow: hidden;
	max-height: 0;
}
#hover-popup-cont.on a {
	max-height: 1000px;
}
#hover-popup-cont img {
	width: 100%;
}
#hover-popup-cont .hover-wrap {
	padding: 5px 10px 12px;
	font-size: 1rem;
}
#hover-popup-cont.on .hover-wrap {
	cursor: pointer;
}
#hover-popup-cont.img .hover-wrap {
	font-size: 1.8em;
}
#hover-popup-cont .hover-wrap span {
	display: block;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFF;
}
#hover-popup-cont .hover-wrap span.btn {
	position: relative;
	display: inline-block;
	top: -1px;
	padding: 0 3px;
	border-radius: 1px;
	background-color: rgba(255, 255, 255, 0.3);
	font-weight: 300;
	line-height: 140%;
	height: auto !important;
	width: 37px;
	text-align: center;
	margin-right: 6px;
	font-size: 0.9em;
	vertical-align: middle;
}
#hover-popup-cont .hover-wrap span.subject {
	font-size: 0.7em;
	height: 18.5px;
	line-height: 18.5px;
	margin-bottom: 3px;
}
#hover-popup-cont.img .hover-wrap span.subject {
	height: 26.5px;
	line-height: 26.5px;
}
#hover-popup-cont .hover-wrap span.datetime,
#hover-popup-cont .hover-wrap span.text,
#hover-popup-cont .hover-wrap span.preacher {
	font-size: 0.6em;
	line-height: 17.5px;
	height: 17.5px;
}

@media (max-width: 1100px) {
	#hover-popup {
		background-color: rgba(0, 0, 0, 1);
	}
	#hover-popup.on .close,
	#hover-popup.on-full .close {
		position: absolute;
		display: block;
		top: 20px;
		right: 20px;
		color: rgba(255, 255, 255, 0.8);
		font-size: 3em;
		line-height: 0;
	}

	#hover-popup-cont.on,
	#hover-popup-cont.on-full {
		position: fixed;
		transform: scale(1) translateY(-50%);
		border-radius: 0;
		box-shadow: none;
		top: 50% !important;
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		-webkit-transition: all 0s ease-out;
		-moz-transition: all 0s ease-out;
		-o-transition: all 0s ease-out;
		transition: all 0s ease-out;
	}
	#hover-popup-cont .hover-wrap span.btn {
		font-size: 0.8em;
		width: 60px;
		border-radius: 3px;
		margin-right: 10px;
	}
	#hover-popup-cont .hover-wrap span.subject {
		font-size: 1.2em;
		height: 37px;
		line-height: 37px;
	}
	#hover-popup-cont .hover-wrap span.datetime,
	#hover-popup-cont .hover-wrap span.text,
	#hover-popup-cont .hover-wrap span.preacher {
		font-size: 1em;
		height: 35px;
		line-height: 35px;
	}
}

#hover-popup-cont.letterbox {
	left: 50% !important;
	transform: scale(1) translate(-50%, -50%);
}


/**
 * 3rd Menu
 */

#menu-3rd {
	display: table;
	width: 100%;
	margin-top: 50px !important;
}
#menu-3rd > * {
	display: table-cell;
	text-align: center;
	padding: 15px 10px;
	background-color: #0066b8;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#menu-3rd > *:first-child {
	border: none;
}
#menu-3rd > *.on,
#menu-3rd > *:hover {
	background-color: #0b497b;
}
#menu-3rd a {
	color: #FFF;
	font-size: 12pt;
}

@media (max-width: 640px) {
	#menu-3rd {
		display: block;
		margin-top: 30px !important;
	}
	#menu-3rd > * {
		display: block;
		width: 100% !important;
		border-left: none;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
	}
	#menu-3rd > *:first-child {
		border-top: none;
	}
}

/**
 * Board
 */

.bo_fx {
	margin: 25px 0;
}
.bo_sch_wrap {
	display: block;
	position: relative;
}
.bo_sch {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	max-height: 100%;
	margin: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	max-width: 50%;
	float: right;
}
.bo_sch h3,
.bo_sch .bo_sch_cls {
	display: none;
}
.bo_sch form {
	padding: 0;
	font-size: 0;
}
.bo_sch form > * {
	display: inline-block;
	vertical-align: top;
}
.bo_sch #sfl,
.bo_sch .sch_bar {
	position: relative;
	font-size: 0.75rem;
	box-shadow: none;
}
.bo_sch #sfl {
	width: 37%;
	margin: 0 1% 0 2%;
	border-radius: 0;
	/*
    border-top: none;
    border-left: none;
    border-right: none;
    padding-right: 40px;
    */
}
.bo_sch .sch_bar {
	width: 60%;
	margin: 0;
}
.bo_sch .sch_input {
	width: 100%;
	padding: 0 40px 0 5px;
	height: 29px;
}
.bo_sch .sch_btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 29px;
}

.file_del input[type="checkbox"] {
	display: inline-block;
	width: 21px;
	height: 21px;
	appearance: auto !important;
	-webkit-appearance: auto !important;
	-moz-appearance: auto !important;
	vertical-align: middle;
}

.file_del input[type="checkbox"]:checked + label {
	display: inline-block;
	color: #FFF;
	border-radius: 3px;
	background-color: rgb(217, 15, 15);
	padding: 0 10px;
	line-height: 21px;
	vertical-align: middle;
}

#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;
}


.about-title {
	font-size: 1.2rem;
	color: #000;
	margin-bottom: 30px;
	line-height: 150% !important;

}
.sign {
	font-family: 'InkLipquid' !important;
	font-size: 2.8rem;
	margin-left:10px;
}
#addon-contents-000_001 .stage-2 {
	margin-left: 2%;
}
.newfamilybox h1 {
  text-align: center;
  font-size: 1.8rem !important;
  color: #000;
  font-weight: 600 !important;
  line-height: 140% !important;
}
.newfamilybox h2 {
  font-size: 1rem !important;
  margin-bottom: 30px !important;
}
.newfamilybox .txt1 {
  font-size: 1rem;
  color: #000;
  text-align: center;
}
.newfamilybox .txt2 {
  font-size: 0.95rem;
  color: #888;
  text-align: center;
}
.newfamilybox:not(.noafter)::after {
  content: '▼';
  display: block;
  text-align: center;
  font-size: 2rem;
  color: #ccc;
  margin: 70px 0 50px;
  animation: upanddown 1s infinite alternate;
}
@keyframes upanddown {
0% {transform: translateY(-20px);opacity: 0.5;}
}

.beautiful-img {
  background-image: url('https://crosstock.net/data/image/20231806/1930923694__7721b62bad02d32e11f056f65a68fe92479e2f97.png');
  background-size:cover;
  background-position:center;
  padding: 100px 70px;
  margin-bottom: 100px;
}
.beautiful-img h3 {
  font-size: 2.5rem !important;
  font-weight: 600 !important;
  color: rgba(72, 82, 152, 1);

}
.beautiful-img p {
  margin-top: 15px;
  font-size: 1.1rem;

}


.vision dd.text-gray {
  font-size: 1rem !important;
  font-weight: 400 !important;
  letter-spacing: 0px !important;
}
.text-gray-title {
  color: #000;
    font-size: 1.2rem !important;
  font-weight: 500 !important;
}
.title-inner {

font-weight: 500 !important;
  color: rgba(45, 103, 179, 1);
}

.vision .text-black.big {
  margin-right: 15px;
}

#sitemap, #ft {
  background-color: #212121 !important;
}

.mission-board-title {
  text-align: center;
  font-size: 2rem;
  margin-top: 70px;
  font-weight: 600;
  color: #485298;
  margin-bottom: 15px;
  font-family: 'Noto Sans KR', "Nanum Gothic", "나눔고딕", "Lato","Apple SD Gothic Neo", "Malgun Gothic", dotum, sans-serif;
}
.mission-board-subtitle {
  width: 1000px;
  margin: 0 auto;
  font-size: 1.3rem;
  color: #000;
  font-weight: 500;
  font-family: 'Noto Sans KR', "Nanum Gothic", "나눔고딕", "Lato","Apple SD Gothic Neo", "Malgun Gothic", dotum, sans-serif;
  border-left: 6px solid #313131;
  padding-left: 10px;
  line-height: 140% !important;
  margin-top: 60px;
  max-width: 100%;
}
.mission-board {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 1000px;
  max-width: 100%;
  margin: 15px auto;
  text-align: center;
  grid-gap: 15px;
}
.mission-board img {
  height: 60px;
}
.mission-board dl {
  border: 1px solid #eee;
}
.mission-board dl dt {
  border-bottom: 1px solid #eee;
  margin-bottom: 0 !important;
  padding: 15px 0 !important;
}
.mission-board dl dd {
  padding: 8px 0 !important;
  font-size: .9rem !important;
  background-color: #f9f1e2 ;
  text-align: center !important;
  line-height:  130% !important;
}
#sub-page .mission-board dl:not(.no-padding) {
  padding: 0 ;
}
.sub-subtitle {
  display: block;
  font-size: 1rem;
}
@media(max-width: 440px){
	.mission-board img {
	  max-width: 100px;
		height: auto;
		max-height: 60px;
	}
	.mission-board dl dt {
		display: flex;
		align-items: center;
	  min-height: 92px;
		justify-content: center;
	}
}
@media(max-width:680px){
  .beautiful-img {
    background: none;
    padding: 40px 0;
    border-bottom: 1px solid #eee;
    text-align: center;
  }
  .mission-board {
    grid-template-columns: 1fr 1fr;
    /* max-width: 70%; */
  }
}


.staff-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	text-align: center;
	grid-gap: 50px 10px;
}
.staff-grid img {
	max-width: 90%;
}
.staff-grid h3 {
	font-weight: 600 !important;
	text-align: center;
	font-size: 2rem;
	color: #000;
}
#sub-page .staff-grid dt {
	margin-bottom: 5px;
}
.staff-grid h3 span {
	font-size: 1.2rem;
	margin-right: 5px;
}
#sub-page .staff-grid h4 {
	text-align: center;
	font-size: .9rem;
	line-height: 140%;
	color: #888;
}
#sub-page .staff-grid h5 {
	color: #2579be;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.1rem;
}


.orlist {
    margin-top: 30px;
}
.orlist li {
    font-size: 17px;
    border-bottom :1px solid #eee;
    padding: 14px;
}
.orlist li:last-child {
    border-bottom: 0;
}
.orlist li::before {
    content:  "";
    display: inline-block;
    margin-right: 10px;
    width: 5px;
    height: 5px;
    background: #2579be;
    vertical-align: middle;
    margin-top: -3px;
}

.newedu {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 10px;
    /* box-shadow: 0 0 25px rgba(0,0,0,0.05); */
    border-radius: 20px;
    overflow: hidden;
}

.newedu img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.ne1, .ne2, .ne3, .ne4 {
    padding: 20px;
    text-align: center;
}
.ne1 {
    background: #f2d10ccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ne3 {
    background: #89c1fbcc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ne2 {
    background: #f5fbdf;
    padding: 35px;
    text-align: left;
}
.ne4 {
    background: #dbe2ff88;
    padding: 35px;
    text-align: left;
}
.ne4 a {
    margin-top: 20px;
}
.newedu [class^="ne"] img {
    width: 60px;

    height: auto;
}
.edutitle {
    color: #000;
    font-size: 28px;
    font-weight: 700;
}
.edutime {
    font-size: 16px;
    margin-top: 20px;
    background: #212121;
    color: #fff;
    padding: 4px 18px;
    border-radius: 7px;
}
.eduko {
    font-size: 17px;
    /* line-height: 155% !important; */
}
.eduko span {
    color: #85922e;
    font-weight: 500;
}
.ne4 .eduko span {
    color: #3c6bbd;
    font-weight: 500;
}
.eduko::after {
    content: "";
    display: block;
    margin: 30px 0;
    width: 50px;
    height: 2px;
    background: rgba(0,0,0,0.5);
}
.eduen {
    font-size: 15px;
    opacity: 0.7;
}

.latest_image div.thumb-wrap:hover div.hover-wrap .board-name, .latest_image div.thumb-wrap:hover div.hover-wrap > ul > li span {
	width: 80% !important;
}
@media(max-width: 1000px) {
	.staff-grid {
		grid-template-columns: 1fr 1fr;

	}
	.text-gray-title,
	.vision dd.text-gray,
	.title-inner {
		word-break: break-all !important;
	}

}

@media(max-width: 1100px){
	.index-4banner-1#addon-contents-000_001 .stage-2 {
		margin-left: 0 !important;
	}
}
@media(max-width: 1200px){

	#container_wr .index-centerbox-1 .stage-2,
	#container_wr .index-centerbox-1 .stage-3 {
		/* height: 200px !important; */
	}
}
@media(max-width: 800px){
	#addon-contents-002_003.index-centerbox-1>ul {
		flex-wrap: wrap;
	}
	.index #addon-contents-007_008 .stage-2 {
		margin-bottom: 20px;
	}
	.mission-board,
	.mission-board-subtitle {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.mission-board-subtitle {
		margin-left: 15px;
		width: 70%;
	}
}
@media(max-width: 600px){

    .newedu {
        grid-template-columns: 1fr;
        border-radius: 0;
    }
    .newedu>div:nth-child(2){
        order: -1;
        padding: 40px 20px;
    }
    .ne2, .ne4 {
        padding: 20px;
    }
    .edutitle {
        font-size: 20px;
    }
    .orlist li {
        padding: 10px;
        font-size: 15px;
    }


	#container_wr .index-centerbox-1 [class^='stage-'] {
		height: auto;
		padding-right: 0 !important;
		margin-bottom: 10px !important;
	}

	.staff-grid {
		grid-template-columns: 1fr;
	}
	.notice li a,
	.notice li .datetime {
		font-size: .8rem !important;
	}
}
@media(max-width: 450px){

	#container_wr .index-centerbox-1 .inner-text {
		padding: 40px 30px;
	}
	#addon-contents-002_003 .stage-2 .more a, #addon-contents-002_003 .stage-3 .more a {
		font-size: 1em !important;
	}
	#container_wr .index-centerbox-1 .more {
		padding: 0 15px !important;
	}
	#container_wr .index-centerbox-1 [class^='stage-'] img {
		height: 250px;
	}
}
