@charset "utf-8";

@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;
	flex-direction: column;
}
.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;
	}
}

.popup-img {
	cursor: pointer;
}

.swiper-fixed-text div > div {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.swiper-fixed-text .btn-wrap {
	font-size: 0;
	text-align: center;
}
.swiper-fixed-text .btn-wrap > li {
	display: inline-block;
	font-size: 0.75rem;
	line-height: 36px;
	border: 2px solid #FFF;
	border-radius: 40px;
	max-width: 150px;
	width: 100%;
	margin: 50px 10px 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.swiper-fixed-text .btn-wrap > li:hover {
	background-color: #FFF;
}
.swiper-fixed-text .btn-wrap > li a {
	color: #FFF;
}
.swiper-fixed-text .btn-wrap > li:hover a {
	color: #000;
}

@media (max-width: 640px) {
	.swiper-container-1 {}
	.swiper-fixed-text {
		padding-top: 0;
	}
	.swiper-fixed-text > div > div:nth-of-type(1) {
		font-size: 1em !important;
	}
	.swiper-fixed-text > div > div:nth-of-type(2) {
		font-size: 4em !important;
		white-space: nowrap;
	}
	.swiper-fixed-text > div > div:nth-of-type(3) {
		font-size: 2.5em !important;
		white-space: nowrap;
	}

	.swiper-fixed-text .btn-wrap > li {
		margin: 0;
		width: 100%;
		max-width: 100%;
		margin-top: 15px;
	}
}

/**
 * SubPage
 */

#container #page-title {
	font-size: 2.5em;
	font-weight: 600;
	text-align: center;
	margin-top: 80px;
}

/*
#bo_list,
#bo_w,
#bo_v
*/
#sub-page {
	margin: 0 auto;
	padding: 50px 0 0;
	position: relative;
}
@media (max-width: 1100px) {
	#sub-page {
		padding-top: 0;
	}
}

#sub-page * {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	line-height: 170%;
}
#sub-page *:not(i) {
	font-family: "Noto Sans KR";
}

#sub-page .common-width {
	max-width: 1200px !important;
	padding: 0;
}

#sub-page .underline {
	display: inline-block;
	text-decoration: underline !important;
}

#sub-page .edit-page {
	position: absolute;
	display: block;
	top: 0;
	right: 15px;
	text-align: right;
	z-index: 1;
}
@media (max-width: 1100px) {
	#sub-page .edit-page {
		top: -55px;
	}
}
#sub-page .edit-page i {
	color: #b51818;
	font-size: 2em;
}

.weight-100 {
	font-weight: 100 !important;
}
.weight-200 {
	font-weight: 200 !important;
}
.weight-300 {
	font-weight: 300 !important;
}
.weight-400 {
	font-weight: 400 !important;
}
.weight-500 {
	font-weight: 500 !important;
}
.weight-600 {
	font-weight: 600 !important;
}
.weight-700 {
	font-weight: 700 !important;
}
.weight-800 {
	font-weight: 800 !important;
}

.hover-underline:hover {
	text-decoration: underline !important;
}

#sub-page b,
#sub-page b *,
[id^='addon-']  b,
[id^='addon-']  b * {
	font-weight: 600;
}

#sub-page .vtop {
	vertical-align: top;
}
#sub-page .vmiddle {
	vertical-align: middle;
}
#sub-page .vbottom {
	vertical-align: bottom;
}

#sub-page .table {
	display: table;
	width: 100%;
}
#sub-page .table > * {
	display: table-cell;
}
@media (max-width: 760px) {
	#sub-page .table {
		display: block !important;
	}
	#sub-page .table > * {
		display: inline-block !important;
	}

	#sub-page .mobile-center {
		text-align: center !important;
		width: 100% !important;
	}
}

#sub-page .inline-wrap > * {
	display: inline-block;
	margin-right: 28px;
}
#sub-page.tour .inline-wrap > * {
	margin-right: 10px;
}
#sub-page.tour .inline-wrap img {
	width: 100%;
	height: auto;
}
@media (max-width: 640px) {
	#sub-page .inline-wrap {
		text-align: center;
	}
	#sub-page .inline-wrap > * {
		margin-right: 0;
	}
}

#sub-page .block-wrap > * {
	display: block;
}

#sub-page h1 {
	font-size: 2.2em;
	line-height: 55px;
}
#sub-page h2 {
	font-size: 2.5em;
	line-height: 40px;
	text-align: center;
	margin-bottom: 60px;
}
#sub-page h2.white {
	color: #FFF;
}
#sub-page h2 > * {
	display: inline-block;
	font-weight: 600;
	border-bottom: 3px solid #0066B8;
}
#sub-page h2.white > * {
	border-color: #FFF;
}
#sub-page h3 {
	font-size: 1.3em;
	line-height: 45px;
}
#sub-page h4 {
	font-size: 1.1em;
	line-height: 40px;
}
@media (max-width: 640px) {
	#sub-page h2 {
		margin-bottom: 30px;
	}
}

#sub-page .front-num {
    position: relative;
    padding: 0 0 0 20px;
}
#sub-page .front-num:before {
    content: attr(data-num) '.';
    position: absolute;
    left: 0;
    top: 0;
}

#sub-page dl *:not(i):not(b):not(strong) {
	font-weight: 400;
}
#sub-page dt,
#sub-page dt * {
	font-weight: 500 !important;
}
#sub-page dt {
	margin-top: -5px;
	padding: 10px 0;
	font-size: 23pt;
	color: #000;
}
#sub-page dt .big {
	font-size: 27em;
}
#sub-page dd {
	font-weight: 400;
	line-height: 180%;
	font-size: 12pt;
	color: #818181;
}
#sub-page dd .big {
	font-size: 16pt;
}
#sub-page dd .big2 {
	font-size: 14pt;
}
#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 .small.padding {
	padding:  0 0 0 10px !important;
}
@media (max-width: 1024px) {
	#sub-page dt {
		line-height: 35px;
		font-size: 13pt;
	}
	#sub-page dd {
		line-height: 28px;
		font-size: 11pt;
	}
	#sub-page dd .big {
		font-size: 14pt;
	}
	#sub-page dd .big2 {
		font-size: 13pt;
	}
	#sub-page dd .small {
		font-size: 10pt;
	}
}

#sub-page .divide-line {
	width: 100%;
	height: 1px;
	background-color: #eaeaea;
	margin: 10px 0;
}

#sub-page div.title-line {
	width: 100%;
	height: 0;
	border-top: 1px solid #D3D4C6;
	position: relative;
	margin-top: 100px;
}
#sub-page div.title-line > div {
	position: absolute;
	top: -4px;
	left: 0;
	width: 50px;
	height: 0;
	border-top: 3px solid #75C9B2;
}

#sub-page .image-half {
	font-size: 0;
}
#sub-page .image-half > * {
	display: inline-block;
	width: 50%;
	margin-bottom: 10px;
}
#sub-page .image-half > li:first-child {
	text-align: left;
}
#sub-page .image-half > li:last-child {
	text-align: right;
}
#sub-page .image-half img {
	width: 99%;
	height: auto;
}
@media (max-width: 640px) {
	#sub-page .image-half > * {
		width: 100%;
	}
	#sub-page .image-half img {
		width: 100%;
	}
}

#sub-page .statement-of-faith {
	max-width: 1080px;
	margin: 0 auto;
}
#sub-page .statement-of-faith > li {
	border-bottom: 1px solid #E0E0E0;
	padding-top: 50px;
	padding-bottom: 50px;
}
#sub-page .statement-of-faith > li:first-child {
	width: 162px;
	vertical-align: top;
}
#sub-page .statement-of-faith > li:last-child {
	text-align: justify;
	font-size: 0.8em;
	line-height: 30px;
}
@media (max-width: 760px) {
	#sub-page .statement-of-faith > li:first-child {
		text-align: center;
		border: none;
		width: 100%;
		padding-bottom: 0;
	}
}

#sub-page.full {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#sub-page h3.title {
	font-size: 20pt;
	font-weight: 400;
	font-family: 'Nanum Myeongjo', serif;
	color: #8CC7F1;
	line-height: 35px;
	padding-bottom: 30px;
}
#sub-page h3.title > span.underline {
	width: 50px;
	margin-left: -25px;
	border-color: #8CC7F1;
}
@media (max-width: 740px) {
	#sub-page h3.title {
		font-size: 14pt;
		line-height: 30px;
		margin-bottom: 0;
	}
	#sub-page h3.title > span.underline {
		width: 30px;
		margin-left: -15px;
	}
}

.hr,
#sub-page hr {
	border: none;
	height: 30px;
	display: block;
	margin: 0;
}
#sub-page hr.light {
	height: 15px;
	margin: 0;
}
#sub-page hr.thin {
	height: 8px;
	margin: 0;
}
@media (max-width: 760px) {
	#sub-page hr {
		height: 10px;
	}
	#sub-page hr.light {
		height: 8px;
	}
	#sub-page hr.thin {
		height: 5px;
	}
}

#sub-page .text {
	font-weight: 400;
	line-height: 40px;
	font-size: 14pt;
}
@media (max-width: 760px) {
	#sub-page .text {
		font-size: 10pt;
	}
}

#sub-page .line {
	width: 100%;
	height: 1px;
	background-color: #EFEFEF;
}

#sub-page .icon {
	position: relative;
	display: inline-block;
}
#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-light-gray {
	color: #aaaaa8 !important;
}
.text-gray {
	color: #838381 !important;
}
.text-dark-gray {
	color: #535353 !important;
}
.text-green {
	color: #429406;
}
.text-light-green {
	color: #c5d841;
}
.text-orange {
	color: #f99d2e;
}
.text-blue {
	color: #2E68B1 !important;
}
.text-dark-blue {
	color: #233375 !important;
}
.text-dark-blue2 {
	color: #38406a !important;
}
.text-red {
	color: #D71921 !important;
}
.text-white {
	color: #FFF !important;
}
.text-black {
	color: #000 !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-covered {
	font-family: 'Covered By Your Grace', cursive !important;
}
.font-dokdo {
	font-family: 'East Sea Dokdo', cursive !important;
}

#sub-page .text-box {
	padding: 20px 40px;
	background-color: #f4f4f4;
}
@media (max-width: 1024px) {
	#sub-page .text-box {
		padding: 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 table {
	width: 100%;
}
#sub-page table.auto {
	width: auto;
}
#sub-page table th,
#sub-page table td {
	border: 1px solid #DDD;
	padding: 10px 15px;
}
#sub-page table th {
	color: #000;
	text-align: center;
	background-color: #F4F4F4;
}
#sub-page table.red th {
	color: #FFF;
	background-color: #D71921;
}
#sub-page table td {
	font-size: 11pt;
}
@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 .align-center,
#sub-page .align-center-all,
#sub-page .align-center-all * {
	text-align: center !important;
}
#sub-page .align-left {
	text-align: left !important;
}

.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;
}

.welcome.greetings .float-divide-2 {
	overflow: hidden;
}
.welcome.greetings .float-divide-2 li:first-child {
	width: 64%;
	float: left;
	padding-right: 50px;
}
.welcome.greetings .float-divide-2 li:last-child {
	width: 36%;
	float: right;
	text-align: right;
}
.welcome.greetings .float-divide-2 li:last-child img {
	max-width: 100%;
}
.welcome.greetings .float-divide-2 .font-brush {
	font-size: 2em;
}
.welcome.greetings .float-divide-2 .font-dokdo {
	display: inline-block;
	font-size: 5em;
	vertical-align: middle;
	font-style: italic;
	letter-spacing: 15px;
	margin-right: 5px;
}
.welcome.greetings .font-covered {
	font-size: 2em;
}
.welcome.introduce .float-divide-2 li:first-child {
	width: 36%;
	float: left;
	padding-right: 7%;
}
.welcome.introduce .float-divide-2 li:last-child {
	width: 64%;
	float: right;
}
.welcome.introduce .float-divide-2 li img {
	max-width: 100%;
}
.welcome.introduce .float-divide-2 span {
	font-size: 1.1em;
}
@media (max-width: 640px) {
	.welcome.greetings .float-divide-2 li,
	.welcome.introduce .float-divide-2 li {
		width: 100% !important;
		padding: 0 !important;
	}
	.welcome.greetings .float-divide-2 li:last-child,
	.welcome.introduce .float-divide-2 li:last-child {
		margin-top: 20px;
	}
	.welcome.greetings .float-divide-2 li:last-child img,
	.welcome.introduce .float-divide-2 li img {
		width: 100%;
	}
}

.vision .video {
	width: 40%;
	margin: 0 auto;
}

.server .grid-3 {
	column-gap: 25px;
	row-gap: 25px;
}
.server [class^="stage-"] > ul,
.server .grid-3 .wrap {
	border: 1px solid #DDD;
}
.server [class^="stage-"] > ul li,
.server .grid-3 .wrap {
	text-align: center;
}
.server [class^="stage-"] > ul .thumb,
.server .grid-3 .wrap .thumb {
	padding: 40px 20px 10px;
}
.server [class^="stage-"] > ul .thumb img,
.server .grid-3 .wrap .thumb img {
	max-width: 100%;
}
.server [class^="stage-"] > ul .name,
.server .grid-3 .wrap .name {
	font-size: 13pt;
	font-weight: 600 !important;
	color: #000;
}
.server [class^="stage-"] > ul .name small,
.server .grid-3 .wrap .name small {
	color: #656565;
}
.server [class^="stage-"] > ul .explain,
.server .grid-3 .wrap .explain {
	padding: 10px 20px 20px;
	font-size: 10pt;
	color: #656565;
}
.server [class^="stage-"] > ul .info,
.server .grid-3 .wrap .info {
	top: 0 !important;
	border-top: 1px solid #DDD;
	background-color: #f4f4f4;
	color: #656565;
	padding: 15px;
	font-size: 10.5pt;
}
.server [class^="stage-"] > ul .info i,
.server .grid-3 .wrap .info i {
	position: relative;
	top: 2px;
	display: inline-block;
	color: #d61921;
	vertical-align: middle;
	margin-right: 3px;
}
.server [class^="stage-"] > ul .info a,
.server .grid-3 .wrap .info a {
	display: inline-block;
	color: #656565;
	vertical-align: middle;
}
.server [class^="stage-"] > ul .info a.phone,
.server .grid-3 .wrap .info a.phone {
	margin-right: 10px;
}
@media (max-width: 640px) {
	.server [class^="stage-"] > ul .info a.phone,
	.server .grid-3 .wrap .info a.phone {
		margin-right: 0;
	}
}

.ko-decimal {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
}
.ko-decimal > * {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 90px;
}
#sub-page dl.ko-decimal dt {
	color: #FFF !important;
	background-color: #d71921;
	border-radius: 90px;
	text-align: center;
	width: 80px !important;
	font-size: 13pt !important;
}
dl.divide-2 .ko-decimal:not(:last-child) dt:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -30px;
	width: 1px;
	height: 30px;
	background-color: #d71921;
}
#sub-page dl.ko-decimal dd {
	padding-left: 30px;
}
dl.divide-2 .ko-decimal:last-child {
	margin-bottom: 0;
}
@media (max-width: 640px) {
	.ko-decimal > * {
		line-height: 160% !important;
		height: 70px;
	}
	#sub-page dl.divide-2 dl.ko-decimal dt {
		font-size: 11pt !important;
		border-radius: 70px;
	}
	#sub-page dl.divide-2 dl.ko-decimal dd {
		padding-left: 10px;
		font-size: 10pt !important;
	}
}

.new_family dl.divide-2 .decimal > * {
	padding: 0 0 30px 5px;
}
.new_family dl.divide-2 .decimal > *:last-child {
	padding-bottom: 0;
}
.new_family dl.divide-2 .decimal > *::marker {
	font-weight: 600;
	color: #000;
}

#sub-page .banner .ko,
#sub-page .banner .en {
	text-align: center;
	color: #FFF;
	text-shadow: 0 0 3px rgba(0, 0, 0, 1);
	font-size: 23pt;
}
#sub-page .banner .en {
	font-size: 31pt;
	font-weight: 600;
	font-family: 'Noto Serif', serif;
	letter-spacing: 11px;
}

dl.divide-2 dt {
	width: 36% !important;
	font-size: 23pt !important;
	padding: 0 !important;
}
#sub-page dl.divide-2 dt .en {
	color: #A9A9A9;
	font-weight: 300 !important;
}
#sub-page  dl.divide-2 dd {
	width: 64% !important;
	font-size: 12pt !important;
}
dl.divide-2 dd:not('.img-full') img {
	width: auto !important;
	max-width: 100%;
}
#sub-page  dl.divide-2 dd .quotes {
	position: relative;
	display: inline-block;
	font-size: 18pt;
	text-align: center;
	color: #000;
	width: 100%;
}
#sub-page  dl.divide-2 dd .quotes * {
	font-weight: 500 !important;
}
#sub-page  dl.divide-2 dd small {
	display: block;
	font-weight: 300 !important;
	font-size: 12pt;
	text-align: center;
}
#sub-page  dl.divide-2 dd .quotes .wrap:before {
	top: -10px;
}
#sub-page  dl.divide-2 dd .quotes .wrap:after {
	top: 14px;
}
dl.divide-2 .decimal {
	margin-left: 20px;
}
#sub-page dl.divide-2 ul.divide-2 > li {
	font-size: 12pt;
}
@media (max-width: 640px) {
	.vision .video {
		width: 100%;
		margin: 0;
	}

	#sub-page dl.divide-2 dt {
		font-size: 15pt !important;
	}

	#sub-page dl.divide-2 dd {
		width: 100% !important;
		margin-top: 20px;
		font-size: 11pt !important;
	}

	#sub-page dl.divide-2 ul.divide-2 > li {
		font-size: 11pt;
	}

	#sub-page dl.divide-2 ul.divide-2.no-margin > li {
		margin: 0;
	}

	#sub-page .banner > .common-width {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}
}

@media (min-width: 640px) {
	#sub-page .wide dl.divide-2 dt {
		width: 25% !important;
	}
	#sub-page .wide dl.divide-2 dd {
		width: 75% !important;
	}

	#sub-page .wide2 dl.divide-2 dt {
		font-size: 15.5pt !important;
		width: 28% !important;
		letter-spacing: -1px;
	}
	#sub-page .wide2 dl.divide-2 dd {
		width: 72% !important;
	}
}

.address.map .iframe-wrap {
	padding-bottom: 76.25%;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
#sub-page .address.map .en {
	font-weight: 100 !important;
	font-size: 0.8em;
}
@media (min-width: 640px) {
	.address.map .right {
		padding-top: 20%;
	}
	#sub-page .address.map .text-box {
		margin-left: -580px;
		padding-left: 580px;
		padding-top: 50px;
		padding-bottom: 60px;
	}
}

#sub-page .elementary table.arrow,
#sub-page .elementary table.arrow td,
#sub-page .elementary table.arrow th {
	position: relative;
	border-width: 0;
	padding: 0 30px 0 0;
}
#sub-page .elementary table.arrow tr > td:first-child:after {
	content: '→';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
#sub-page .elementary table.arrow tr > td:last-child {
	padding-left: 20px;
}

.korean_school .decimal > * {
	padding-top: 10px;
}
.korean_school .decimal > *:first-child {
	padding-top: 0;
}

#sub-page .wide3 dl.divide-2 dd {
	padding-left: 35px;
}
.shortterm_missionary_status .round {
	font-size: 0;
}
.shortterm_missionary_status .round > * {
	position: relative;
	display: inline-block;
	overflow: hidden;
	border-radius: 50%;
	width: 130px;
	height: 130px;
	border: 1px solid #d6d6d6;
	margin: 8px;
}
.shortterm_missionary_status .round .year,
.shortterm_missionary_status .round .ea {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}
.shortterm_missionary_status .round .year {
	top: 0;
	bottom: 50%;
	background-color: #f4f4f4;
	font-size: 15pt;
	line-height: 71px !important;
	color: #000;
	font-weight: 600 !important;
}
.shortterm_missionary_status .round .ea {
	top: 50%;
	bottom: 0;
	font-size: 20pt;
	line-height: 53px !important;
	font-weight: 600 !important;
	color: #d71921;
}

#sub-page .table-auto table {
	width: auto;
}
#sub-page .wide3 table th,
#sub-page .wide3 table td,
#sub-page .table-auto table th,
#sub-page .table-auto table td {
	border: none;
	vertical-align: top;
}
#sub-page .table-auto table th,
#sub-page .table-auto table td {
	padding: 3px 10px;
}
#sub-page .wide3 table th,
#sub-page .table-auto table th {
	background: none;
	white-space: nowrap;
	text-align: left;
	padding-left: 0;
}
#sub-page .wide3 table td,
#sub-page .table-auto table td {
	padding-right: 0;
}
#sub-page .table-auto table td {
	font-size: 12pt;
}
#sub-page .wide3 .divide-2 .text-box {
	padding: 5px 10px;
}
#sub-page .wide3 .divide-2 > * {
	margin-top: 2%;
}
@media (min-width: 640px) {
	#sub-page .wide3 .divide-2 > *:nth-of-type(1),
	#sub-page .wide3 .divide-2 > *:nth-of-type(2) {
		margin-top: 0;
	}
}

@media (max-width: 640px) {
	#sub-page .wide3 dl.divide-2 dd {
		padding-left: 0px;
	}
	.shortterm_missionary_status .round {
		text-align: center;
	}
	.shortterm_missionary_status .round > * {
		width: 115px;
		height: 115px;
		margin: 6px;
	}
	.shortterm_missionary_status .round .ea {
		font-size: 17pt;
		line-height: 47px !important;
	}
	.shortterm_missionary_status .round .year {
		font-size: 14pt;
	}

	#sub-page .dispatch_status .divide-2 > *:nth-of-type(2n) {
		margin-top: 0 !important;
	}
}

#sub-page dd .btn {
	display: inline-block;
	color: #FFF;
	background-color: #D71921;
	font-size: 10pt;
	height: auto;
	line-height: 27px;
}
#sub-page dd .btn:after {
	content: '→';
	display: inline-block;
	margin-left: 15px;
	font-size: 8pt;
}

#sub-page .ministry_committee.quotes .wrap {
	display: block;
}
#sub-page .ministry_committee.quotes .wrap:before,
#sub-page .ministry_committee.quotes .wrap:after {
	position: relative;
	display: block;
	top: 0;
	line-height: 100%;
	height: auto;
	font-size: 52pt;
}
#sub-page .ministry_committee.quotes .wrap:before {
	margin-bottom: 20px;
}
#sub-page .ministry_committee.quotes .wrap:after {
	margin-top: 20px;
}
#sub-page .ministry_committee.quotes .wrap small {
	font-size: 0.8em;
	font-weight: 400 !important;
}
#sub-page .ministry_committee table td {
	text-align: center;
}

#sub-page .antioch_lifelong_mission_college table * {
	background: none !important;
	text-align: left !important;
	border: none;
	vertical-align: top;
	padding: 0 10px 15px 0;
}
#sub-page .antioch_lifelong_mission_college table tbody > tr:last-child > * {
	padding-bottom: 0;
}
#sub-page .antioch_lifelong_mission_college .dot:after {
	content: '';
}
#sub-page .antioch_lifelong_mission_college .dot:before {
	content: '.';
	position: relative;
	display: inline-block;
	margin-right: 4px;
	top: -5px;
}

#sub-page .diocese_pasture.box-wrap dl {
	border: 1px solid #DDD;
}
#sub-page .diocese_pasture.box-wrap .img-full {
	border: 10px solid #FFF;
}
#sub-page .diocese_pasture.box-wrap .text-box {
	padding: 10px;
}
#sub-page .diocese_pasture .text-box i {
	color: #D71921;
}

.evangelism_team .divide-4 > * {
	border: 1px solid #DDD;
	text-align: center;
	padding: 15px 0;
}
.evangelism_team .divide-4 > * span {
	font-weight: 600 !important;
}
.evangelism_team .divide-4 > * small {
	font-size: 0.75em !important;
}
@media (max-width: 640px) {
	#sub-page .evangelism_team .divide-4 > * {
		width: 49.5%;
		margin-right: 1% !important;
	}
	#sub-page .evangelism_team .divide-4 > *:nth-of-type(2n) {
		margin-right: 0 !important;
	}
	#sub-page .evangelism_team .divide-4 > *:nth-of-type(1),
	#sub-page .evangelism_team .divide-4 > *:nth-of-type(2) {
		margin-top: 0 !important;
	}
}

/* 메인페이지 */
#container_wr .padding {
	padding-top: 200px !important;
	padding-bottom: 200px !important;
}
@media (max-width: 1100px) {
	#container_wr .padding {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
}

#container_wr .sermon {
	z-index: 2;
}
#container_wr .sermon > .common-width {
	max-width: 1000px !important;
}
#container_wr .sermon .sermon-lt .board-title {
	background-color: rgba(255, 255, 255, 0);
	padding: 0;
	font-size: 2.4em;
	margin-bottom: 30px;
}
#container_wr .sermon .sermon-lt .board-title a {
	font-weight: 600;
}
#container_wr .sermon .sermon-lt .sermon-info {
	width: 30%;
	padding-right: 5%;
	padding-top: 7%;
}
#container_wr .sermon .sermon-lt .sermon-subject {
	font-size: 1.4em;
	font-weight: 400;
	-webkit-line-clamp: 1;
	line-height: 30px !important;
	height: 30px;
	margin-bottom: 0;
}
#container_wr .sermon .sermon-lt .sermon-cont {
	font-size: 1.15em;
	color: #D81921;
	margin-bottom: 10px;
}
#container_wr .sermon .sermon-lt .sermon-preacher {
	font-size: 1.15em;
	color: #929292;
}
#container_wr .sermon .sermon-lt .sermon-cont:before,
#container_wr .sermon .sermon-lt .sermon-preacher:before {
	content: '';
	margin: 0;
}
#container_wr .sermon .sermon-lt .sermon-video {
	width: 70%;
	padding-right: 0;
}
#container_wr .sermon .iframe-wrap {
	/*transform: translateY(-20%);*/
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}
#container_wr .sermon .sermon-lt .bottom-btn {
	margin-left: 0;
}
#container_wr .sermon .sermon-lt .bottom-btn.play {
	display: none;
}
#container_wr .sermon .sermon-lt .bottom-btn.read {
	border: 1px solid #b4b4b4;
	color: #b4b4b4;
	border-radius: 0;
	font-size: 1em;
	padding: 5px 10px;
}
#container_wr .sermon .sermon-lt .bottom-btn.read:after {
	content: '→';
	display: inline-block;
	margin-left: 20px;
}
#container_wr .sermon .sermon-lt .bottom-btn.read:hover {
	background-color: #b4b4b4;
	color: #FFF;
}
@media (max-width: 640px) {
	#container_wr .sermon .iframe-wrap {
		transform: translateY(0);
	}
}

#container_wr .index-banner .divide-3 {
	font-size: 0;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#container_wr .index-banner .divide-3 > li {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
#container_wr .index-banner .divide-3 > li:nth-of-type(3n-1) {
	transform: translateY(-100px);
}
#container_wr .index-banner .divide-3 > li:nth-of-type(3n) {
	transform: translateY(-50px);
}
#container_wr .index-banner .divide-3 > li:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#container_wr .index-banner .divide-3 > li:hover:before {
	background-color: rgba(0, 0, 0, 0.3);
}
#container_wr .index-banner .divide-3 > li img {
	max-width: 100%;
}
#container_wr .index-banner .divide-3 > li .info,
#container_wr .index-banner .divide-3 > li .info small {
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
#container_wr .index-banner .divide-3 > li .info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px 40px;
	font-size: 1.7rem;
	color: #FFF;
	text-align: left;
	font-weight: 600;
}
#container_wr .index-banner .divide-3 > li .info small {
	display: block;
	font-size: 0.8rem;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 7px;
}
#container_wr .index-banner .divide-3 > li .info small:after {
	content: '→';
	display: inline-block;
	margin-left: 10px;
}
@media(max-width: 1100px) {
	#container_wr .index-banner {
		display: none;
		padding: 50px 0 !important;
	}
	#container_wr .index-banner .divide-3 > li {
		width: 100%;
		transform: translateY(0) !important;
	}
	#container_wr .index-banner .divide-3 > li img {
		width: 100%;
	}
}

#container_wr .gallery .latest_image_title {
	/*display: none;*/
}

#container_wr .latest {
	background-size: contain;
}
#container_wr .latest  > .common-width {
	max-width: 1200px;
}
@media (max-width: 640px) {
	#container_wr .latest {
		padding: 50px 0;
		background-size: cover;
	}
}

#container_wr .contact-us {
	transform: translateY(59%);
	position: relative;
	z-index: 2;
}
#container_wr .contact-us > .common-width {
	/*max-width: 1200px !important;*/
}
#container_wr .contact-us .table {
	width: 100%;
	background-color: #D81921;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}
#container_wr .contact-us .table > *,
#container_wr .contact-us .table a {
	color: #FFF;
}
#container_wr .contact-us .table > *:nth-of-type(1) {
	position: relative;;
	padding: 25px 80px 25px 100px;
	font-size: 2.2em;
	font-weight: 600;
}
#container_wr .contact-us .table > *:nth-of-type(1):after {
	content: '';
	position: absolute;
	top: 40px;
	bottom: 40px;
	right: 0;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.3);
}
#container_wr .contact-us .table > *:nth-of-type(2) {
	padding: 25px 100px 25px 80px;
	font-size: 1.3em;
}
#container_wr .contact-us .table span {
	display: inline-block;
	margin-right: 50px;
	white-space: nowrap;
	padding: 15px 0;
}
#container_wr .contact-us .table span i {
	display: inline-block;
	width: 25px;
	text-align: center;
	margin-right: 3px;
}
#container_wr .contact-us .table small {
	display: block;
	font-size: 0.6em;
	color: rgba(255, 255, 255, 0.5);
	white-space: nowrap;
}
@media (max-width: 1000px) {
	#container_wr .contact-us {
		transform: translateY(0);
	}
	#container_wr .contact-us .table,
	#container_wr .contact-us .table > * {
		display: table !important;
		width: 100%;
	}
	#container_wr .contact-us .table > *:nth-of-type(1):after {
		left: 20px;
		right: 20px;
		top: auto;
		bottom: 0;
		width: auto;
		height: 1px;
	}
}
@media (max-width: 640px) {
	#container_wr .contact-us {
		padding-bottom: 0 !important;
		overflow: inherit;
	}
	#container_wr .contact-us .table > * {
		padding: 20px !important;
	}
	#container_wr .contact-us .table span {
		white-space: inherit;
		margin-right: 10px;
	}
}


/**
 * SNS Login
 */

#register_member input[type='checkbox'] {
	-webkit-appearance: checkbox;
}

@media (max-width: 600px) {
	#register_member .sns_tbl th {
		display: none;
	}
	#register_member .sns_tbl input {
		width: 100%;
	}
}

#mb_login #sns_login .sns-icon {
	display: block;
	width: 100% !important;
	float: none !important;
	height: 45px;
	line-height: 45px;
	border-radius: 3px;
}
#sns_login .sns-kakao {
	border: none;
	background-position-y: center !important;
}


/**
 * SideMenu
 */

#side_menu {
	z-index: 10000;
	box-shadow: unset;
}
#side_menu * {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 1100px) {
	#side_menu {
		padding: 0;
		border: none;
		top: 50px;
	}
	#side_menu #quick {
		display: table;
		position: fixed;
		top: 0;
		left: auto;
		right: 0;
		width: 250px;
		margin: 0;
		text-align: center;
		background-color: #FFF;
		transform: translateX(250px);
	}
	#side_menu.on #quick {
		transform: translateX(0px);
	}
	#side_menu #quick li {
		display: table-cell;
		width: 25%;
	}
	#side_menu #quick li .qk_tit {
		display: none !important;
	}
	#ol_auto,
	#ol_svc {
		float: none;
		margin-top: 10px;
	}
	#ol_auto input[type=checkbox] {
		width: 0;
		height: 0;
	}
	#ol_auto input[type=checkbox] + label {
		display: inline-block;
	}
	#ol_svc a {
		display: block;
		text-align: center;
	}

	#side_menu #tabs_con .qk_con {
		width: 250px;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	#s_ol_be_cate > * {
		width: 50%;
	}

	#tabs_con .con_close {
		display: none !important;
	}
}


/**
 * Member Login
 */

@media (max-width: 1100px) {
	#mb_login #agree {
		padding: 0;
	}
	#mb_login label[for=agree] {
		display: inline-block;
		text-align: left;
		height: auto;
		line-height: 150%;
		padding-top: 3px;
	}
	#mb_login label[for=agree] > span {
		position: absolute;
		top: 0;
		left: 0;
	}
}


/**
 * Register Form
 */

.register {
	padding: 50px 0 100px;
}
@media (max-width: 640px) {
	.register {
		padding: 20px 0 30px;
	}
}

#fregisterform .warning {
	position: relative;
	text-align: center;
	color: #FFF;
	height: 50px;
	line-height: 50px;
	font-size: 1.1em;
	background-color: #F2838F;
	margin: 0 0 10px;
	border-radius: 5px;
	font-weight: bold;
}
@media (max-width: 1100px) {
	#fregisterform .warning {
		height: auto;
		line-height: 150%;
		padding: 10px 10px 10px 5px;
		border-left: 5px solid #da4453;
	}
}
#fregisterform .warning:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 5px;
	border-radius: 5px 0 0 5px;
	background-color: #DA4453;
}
@media (max-width: 1100px) {
	#fregisterform .warning:before {
		background-color: none;
	}
}
#fregisterform .warning i {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	top: 3px;
	text-align: center;
	border-radius: 50%;
	background: url('../img/require.png') no-repeat center center #FFF;
}

#register_form #mb_1 {
	width: 100%;
}

#register_form .read-only {
	display: inline-block;
	line-height: 31px;
}

#register_form .chk_box .tooltip_icon {
	line-height: 15px;
	margin-top: -4px;
}
#register_form .chk_box .tooltip_icon i {
	position: relative;
	top: 2px;
}

@media (max-width: 1100px) {
	#register_form .chk_box .tooltip {
		top: 33px;
		left: 0;
	}
	#register_form .chk_box .tooltip:before {
		top: -10px;
		left: 0;
		border-top: 0 solid transparent;
		border-bottom: 10px solid #000;
		border-left: none;
		border-right: 10px solid transparent;
	}
}

#register_form .bill_form {
	background: #F7F7F7;
	border: 1px solid #DDE7E9;
	border-radius: 3px;
}
#register_form .bill_form table {
	width: 100%;
	padding: 20px;
	display: block;
	overflow: hidden;
}
#register_form .bill_form.register_form_inner table {
	padding-top: 0;
}
#register_form .bill_form.register_form_inner ul {
	padding-bottom: 0;
}
#register_form .bill_form.register_form_inner tbody {
	display: block;
}
#register_form .bill_form.register_form_inner tbody tr {
	display: block;
	float: none !important;
}
#register_form .bill_form.register_form_inner select {
	width: 24.5%;
}
@media (max-width: 1100px) {
	#register_form .bill_form.register_form_inner select {
		width: 100%;
		margin-bottom: 10px;
	}
	#register_form .bill_form.register_form_inner select:last-child {
		margin: 0;
	}
}

#register_form .bill_form table tr {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
#register_form .bill_form table tr:nth-last-of-type(2),
#register_form .bill_form table tr:nth-last-of-type(3),
#register_form .bill_form table tr:nth-last-of-type(4),
#register_form .bill_form table tr:nth-last-of-type(5),
#register_form .bill_form table tr:nth-last-of-type(6),
#register_form .bill_form table tr:nth-last-of-type(7) {
	width: 49%;
}
#register_form .bill_form table tr:nth-last-of-type(2),
#register_form .bill_form table tr:nth-last-of-type(4),
#register_form .bill_form table tr:nth-last-of-type(6) {
	margin-left: 1%;
}
#register_form .bill_form table tr:nth-last-of-type(3),
#register_form .bill_form table tr:nth-last-of-type(5),
#register_form .bill_form table tr:nth-last-of-type(7) {
	margin-right: 1%;
}
#register_form .bill_form table th {
	display: block;
	margin-bottom: 10px;
	line-height: 24px;
	text-align: left;
}
#register_form .bill_form table td {
	display: block;
}
#register_form .bill_form table input {
	width: 100%;
}

#register_form .bill_form .mb_bill_zip {
	width: 385px;
	margin-right: 10px;
}
#register_form .bill_form table tr:nth-of-type(8) label {
	display: none;
}

@media (max-width: 1100px) {
	#register_form #reg_mb_zip,
	#register_form .bill_form .mb_bill_zip {
		width: 59%;
		float: left;
		margin: 0;
	}
	#register_form #reg_mb_zip:before,
	#register_form .bill_form .mb_bill_zip:before {
		content: "";
		display: block;
	}

	#register_form #reg_mb_zip + button,
	#register_form .bill_form .mb_bill_zip + button {
		width: 40%;
		float: right;
	}

	#register_form .register_form_inner input[type="checkbox"] + label {
		padding-left: 0;
		margin: 0;
		display: inline-block;
	}
	#register_form .register_form_inner input[type="checkbox"] + label > span {
		top: 0;
	}
	#register_form .register_form_inner input[type="checkbox"] + label + span {
		display: inline-block;
		line-height: 34px;
		padding-left: 10px;
	}
}


/**
 * Etc
 */

.btn_bo_adm input {
	background-color: #FE1E92;
}

#container_title_wrap {
	display: block !important;
	padding: 20px 0;
	overflow: hidden;
}
#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;
	}
}
@-moz-keyframes blink {
0% {
	opacity: 0;
}
49% {
	opacity: 0;
}
50% {
	opacity: 1;
}
}
@keyframes blink {
	0% {
		opacity: 0;
	}
	49% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}

@-webkit-keyframes zoom-out {
	0% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}
@-moz-keyframes zoom-out {
	0% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes zoom-out {
	0% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}

/**
 * Hover Popup 
 **/

#hover-popup,
#weekly-popup,
#img-popup {
	position: fixed;
	display: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0);
	z-index: 99999;

}
#hover-popup.on,
#hover-popup.on-full,
#weekly-popup.on-full,
#img-popup.on-full {
	display: block;
}
#hover-popup.on-full,
#weekly-popup.on-full,
#img-popup.on-full {
	background: rgba(0, 0, 0, 1);
}

#weekly-popup * {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#weekly-popup > ul {
	display: flex;
	width: 200%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
#weekly-popup > ul li {
	position: relative;
	display: inline-flex;
	width: 50%;
}
#weekly-popup > ul li img,
#img-popup img {
	max-width: 100%;
}
#img-popup img {
	max-height: 100%;
}

#weekly-popup nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 0;
	font-weight: 100;
	font-size: 8em;
}

#weekly-popup nav div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	font-family: 'Nanum Gothic', sans-serif;
}
#img-popup-cont {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
}
#weekly-popup nav div:hover {
	color: rgba(0, 0, 0, 1);
}
#weekly-popup nav div.prev {
	left: 10px;
}
#weekly-popup nav div.prev:before {
	content: '<';
}

#weekly-popup nav div.next {
	right: 10px;
}
#weekly-popup nav div.next:before {
	content: '>';
}

#hover-popup-close,
.hover-popup-close {
	display: none;
	cursor: pointer;
}
#hover-popup-close.on-full,
.hover-popup-close.on-full,
#img-popup.on-full #img-popup-close,
#weekly-popup-close {
	position: fixed;
	display: block;
	top: 20px;
	right: 20px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 3em;
	line-height: 0;
	z-index: 9999999;
	cursor: pointer;
}
.hover-popup-close.on-full {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 35pt;
}

#hover-popup-cont {
	position: absolute;
	transform: scale(1);
	border-radius: 5px;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.8);
}
#hover-popup-cont.on,
#hover-popup-cont.on-full {
	transform: scale(1.5);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index: 999999;
	box-shadow: 0 15px 35px rgba(50,50,90,0.3), 0 5px 15px rgba(0,0,0,0.3);
}
#hover-popup-cont.img {
	transform: scale(1);
	border-radius: 0;
	box-shadow: none;
}
#hover-popup-cont.on-full {
	position: fixed;
	top: 50% !important;
	left: 0 !important;
	width: 100% !important;
	transform: translateY(-50%);
}
#hover-popup-cont .iframei-hover {
	display: none;
}
#hover-popup-cont a {
	display: block;
	color: #FFF;
	overflow: hidden;
	max-height: 0;
}
#hover-popup-cont.on a {
	max-height: 1000px;
}
#hover-popup-cont img {
	width: 100%;
}
#hover-popup-cont .hover-wrap {
	padding: 5px 10px 12px;
	font-size: 1rem;
}
#hover-popup-cont.on .hover-wrap {
	cursor: pointer;
}
#hover-popup-cont.img .hover-wrap {
	font-size: 1.8em;
}
#hover-popup-cont .hover-wrap span {
	display: block;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFF;
}
#hover-popup-cont .hover-wrap span.btn {
	position: relative;
	display: inline-block;
	top: -1px;
	padding: 0 3px;
	border-radius: 1px;
	background-color: rgba(255, 255, 255, 0.3);
	font-weight: 300;
	line-height: 140%;
	height: auto !important;
	width: 37px;
	text-align: center;
	margin-right: 6px;
	font-size: 0.9em;
	vertical-align: middle;
}
#hover-popup-cont .hover-wrap span.subject {
	font-size: 0.7em;
	height: 18.5px;
	line-height: 18.5px;
	margin-bottom: 3px;
}
#hover-popup-cont.img .hover-wrap span.subject {
	height: 26.5px;
	line-height: 26.5px;
}
#hover-popup-cont .hover-wrap span.datetime,
#hover-popup-cont .hover-wrap span.text,
#hover-popup-cont .hover-wrap span.preacher {
	font-size: 0.6em;
	line-height: 17.5px;
	height: 17.5px;
}

#hover-popup.on-full.text-popup {
	background-color: rgba(0, 0, 0, 0.7) !important;
}
#hover-popup-cont.on-full.text-popup {
	max-width: 1000px;
	max-height: 100%;
	width: 100%;
	background-color: #FFF !important;
	border-radius: 0 !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	overflow: auto;
}
#hover-popup-cont.on-full.text-popup > *,
#hover-popup-cont.on-full.text-popup #sub-page > * {
	width: auto !important;
	display: block !important;
}
#hover-popup-cont.on-full.text-popup #sub-page {
	padding: 20px 30px;
}
.hover-popup-close.on-full.text-popup {
	top: 10px;
	transform: translateY(0);
	color: rgba(0, 0, 0, 0.7);
}
.hover-popup-close.on-full.text-popup:hover {
	color: rgba(0, 0, 0, 1);
}

@media (max-width: 1100px) {
	#hover-popup {
		background-color: rgba(0, 0, 0, 1);
	}
	#hover-popup.on .close,
	#hover-popup.on-full .close {
		position: absolute;
		display: block;
		top: 20px;
		right: 20px;
		color: rgba(255, 255, 255, 0.8);
		font-size: 3em;
		line-height: 0;
	}

	#hover-popup-cont.on,
	#hover-popup-cont.on-full {
		position: fixed;
		transform: scale(1) translateY(-50%);
		border-radius: 0;
		box-shadow: none;
		top: 50% !important;
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		-webkit-transition: all 0s ease-out;
		-moz-transition: all 0s ease-out;
		-o-transition: all 0s ease-out;
		transition: all 0s ease-out;
	}
	#hover-popup-cont .hover-wrap span.btn {
		font-size: 0.8em;
		width: 60px;
		border-radius: 3px;
		margin-right: 10px;
	}
	#hover-popup-cont .hover-wrap span.subject {
		font-size: 1.2em;
		height: 37px;
		line-height: 37px;
	}
	#hover-popup-cont .hover-wrap span.datetime,
	#hover-popup-cont .hover-wrap span.text,
	#hover-popup-cont .hover-wrap span.preacher {
		font-size: 1em;
		height: 35px;
		line-height: 35px;
	}
}

#hover-popup-cont.letterbox {
	left: 50% !important;
	transform: scale(1) translate(-50%, -50%);
}


/**
 * 3rd Menu
 */

#menu-3rd {
	width: 100%;
	margin: 0 -4px;
	border-spacing: 4px 0;
	border-collapse: separate;
}
#menu-3rd.auto {
	width: auto;
	margin-left: auto;
}
#menu-3rd.board {
	margin-bottom: 30px;
}
#menu-3rd td {
	text-align: center;
	white-space: nowrap;
	border: 1px solid #056cbe;
	padding: 0 20px;
	line-height: 38px;
	-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: #056cbe;
}
#menu-3rd a {
	display: inline-block;
	color: #056cbe;
	font-size: 12pt;
}
#menu-3rd td.on a,
#menu-3rd td:hover a {
	color: #FFF;
}

@media (max-width: 640px) {
	#menu-3rd {
		width: 100% !important;
		margin: 0;
		border-collapse: collapse;
	}
	#menu-3rd td {
		display: block;
		width: 100% !important;
		border-top: none;
	}
	#menu-3rd tr > td:first-child {
		bprder-top: none;
		border-top: 1px solid #056cbe;
	}
}

/**
 * Board
 */

#bo_v_title,
#bo_w {
	padding-top: 50px !important;
}
@media (min-width: 1100px) {
	#bo_v_title,
	#bo_w {
		margin-top: -4px;
	}
}

#bo_v {
	/*max-width: 800px !important;*/
	width: 100%;
	margin: 0 auto !important;
}
#container #bo_list,
#container #bo_gall,
#container #bo_w,
#container #bo_v {
	max-width: 1000px !important;
	width: 100%;
	margin: 0 auto !important;
}
#container #board_list {
	max-width: 1200px !important;
	width: 100%;
	margin: 0 auto !important;
}
/* #bo_gall:not(.blog) { */
#bo_gall {
	padding-top: 20px;
}
#bo_list {
	padding-top: 50px;
}

#bo_v_con {
	font-size: 1.1em;
	word-break: keep-all !important;
}

#bo_v_img {
	text-align: center;
}

#bo_v_title {
	text-align: center;
}
.bo_v_tit {
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 2px solid #000 !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;
	background-color: #DD1921;
}
.pg_page {
	border-radius: 50%;
	margin: 0 2px;
}
.pg_start,
.pg_end,
.pg_prev,
.pg_next {
	border: none;
	text-align: center;
	color: #FFF !important;
}

.bo_fx {
	margin: 25px 0;
}
.bo_sch_wrap {
	display: block;
	position: relative;
}
.bo_sch {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	max-height: 100%;
	margin: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	max-width: 100%;
	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;
}

#bo_gall .top-explain,
#bo_list .top-explain,
#board_list .top-explain {
	overflow: hidden;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
#bo_list .top-explain,
#board_list .top-explain {
	margin-bottom: 0;
}
#board_list .top-explain {
	border: none;
	margin-left: 5px;
	margin-right: 5px;
}
#bo_gall .top-explain .left,
#bo_list .top-explain .left,
#board_list .top-explain .left {
	float: left;
	font-size: 12pt;
	font-weight: 500;
	line-height: 33px !important;
}
#bo_gall .top-explain .right,
#bo_list .top-explain .right,
#board_list .top-explain .right {
	float: right;
}
@media (max-width: 900px) {
	#bo_gall .top-explain > *,
	#bo_list .top-explain > *,
	#board_list .top-explain > * {
		width: 100%;
	}
	.bo_sch {
		float: inherit !important;
	}
	.bo_sch #sfl {
		margin-left: 0 !important;
	}
}

/**
 * Popup
 */

@media (max-width: 1100px) {
	.hd_pops {
		position: fixed !important;
		top: 50% !important;
		left: 0 !important;
		right: 0 !important;
		transform: translateY(-50%);
	}
	.hd_pops_con {
		width: 100% !important;
		height: auto !important;
	}
	.hd_pops_con img {
		width: 100%;
	}
}

file_del input[type="checkbox"] {
	display: inline-block;
	width: 21px;
	height: 21px;
	appearance: auto !important;
	-webkit-appearance: auto !important;
	-moz-appearance: auto !important;
	vertical-align: middle;
}

.file_del input[type="checkbox"]:checked + label {
	display: inline-block;
	color: #FFF;
	border-radius: 3px;
	background-color: rgb(217, 15, 15);
	padding: 0 10px;
	line-height: 21px;
	vertical-align: middle;
}