@charset "utf-8";

:root {
    --default-radius: 30px;
    --default-mobile-radius: 15px;
}

@font-face {
	font-family: 'BinggraeTaom'; src: url('./font/BinggraeTaom.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Samyukdae';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2410-1@1.0/TTSahmyookUniversityL.woff2') format('woff2');
	font-weight: 300;
	font-display: swap;
}

pre {
	white-space: pre-wrap;
}

@media (max-width: 1100px) {
	#hd_wrapper {
		height: 50px !important;
		background-color: rgba(255, 255, 255, 0.05);
	}
	.hd_login .mobile {
		display: inline-block !important;
		width: 45%;
		line-height: 50px;
	}
}

.popup-img {
	cursor: pointer;
}

.swiper-fixed-text div > div {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.swiper-fixed-text .btn-wrap {
	font-size: 0;
	text-align: center;
}
.swiper-fixed-text .btn-wrap > li {
	display: inline-block;
	font-size: 0.75rem;
	line-height: 36px;
	border: 2px solid #FFF;
	border-radius: 40px;
	max-width: 150px;
	width: 100%;
	margin: 50px 10px 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.swiper-fixed-text .btn-wrap > li:hover {
	background-color: #FFF;
}
.swiper-fixed-text .btn-wrap > li a {
	color: #FFF;
}
.swiper-fixed-text .btn-wrap > li:hover a {
	color: #000;
}

@media (max-width: 640px) {
	.swiper-container-1 {}
	.swiper-fixed-text {
		padding-top: 0;
	}
	.swiper-fixed-text > div > div:nth-of-type(1) {
		font-size: 1em !important;
	}
	.swiper-fixed-text > div > div:nth-of-type(2) {
		font-size: 4em !important;
		white-space: nowrap;
	}
	.swiper-fixed-text > div > div:nth-of-type(3) {
		font-size: 2.5em !important;
		white-space: nowrap;
	}

	.swiper-fixed-text .btn-wrap > li {
		margin: 0;
		width: 100%;
		max-width: 100%;
		margin-top: 15px;
	}
}

[class^='grid'] {
	display: grid !important;
}
[class^='grid'].inline {
	display: inline-grid !important;
}
[class^='grid'].vertical-middle {
	align-items: center !important;
}
[class^='grid'].vertical-top {
	align-items: inherit !important;
}
[class^='grid'] > * {
	display: flex !important;
	flex-direction: column;
}
[class^='grid'] > * > .cont-wr {
	position: relative;
}
.grid-2 {
	grid-template-columns: 1fr 1fr;
}
.grid-2.auto {
	grid-template-columns: auto auto;
}
.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: 900px) {
	.grid-5,
	.grid-6 {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.grid-3,
	.grid-4 {
		grid-template-columns: 1fr 1fr;
	}
}
@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;
	}
}

/**
 * SubPage
 */

/*
#bo_list,
#bo_w,
#bo_v
*/
#sub-page {
	margin: 0 auto;
	padding: 50px 0 0;
	position: relative;
}
@media (max-width: 1100px) {
	#sub-page {
		padding-top: 0;
	}
}

#sub-page * {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	line-height: 170%;
}
#sub-page *:not(i) {
	font-family: "Noto Sans KR";
}

#sub-page .common-width {
	padding: 0;
}

#sub-page .underline {
	width: 80px;
	height: 1px;
	background-color: #c4c4c4;
	margin: 10px 0 20px;
}

#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;
}

#sub-page .edit-page {
	position: absolute;
	display: block;
	top: -100px;
	right: 15px;
	text-align: right;
	z-index: 1;
}
@media (max-width: 1100px) {
	#sub-page .edit-page {
		top: -55px;
	}
}
#sub-page .edit-page i {
	color: #b51818;
	font-size: 2em;
}

.weight-100 {
	font-weight: 100 !important;
}
.weight-200 {
	font-weight: 200 !important;
}
.weight-300 {
	font-weight: 300 !important;
}
.weight-400 {
	font-weight: 400 !important;
}
.weight-500 {
	font-weight: 500 !important;
}
.weight-600 {
	font-weight: 600 !important;
}
.weight-700 {
	font-weight: 700 !important;
}
.weight-800 {
	font-weight: 800 !important;
}

.hover-underline:hover {
	text-decoration: underline !important;
}

#sub-page b,
#sub-page b *,
[id^='addon-']  b,
[id^='addon-']  b * {
	font-weight: 600;
}

#sub-page .vtop {
	vertical-align: top;
}
#sub-page .vmiddle {
	vertical-align: middle;
}
#sub-page .vbottom {
	vertical-align: bottom;
}

#sub-page .table {
	display: table;
	width: 100%;
}
#sub-page .table > * {
	display: table-cell;
}
@media (max-width: 760px) {
	#sub-page .table {
		display: block !important;
	}
	#sub-page .table > * {
		display: inline-block !important;
	}

	#sub-page .mobile-center {
		text-align: center !important;
		width: 100% !important;
	}
}

#sub-page .inline-wrap > * {
	display: inline-block;
	margin-right: 28px;
}
#sub-page.tour .inline-wrap > * {
	margin-right: 10px;
}
#sub-page.tour .inline-wrap img {
	width: 100%;
	height: auto;
}
@media (max-width: 640px) {
	#sub-page .inline-wrap {
		text-align: center;
	}
	#sub-page .inline-wrap > * {
		margin-right: 0;
	}
}

#sub-page .block-wrap > * {
	display: block;
}

#sub-page h1 {
	font-size: 2.2em;
	line-height: 55px;
}
#sub-page h2 {
	font-size: 2.5em;
	line-height: 40px;
	text-align: center;
	margin-bottom: 60px;
}
#sub-page h2.white {
	color: #FFF;
}
#sub-page h2 > * {
	display: inline-block;
	font-weight: 600;
	border-bottom: 3px solid #0066B8;
}
#sub-page h2.white > * {
	border-color: #FFF;
}
#sub-page h3 {
	font-size: 1.3em;
	line-height: 45px;
}
#sub-page h4 {
	font-size: 1.1em;
	line-height: 40px;
}
@media (max-width: 640px) {
	#sub-page h2 {
		margin-bottom: 30px;
	}
}

#sub-page dl:not(.no-padding) {
	padding: 0 30px;
}
#sub-page dl *:not(i) {
	font-weight: 400;
}
#sub-page dt {
	font-weight: 600;
	padding: 10px 0;
	line-height: 29px;
	font-size: 20pt;
	color: #293352;
	margin-bottom: 20px;
}
#sub-page dd {
	font-weight: 300;
	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 .pastors_book {
    overflow: visible;
}
#sub-page .pastors_book .text-blue {
    color: #294087 !important;
}
#sub-page .pastors_book dd {
    font-size: 11.5pt;
}
#sub-page .pastors_book img {
    max-width: 100%;
}
#sub-page .pastors_book .book-box {
    position: relative;
}
#sub-page .pastors_book .book-box .text {
    border: solid 1px #c1c1c1;
    border-bottom-width: 0;
    margin: 0 0 3em;
    padding: 0 20%;
    border-radius: var(--default-radius) var(--default-radius) 0 0;
}
#sub-page .pastors_book .book-box .text > div {
    color: #333;
    font-size: 1.25em;
    width: fit-content;
    padding: 10px 30px 40px;
    margin: -30px 0 0 -30px;
    background: #FFF;
}
#sub-page .pastors_book .book-box .book img {
    mix-blend-mode: multiply;
    border-radius: 0 0 var(--default-radius) var(--default-radius);
}
#sub-page .pastors_book .banner {
    background-color: #294087;
    padding: 55px 30px;
    border-radius: var(--default-radius);
}
#sub-page .pastors_book .banner * {
    color: #FFF;
}
#sub-page .pastors_book .banner .grid-2.order-1 {
    grid-template-columns: auto 330px;
    margin:  0 0 30px;
}
#sub-page .pastors_book .banner .grid-2.order-1 > li {
    position: relative;
}
#sub-page .pastors_book .banner .grid-2.order-1 .book-order {
    position: absolute;
    display: grid;
    align-items: center;
    max-width: 118px;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(138, 144, 164);
    background-image: -moz-linear-gradient( 90deg, rgb(233,233,233) 0%, rgb(255,255,255) 86%);
    background-image: -webkit-linear-gradient( 90deg, rgb(233,233,233) 0%, rgb(255,255,255) 86%);
    background-image: -ms-linear-gradient( 90deg, rgb(233,233,233) 0%, rgb(255,255,255) 86%);
    box-shadow: 5.5px 9.526px 16px 0px rgba(0, 0, 0, 0.14);
    transform: translate(0, -30px);
    overflow: hidden;
    text-align: center;
}
#sub-page .pastors_book .banner .grid-2.order-1 .book-order a {
    color: #1a2240;
    font-size: 1.5em;
    font-weight: 800;
    line-height: 100%;
}
#sub-page .pastors_book .banner .grid-2.order-1 .book-order small {
    color: #8e8e8e;
    font-size: 0.55em;
}
#sub-page .pastors_book .banner .grid-2.order-1 .book-order .arrow {
    line-height: 100%;
}
#sub-page .pastors_book .banner .grid-2.order-1 .book-order:hover {
    background: #000;
}
#sub-page .pastors_book .banner .grid-2.order-1 .book-order:hover * {
    color: #FFFF;
}
#sub-page .pastors_book .banner .grid-2.order-1 .book-order:hover .arrow {
    filter: brightness(0) invert(1);
}
#sub-page .pastors_book .banner * {
    text-align: left;
}
#sub-page .pastors_book .banner .grid-2.order-1 .book {
    margin: 0 0 -5em;
}
#sub-page .pastors_book .banner .grid-2.order-1 .big {
    font-size: 1.5em;
    font-weight: 700;
    padding: 0 0 20px;
}
#sub-page .pastors_book .banner .grid-2.order-1 > li:first-child small {
    font-size: 0.95em;
    color: #87cbff;
}
#sub-page .pastors_book .banner .grid-2.order-2 {
    background-color: #1a2240;
    padding: 20px 40px;
    grid-template-columns: 110px auto;
    column-gap: 70px;
}
#sub-page .pastors_book .banner .grid-2.order-3 {
    grid-template-columns: repeat(2, auto);
    width: fit-content;
    gap: 20px;
}
#sub-page .pastors_book .banner .grid-2.order-3 small {
    opacity: 0.5;
}
#sub-page .pastors_book .box .grid-2 > li {
    position: relative;
}
#sub-page .pastors_book .box .grid-2.order-2 > li:first-child:after {
    content: '>';
    position: absolute;
    right: -35px;
    transform: translateX(-50%);
    font-family: "Nanum Gothic", sans-serif;
}
#sub-page .pastors_book .box .grid-2 > li:last-child {
    font-size: 1.05em;
}
#sub-page .pastors_book .box .grid-2.order-3 b {
    font-size: 1.2em;
    font-weight: 600;
    color: #fcff00;
}
#sub-page .pastors_book .grid-2.pop {
    row-gap: 25px;
    column-gap: 30px;
}
#sub-page .pastors_book .grid-2.pop .order-1 {
    font-size: 2em;
    color: #294087;
}
#sub-page .pastors_book .grid-2.pop .order-3 .iframe-wrap {
    position: relative;
    border-radius: var(--default-radius);
    overflow: hidden;
}
#sub-page .pastors_book .grid-2.pop .order-3 .iframe-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
}
#sub-page .pastors_book .grid-2.pop .order-4 .iframe-wrap {
    overflow: hidden;
    border-radius: var(--default-radius);
    border: 1px solid #e0e0e0;
}
#sub-page .pastors_book .grid-2.pop .title-wr {
    padding: 20px 20px 5px 25px;
    grid-template-columns: auto 130px;
    gap: 15px;
    background-color: #eeeeee;
    margin: 20px 0 0 0;
    align-items: center;
    border-radius: 999px;
}
#sub-page .pastors_book .grid-2.pop .title-wr .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block !important;
}
#sub-page .pastors_book .grid-2.pop .title-wr .btn-wr {
    align-items: center;
}
#sub-page .pastors_book .grid-2.pop .title-wr .popup-cont {
    grid-template-columns: repeat(2, auto);
    column-gap: 10px;
    color: #294087;
}
#sub-page .pastors_book .grid-2.pop .title-wr .popup-cont > span:last-child {
    --size: 45px;
    display: inline-grid;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #294087;
    color: #FFF;
    padding: 5px;
    cursor: pointer;
}
#sub-page .pastors_book .banner .grid-2.order-1 .book-order,
#sub-page .pastors_book .banner .grid-2.order-1 .book-order * {
    text-align: center;
}
#sub-page .pastors_book .grid-2.pop .title-wr .popup-cont svg {
    fill: #FFF;
}
#sub-page .pastors_book .grid-2.pop .title-wr .popup-cont > span:last-child:hover {
    background: #09163e;
}
@media (max-width: 1100px) {
    #sub-page .pastors_book {
        padding-top: 50px;
    }
}
@media (max-width: 950px) {
    #sub-page .pastors_book .banner .grid-2.order-3 {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 750px) {
    #sub-page .pastors_book .banner {
        padding: 55px 10px;
    }
    #sub-page .pastors_book .banner .grid-2.order-1 {
        grid-template-columns: auto 180px;
    }
    #sub-page .pastors_book .banner .grid-2.order-1 > li {
        height: 100%;
    }
    #sub-page .pastors_book .banner .grid-2.order-1 > li:last-child .book {
        padding: 50px 0 0 0;
    }
}
@media (max-width: 620px) {
    #sub-page .pastors_book .banner {
        padding: 15px 10px;
    }
    #sub-page .pastors_book .banner .grid-2.order-1 {
        grid-template-columns: 1fr;
    }
    #sub-page .pastors_book .banner .grid-2.order-1 > li:last-child {
        padding: 50px 0;
    }
    #sub-page .pastors_book .banner .grid-2.order-1 .book-order {
        top: 40px;
    }
    #sub-page .pastors_book .banner .grid-2.order-2 {
        grid-template-columns: 1fr;
    }
    #sub-page .pastors_book .box .grid-2.order-2 > li:first-child:after {
        display: none;
    }
    #sub-page .pastors_book .banner .grid-2.order-3 {
        margin: 0 0 -20px;
    }
}

#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;
    border-radius: 50%;
    overflow: hidden;
}
#sub-page .icon i,
#sub-page .icon .glyphicon {
	color: #FFF;
	line-height: 32px;
	font-size: 15pt;
}
#sub-page .icon .glyphicon {
	font-size: 12pt;
}

#sub-page .info {
	position: relative;
	top: 6px;
}

.text-gray {
	color: #838381;
}
.text-green {
	color: #429406;
}
.text-light-green {
	color: #c5d841;
}
.text-orange {
	color: #f99d2e;
}
.text-blue {
	color: #2E68B1 !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;
	}
}

#sub-page .relay_prayer .iframe-wrap {
    max-width: 800px;
    margin: 0 auto;
    border-radius: var(--default-radius);
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#sub-page .relay_prayer .video-text {
    margin: 15px 0 0;
    text-align: center;
    font-size: 0.85em;
}
#sub-page .relay_prayer .title {
    font-size: 1.3em;
    padding: 0 0 20px;
}
#sub-page .relay_prayer .list {
    font-size: 0.95em;
}
#sub-page .relay_prayer .list > * {
    position: relative;
    padding: 0 0 0 30px;
}
#sub-page .relay_prayer .list > .num {
    font-weight: 600;
    color: #000;
}
#sub-page .relay_prayer .list > .num:before {
    content: attr(data-num) ".";
    position: absolute;
    left: 0;
    top: 0;
}
#sub-page .relay_prayer .list > *:not(.num) {
    font-size: 0.9em;
    padding: 5px 0 15px 30px;
}
#sub-page .relay_prayer .list .front-dot {
    position: relative;
    padding:  0 0 0 15px;
}
#sub-page .relay_prayer .list .front-dot:before {
    content: "●";
    position: absolute;
    font-size: 0.3em;
    left: 0;
    top: 12px;
    line-height: 100%;
}
#sub-page .relay_prayer .img-full img {
    border-radius: var(--default-radius);
    overflow: hidden;
}

.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;
    border-radius: var(--default-radius);
}
.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%;
    border-radius: var(--default-radius);
}
.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;
	}
}

.korean_academy .iframe-wrap,
.korean_academy.banner > .common-width {
    overflow: hidden;
    border-radius: var(--default-radius);
}

.online_church .left img {
    overflow: hidden;
    border-radius: var(--default-radius);
}

.wow .right img,
.wow .img-full img {
    overflow: hidden;
    border-radius: var(--default-radius);
}

.server .table > * {
	width: 50%;
	vertical-align: top;
}
.server .table > li.img > table {
    overflow: hidden;
    border-radius: var(--default-radius);
}
.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: #FFF;
}
.server table td .overlay {
	position: absolute;
	top: 4%;
	right: -17%;
	width: 80%;
}
.server table tr > td:first-child img {
	width: 100%;
}
.server table td .overlay img {
	width: 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: 500;
}
.server table td .top small {
	font-size: 0.7em;
	color: rgba(255, 255, 255, 0.5);
}
.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 > ul.common-width,
.new_family.new-family-btn > ul.common-width {
    overflow: hidden;
    border-radius: var(--default-radius);
}
.new_family.new-family-btn > ul.common-width {
    border: 1px solid #e9e8ef;
}
.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 15px;
    border-radius: 999px;
}
.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 10px;
	z-index: 2;
	font-size: 13pt;
	font-weight: 500;
	align-items: center;
}
.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%;
}
.new_family .left img {
    overflow: hidden;
    border-radius: var(--default-radius);
}
@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;
	}
}

.worship_guide > ul {
	height: 100%;
}
.worship_guide > ul > li .wrap {
    overflow: hidden;
    border-radius: var(--default-radius);
}
.worship_guide .left {
	padding-right: 1% !important;
}
.worship_guide .right {
	padding-left: 1% !important;
}
.worship_guide .wrap {
	display: flex;
	flex-direction: column;
	border: 1px solid #e9e8ef;
	height: 100%;
	padding-bottom: 35px;
}
.worship_guide .wrap .title {
	color: #FFF;
	text-align: center;
	line-height: 60px !important;
	font-size: 20pt;
	font-weight: 500;
	margin-bottom: 30px;
}
.worship_guide .left .wrap .title {
	background-color: #28b6bb;
}
.worship_guide .right .wrap .title {
	background-color: #2e68b1;
}
/* ul의 도트라인은 style.php 에 작성됨(1923 라인) */
.worship_guide .wrap ul {
	overflow: hidden;
	margin: 0px 40px;
}
.worship_guide .wrap li {
	background-color: #FFF;
	font-size: 11pt;
	padding: 5px 0;
}
.worship_guide .wrap ul li:first-child {
	float: left;
	padding-right: 20px;
	font-weight: 500;
}
.worship_guide .wrap ul li:last-child {
	float: right;
	padding-left: 20px;
	color: #838381;
}
@media (max-width: 700px) {
	.worship_guide .wrap ul {
		margin: 0 20px;
	}
	.worship_guide .wrap li {
		font-size: 10pt;
	}
}

.facility_Information .iframe-wrap {
	padding-bottom: 68%;
	border: 1px solid #e9e8ef;
    overflow: hidden;
    border-radius: var(--default-radius);
}
.facility_Information .popup-img {
	border: 1px solid #e9e8ef;
    overflow: hidden;
    border-radius: var(--default-radius);
}
.facility_Information .popup-img + div {
    overflow: hidden;
    border-radius: 999px;
}
.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;
    overflow: hidden;
    border-radius: var(--default-radius);
}

.new_community_media.top-list .left {
	padding-right: 20px !important;
}
.new_community_media.top-list .right {
	border: 1px solid #DFDFDF;
}

.mission .img-full img,
.mission.schdule img {
    overflow: hidden;
    border-radius: var(--default-radius);
}
.mission .quotes .wrap:before,
.mission .quotes .wrap:after {
	font-weight: 400 !important;
}
.mission .quotes .wrap:before {
	top: -15px !important;
}
.mission .quotes .wrap:after {
	top: 7px !important;
}
.mission.schdule .divide-2 > li:first-child {
	width: 45% !important;
}
.mission.schdule .divide-2 > li:last-child {
	width: 53% !important;
}
.mission.schdule .schdule-list {
	padding: 10px 0px;
	font-size: 12pt;
}
.mission.schdule .schdule-list li {
	cursor: pointer;
	color: #838381;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.mission.schdule .schdule-list li:hover,
.mission.schdule .schdule-list li.on {
	color: #000;
}
.mission.schdule .schdule-list li:hover:after,
.mission.schdule .schdule-list li.on:after {
	content: '▶';
	display: inline-block;
	position: relative;
	font-size: 7pt;
	vertical-align: middle;
	top: -2px;
	margin-left: 5px;
}
.mission.schdule .schdule-list li:hover:after,
.mission.schdule .schdule-list li.on:after {
	content: '▶';
}
.mission.schdule .btn,
.bible_study .btn {
	display: block;
	width: 200px;
	background-color: #2e68b1;
	border: 1px solid #0a2d59;
	line-height: 35px !important;
	height: auto !important;
	margin-bottom: 20px;
    border-radius: 999px;
}
.mission.schdule .btn:hover,
.bible_study .btn:hover {
	background-color: #0a2d59;
}
.mission.schdule .btn a,
.bible_study .btn a {
	color: #FFF;
	font-size: 11pt;
	font-weight: 500;
	line-height: 35px !important;
}
.mission_T.schdule .left {
	width: 30% !important;
}
.mission_T.schdule .right {
	width: 70% !important;
}
.bible_study .grid-2 {
	width: fit-content;
	margin: 0 auto;
	column-gap: 15px;
	padding: 10px 10px;
	row-gap: 0;
	align-items: center;
}
.bible_study .grid-2 > * {
	text-align: left;
	line-height: 110% !important;
	font-weight: 600;
}
.bible_study .round-btn {
	position: relative;
	display: inline-block;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #FFF;
	overflow: hidden;
	vertical-align: middle;
}
.bible_study .round-btn img {
	position: absolute;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media (min-width: 640px) {
	.mission.padding > .common-width {
		padding: 0 10px !important;
	}
}
@media (max-width: 640px) {
	.mission.schdule .btn,
	.bible_study .btn {
		width: 100%;
	}
}
@media (max-width: 460px) {
	.bible_study .grid-2 {
		padding: 10px 10px;
	}
	.bible_study .round-btn {
		width: 50px;
		height: 50px;
		margin-top: 0;
	}
}
.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;
}
.employment.banner > li.common-width {
    border-radius: var(--default-radius);
    overflow: hidden;
}
@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 .img-full img {
    overflow: hidden;
    border-radius: var(--default-radius);
}
.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;
    border-radius: 999px;
}
.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 img {
    overflow: hidden;
    border-radius: var(--default-radius);
}
.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-weight: 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 20px !important;
	margin-right: 5px;
	vertical-align: middle;
    border-radius: 999px;
}
.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;
	}
}

.homeschool .iframe-wrap {
    overflow: hidden;
    border-radius: var(--default-radius);
}
.homeschool h3.section-1 {
	color: #ce1f91;
	text-align: center;
	font-weight: 600 !important;
}
.homeschool .grid-2 {
	grid-template-columns: 0.6fr 0.4fr;
	column-gap: 50px;
}
.homeschool .grid-2 img {
	width: 100%;
}
.homeschool .btn {
	display: block !important;
	margin: 0 auto !important;
	width: fit-content;
}
.homeschool .iframe-wrap {
	max-width: 840px;
	margin: 0 auto;
}
.homeschool dl dt {
	border-bottom: 1px solid #eaeaf0;
	padding: 0  0 10px !important;
}
.homeschool .front-num {
	position: relative;
	padding: 0 0 0 20px;
}
.homeschool .front-num:before {
	content: attr(data-num) ".";
	position: absolute;
	left: 0;
	top: 2px;
	color: #2E68B1 !important;
}
@media (max-width: 640px) {
	.homeschool .grid-2 {
		grid-template-columns: 1fr;
	}
}

.indi_seminary:not(.bible_study) {
	margin-bottom: -35px;
}
.indi_seminary .big2 {
	font-size: 1.6em !important;
}
.bible_study .title-box {
	background-color: #2E68B1;
	color: #FFF;
	text-align: center;
	font-weight: 500;
	font-size: 20pt;
	line-height: 55px !important;
    border-radius: var(--default-radius);
    overflow: hidden;
}
.bible_study table {
	border: 1px solid #E9E8EF;
	border-top: none;
	border-bottom: none;
	width: 100%;
}
.bible_study table th,
.bible_study table td {
	padding: 20px 10px;
	text-align: center;
	border-bottom: 1px solid #E9E8EF;
	font-size: 13pt;
}
.bible_study table th {
	width: 20%;
	background-color: #FAFAFA;
}
.bible_study table td {
	width: 40%;
	border-left: 1px solid #E9E8EF;
	color: #838381;
}
.bible_study table .big {
	font-size: 1.2em;
}
.bible_study dl dt {
	font-size: 25pt !important;
	line-height: 60px !important;
	margin-top: 0 !important;
}
.bible_study dl dd {
	font-size: 13pt !important;
}
.bible_study dt .number-box {
	display: inline-grid;
	width: 65px;
	height: 65px;
    border-radius: 50%;
	border: 1px solid #2E68B1;
	text-align: center;
	font-weight: 800 !important;
	font-size: 25pt;
	margin-right: 5px;
    align-items: center;
}
.bible_study .btn {
	margin: 0px auto;
}

.donation small {
	display: block;
}
.donation h1 {
	font-size: 35pt !important;
	text-align: center;
	font-weight: 600 !important;;
	color: #2e68b1;
	border-bottom: 1px solid #e9e8ef;
	padding-bottom: 50px;
	margin-bottom: 20px;
}
.donation small {
	font-size: 11pt;
	color: #838381;
}
.donation .divide-2 {
	display: table !important;
	margin-bottom: 70px;
}
.donation .divide-2 > li {
	display: table-cell !important;
}
.donation .divide-2 > li:nth-of-type(2n-1) {
	width: 10% !important;
}
.donation .divide-2 > li:nth-of-type(2n) {
	width: 90% !important;
	padding-left: 2% !important;
	margin-left: 0 !important;
}
.donation dt {
	font-size: 25pt !important;
	font-weight: 500 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.donation dt small {
	font-size: 15pt;
	color: #2e68b1;
}
.donation dd {
	font-size: 14pt !important;
	text-align: left !important;
}
@media (max-width: 640px) {
	#sub-page .donation .divide-2 > li:nth-of-type(2n-1) {
		width: 25% !important;
	}
	#sub-page .donation .divide-2 > li:nth-of-type(2n) {
		width: 75% !important;
	}
	.donation dt {
		font-size: 20pt !important;
	}
	.donation dt small {
		font-size: 13pt !important;
	}
	.donation dd {
		font-size: 12pt !important;
	}
	.indi_seminary.bible_study .content {
		padding: 0 0 !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 .divide-line {
	width: 100%;
	height: 2px;
	background-color: transparent;
	margin: 30px 0 80px;
}

#container_wr.index .index-title {
	position: relative;
	text-align: center;
	font-size: 3.5em;
	font-weight: 800;
	margin-bottom: 35px;
	color: #000;
}
#container_wr.index .index-title > div {
    font-weight: 900;
    color: #333;
}
#container_wr.index .index-title > div .blue {
    font-weight: 900;
    color: #294188;
}
#container_wr.index .index-title small {
	display: block;
	font-size: 0.48em;
	font-weight: 300;
	color: #333;
}
#container_wr.index .index-title .more {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 0.45em;
	color: #000;
	line-height: 35px;
}
#container_wr.index .index-title .more:after {
	content: '+';
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background-color: #283a83;
	color: #FFF;
	text-align: center;
	font-weight: 800;
	font-size: 1.2em;
	margin-left: 10px;
}

#container_wr.index .slide-banner-container {
    position: relative;
    overflow: visible;
}
#container_wr.index .slide-banner-container .content {
    padding: 80px 0 0;
}
#container_wr.index .slide-banner-container .banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
#container_wr.index .slide-banner-container .banner-bg img {
    width: 100%;
}
#container_wr.index .slide-banner-container .slide-banner-wrap {
    position: relative;
    overflow: hidden;
    padding: 0 0 50px;
}
#container_wr.index .slide-banner-container .slide-banner {
    position: relative;
}
#container_wr.index .slide-banner-container .swiper-container {
    overflow: visible;
}
#container_wr.index .slide-banner-container .swiper-slide {
    border-radius: 35px 35px 180px 35px;
}
#container_wr.index .slide-banner-container .swiper-nav-wrap {
	display: none;
}
#container_wr.index .slide-banner-container .swiper-pagination-info {
    position: absolute;
    bottom: 0;
    right: 10%;
	left: auto;
    transform: translateY(45%);
    width: fit-content;
    display: flex;
    height: 80px;
    align-items: center;
    background-image: -moz-linear-gradient( 0deg, rgb(40,58,128) 0%, rgb(46,104,183) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(40,58,128) 0%, rgb(46,104,183) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(40,58,128) 0%, rgb(46,104,183) 100%);
    z-index: 10;
    border-radius: 999px;
    min-width: 200px;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    gap: 10px;
}
#container_wr.index .slide-banner.mobile .swiper-pagination-info {
	height: 55px;
}
#container_wr.index .slide-banner-container .swiper-pagination-info .custom-nav {
	display: inline-flex;
}
#container_wr.index .slide-banner.mobile .swiper-pagination-info .custom-nav {
	font-size: 11pt;
}
#container_wr.index .slide-banner-container .swiper-pagination-info .next,
#container_wr.index .slide-banner-container .swiper-pagination-info .prev {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: fit-content !important;
    height: auto !important;
    color: #FFF;
    text-align: center;
    margin: 0 auto !important;
    font-family: "Nanum Gothic" !important;
    font-size: 15pt;
    font-weight: 600;
    text-indent: 0 !important;
	border: none;
}
#container_wr.index .slide-banner-container .swiper-pagination-info .prev {
	margin: 0 0 0 10px !important;
}
#container_wr.index .slide-banner-container .swiper-pagination-info .progress {
	width: 100px;
	display: block;
	margin: 0 5px;
}
#container_wr.index .slide-banner-container .swiper-pagination-info .custom-nav .progress:before {
	background-color: rgba(255, 255, 255, 0.5);
}
#container_wr.index .slide-banner-container .swiper-pagination-info .custom-nav .progress:after {
	background-color: #FFF;
}
#container_wr.index .slide-banner-container .swiper-pagination {
    position: relative;
    display: flex;
    gap: 10px;
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
}
#container_wr.index .slide-banner-container .swiper-pagination-bullet {
    width: 39px !important;
    height: 39px !important;
    border-radius: 50% !important;
    background-color: rgba(255, 255, 255, 0) !important;
    border-width: 0 !important;
    color: #FFF !important;
    display: inline-grid;
    align-items: center;
    text-align: center;
    font-size: 14pt;
    margin: 0 !important;
}
#container_wr.index .slide-banner-container .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 1) !important;
    color: #2a4992 !important;
}
@media (max-width: 640px) {
    #container_wr.index .slide-banner-container .swiper-nav-wrap {
        height: 50px;
    }
    #container_wr.index .slide-banner-container .swiper-pagination-bullet {
        width: 25px !important;
        height: 25px !important;
        font-size: 11pt;
    }
    #container_wr.index .slide-banner-container .swiper-slide {
        border-radius: 35px 35px 70px 35px;
    }
}

#container_wr.index .church-media .wrap {
    border-radius: var(--default-radius);
    overflow: hidden;
}
#container_wr.index .church-media .big .table .iframe-wrap img {
    transform: scale(1.02);
}
#container_wr.index .church-media .index-title .more:after {
	content: '▶';
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background-color: #f24646;
	color: #FFF;
	text-align: center;
	font-weight: 800;
	font-size: 0.7em;
	margin-left: 10px;
	letter-spacing: -3px;
	position: relative;
	top: -2px;
	-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 .church-media .index-title .more:hover:after {
	background-color: #911919;
}
@media (max-width: 640px) {
	#container_wr.index .index-title {
		font-size: 2.5em;
	}
	#container_wr.index .church-media .index-title .more {
		display: block;
		text-align: center;
		position: relative;
		margin-top: 30px;
		font-size: 0.6em;
	}
}

#container_wr.index .church-media {
    position: relative;
    z-index: 2;
}
#container_wr.index .church-media .grid-6 {
	row-gap: 10px;
	column-gap: 10px;
}
#container_wr.index .church-media .grid-3 .wrap,
#container_wr.index .church-media .grid-6 .wrap {
	display: grid;
	height: 100%;
	background-color: #000;
}
#container_wr.index .church-media .grid-6 .big {
	grid-column: 1 / span 2;
	grid-row: 1 / span 2;
}
#container_wr.index .church-media .grid-6 > li {
	-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 .church-media .latest-title {
	display: none;
	/*display: grid;*/
	background-color: #2a468f;
	color: #FFF;
	padding: 15px;
	align-items: center;
	-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 .church-media .big2 .latest-title,
#container_wr.index .church-media .big .latest-title {
	position: relative;
	padding: 15px 50px 15px 25px;
}
#container_wr.index .church-media .big2 .latest-title:after,
#container_wr.index .church-media .big .latest-title:after {
	content: '▶';
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	background-color: #FFF;
	color: #19316c;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	font-size: 1.3em;
}
#container_wr.index .church-media .latest-title div {
	text-align: center;
	font-size: 1.2em;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#container_wr.index .church-media .big2 .latest-title div,
#container_wr.index .church-media .big .latest-title div {
	position: relative;
	text-align: left;
	font-size: 1.7em;
}
/*#container_wr.index .church-media .grid-6 > li:hover {
	transform: translateY(-5px);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}*/
#container_wr.index .church-media .grid-6 > li img {
    transition: all 0.3s ease-in-out;
}
#container_wr.index .church-media .grid-6 > li:hover img {
    transform: scale(1.1) !important;
}
#container_wr.index .church-media .grid-6 > li:hover .latest-title {
	background-color: #fed600;
	color: #000;
}
#container_wr.index .church-media .grid-6 > li:hover .latest-title:after {
	background-color: #000;
	color: #FFF;
}
#container_wr.index .church-media .grid-6 .popup-html {
	display: none;
}
@media (max-width: 1500px) {
	#container_wr.index .church-media .grid-6 {
		row-gap: 15px;
		column-gap: 15px;
	}
}
@media (max-width: 1100px) {
	#container_wr.index .church-media .common-width,
	#container_wr.index .church-media .content {
		padding: 0 !important;
	}
	#container_wr.index .church-media .grid-3 {
		display: grid !important;
		grid-template-columns: 1fr 1fr 1fr !important;
		column-gap: 1px;
		row-gap: 1px;
        border-radius: var(--default-radius);
        overflow: hidden;
	}
	#container_wr.index .church-media .big2 .latest-title,
	#container_wr.index .church-media .big .latest-title {
		font-size: 0.9em;
	}
	#container_wr.index .church-media .grid-3.mobile .big {
		grid-column: 1 / span 2;
		grid-row: 1 / span 2;
	}
	#container_wr.index .church-media .grid-3.mobile .big2 {
		grid-column: 2 / span 2;
		grid-row: 3 / span 2;
	}
	#container_wr.index .church-media .latest-title {
		font-size: 0.8em;
		padding: 15px 10px;
	}
    #container_wr.index .church-media .wrap {
        border-radius: 0;
    }
}

#container_wr.index .vision-center .grid-2 {
    gap: 25px;
}
#container_wr.index .vision-center .grid-2 > li {
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    border-radius: var(--default-radius);
    cursor: pointer;
    height: 100%;
    position: relative;
    overflow: hidden;
}
#container_wr.index .vision-center .grid-2 > li .wrap {
    height: 100%;
}
/*#container_wr.index .vision-center .grid-2 > li:hover {
    transform: translateY(-5px);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}*/
#container_wr.index .vision-center .grid-2 > li .wrap {
    position: relative;
    aspect-ratio: 865 / 500;
    padding: 8% 10%;
}
#container_wr.index .vision-center .grid-2 > li .banner-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
    transition: all 0.3s ease-in-out;
}
#container_wr.index .vision-center .grid-2 > li .banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#container_wr.index .vision-center .grid-2 > li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
#container_wr.index .vision-center .grid-2 > li .wrap > *:not(.banner-bg) {
    position: relative;
    z-index: 2;
}
#container_wr.index .vision-center .grid-2 > li:hover:after {
    background-color: rgba(0, 0, 0, 0.3);
}
#container_wr.index .vision-center .grid-2 > li:hover .banner-bg {
    transform: scale(1.05);
}
#container_wr.index .vision-center .grid-2 > li:hover * {
    color: #FFF !important;
}
#container_wr.index .vision-center .grid-2 .order-1 .en,
#container_wr.index .vision-center .grid-2 .order-1 .ko,
#container_wr.index .vision-center .grid-2 .order-1 .ko * {
	color: #FFF;
}
#container_wr.index .vision-center .grid-2 .flex {
    display: flex;
    align-items: end;
    gap: 20px;
    margin: 0 0 70px;
}
#container_wr.index .vision-center .grid-2 .flex img {
    width: 63px;
}
#container_wr.index .vision-center .grid-2 .btn-wrap img {
    width: 319px;
}
#container_wr.index .vision-center .grid-2 .en {
    font-size: 1.3em;
    padding: 0 0 20px;
}
#container_wr.index .vision-center .grid-2 .ko {
    font-size: 3.7em;
    line-height: 120%;
    color: #000;
	font-weight: 100;
}
#container_wr.index .vision-center .grid-2 b {
	font-weight: 700;
}
#container_wr.index .vision-center .grid-2 .ko .blue {
    font-size: 1.1em;
    font-weight: 700;
    color: #294188;
}
#container_wr.index .vision-center .grid-2 .btn-wrap {
	margin: 6% 0 0 0;
}
#container_wr.index .vision-center .grid-2 .btn-wrap .common-btn {
	font-size: 1.1em;
	font-weight: 500;
	color: #FFF;
	background: #3f5ca7;
	height: 60px;
	display: inline-flex;
	align-items: center;
	padding: 0 40px;
	border-radius: 9999px;
	transition: all 0.3s ease-in-out;
}
#container_wr.index .vision-center .grid-2 .wrap:hover .common-btn {
	background: #FFF;
}
#container_wr.index .vision-center .grid-2 .order-1:hover .en,
#container_wr.index .vision-center .grid-2 .order-1:hover .ko,
#container_wr.index .vision-center .grid-2 .order-1:hover .ko * {
	color: #d9e4ff !important;
}
#container_wr.index .vision-center .grid-2 .wrap:hover .common-btn,
#container_wr.index .vision-center .grid-2 .wrap:hover .common-btn * {
	color: #3f5ca7 !important;
}
@media (max-width: 1450px) {
    #container_wr.index .vision-center .grid-2 {
        font-size: 7.5pt;
    }
    #container_wr.index .vision-center .grid-2 .btn-wrap img {
        width: 225px;
    }
}
@media (max-width: 1100px) {
    #container_wr.index .vision-center .grid-2 {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 640px) {
    #container_wr.index .vision-center .content {
        padding: 0;
    }
    #container_wr.index .vision-center .grid-2 {
        font-size: 6.5pt;
    }
    #container_wr.index .vision-center .grid-2 .flex {
        margin: 0 0 30px;
    }
    #container_wr.index .vision-center .grid-2 .btn-wrap img {
        width: 165px;
    }
}
@media (max-width: 500px) {
    #container_wr.index .vision-center .grid-2 .ko {
        font-size: 2.7em;
    }
    #container_wr.index .vision-center .grid-2 .flex img {
        width: 33px;
    }
}
@media (max-width: 430px) {
    #container_wr.index .vision-center .grid-2 .flex {
        margin: 0 0 10px;
    }
    #container_wr.index .vision-center .grid-2 .btn-wrap img {
        width: 135px;
    }
}

#container_wr.index .online-service .grid-5 {
	column-gap: 25px;
	row-gap: 25px;
}
#container_wr.index .online-service .grid-5 > li {
	-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 .online-service .grid-5 > li:hover {
	transform: translateY(-5px);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}*/
#container_wr.index .online-service .grid-5 .wrap {
	position: relative;
    aspect-ratio: 337.78 / 244.09;
    overflow: hidden;
    border-radius: var(--default-radius);
	width: 100%;
}
#container_wr.index .online-service .grid-5 > li:hover .wrap:before {
	background-color: rgba(0, 0, 0, 0.5);
}
#container_wr.index .online-service .grid-5 .wrap > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transform-origin: top;
    transition: all 0.3s ease-in-out;
}
#container_wr.index .online-service .grid-5 > li:hover img {
    transform: scale(1.15);
}
#container_wr.index .online-service .grid-5 > li .wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
#container_wr.index .online-service .grid-5 > li:hover .wrap:before {
    background-color: rgba(0, 0, 0, 0.3);
}
#container_wr.index .online-service .grid-5 > li:hover .wrap * {
    color: #FFF !important;
    text-shadow: 0 0 18px rgba(255, 255, 255, 0);
}
#container_wr.index .online-service .grid-5 .cont {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
    z-index: 2;
}
#container_wr.index .online-service .grid-5 .cont img {
	display: none;
}
#container_wr.index .online-service .grid-5 .cont span {
    position: relative;
    display: block;
    font-size: 2.5em;
    font-weight: 600;
    color: #222;
    transition: all 0.3s ease-in-out;
    text-shadow: 0 0 18px rgba(255, 255, 255, 1);
}
@media (max-width: 1500px) {
	#container_wr.index .online-service .grid-5 {
		row-gap: 15px;
		column-gap: 15px;
	}
}
@media (max-width: 1200px) {
	#container_wr.index .online-service .grid-5 {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media (max-width: 800px) {
	#container_wr.index .online-service .common-width {
		padding: 0 !important;
	}
	#container_wr.index .online-service .grid-5 {
		grid-template-columns: 1fr 1fr;
		row-gap: 10px;
		column-gap: 10px;
	}
	#container_wr.index .online-service .grid-5 .cont img {
		max-width: 40%;
	}
	#container_wr.index .online-service .grid-5 .cont span {
		font-size: 1.4em;
		font-weight: 700;
	}
}

#container_wr.index .gallery .grid-2 {
	column-gap: 35px;
}
#container_wr.index .gallery .grid-2 > li {
	position: relative;
	overflow: hidden;
}
#container_wr.index .gallery .grid-2 .index-title {
    font-size: 1.9em;
    text-align: left;
    font-weight: 300;
}
#container_wr.index .gallery .grid-2 .index-title .more {
	font-size: 0.8em;
    color: #2a468f;
}
#container_wr.index .gallery .owl-item {
    border-radius: var(--default-radius);
    overflow: hidden;
}
@media (max-width: 1100px) {
	#container_wr.index .gallery .common-width,
	#container_wr.index .gallery:not(.news) .content {
		padding: 0 !important;
	}
}
@media (max-width: 1000px) {
	#container_wr.index .gallery .grid-2 {
		grid-template-columns: 1fr;
		row-gap: 50px;
	}
}
@media (max-width: 640px) {
	#container_wr.index .gallery .grid-2 .index-title {
		text-align: center;
		font-size: 1.8em;
		margin: 0 10px 20px;
	}
	#container_wr.index .gallery .grid-2 .index-title .more {
		display: none;
	}
}

#container_wr.index .news {
    li.bg {
        background: #FFF;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgba(240, 240, 240, 1) 100%);
        background-color: #FFF;
    }
}
#container_wr.index .news .notice li {
    overflow: hidden;
    border-radius: 9999px;
    padding: 0 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
 */

#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;
}
#sub-page + #bo_list {
	max-width: 1200px !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 !important;
    border-radius: var(--default-radius);
    overflow: hidden;
    width: fit-content;
}
#bo_cate_ul > li {
	display: inline-block;
	text-align: center;
	padding: 0;
	width: 16.66%;
    min-width: 115px;
}
#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;
        width: 100%;
	}
	#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;
	cursor: pointer;
}
.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;
	}
}

#sub-sns {
	padding: 30px 0;
	border-bottom: 1px solid #E9E9E9;
}
#sub-sns > .wrap {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
#sub-sns ul {
	column-gap: 30px;
	row-gap: 20px;
	display: grid;
	grid-template-columns: repeat(4, auto);
	width: fit-content;
	align-items: center;
	font-size: 1.1em;
	margin: 0 0 -20px;
}
#sub-sns ul * {
	vertical-align: middle;
}
#sub-sns ul i {
	font-size: 1.3em;
	margin-right: 3px;
}
#sub-sns ul .insta i {
	background: linear-gradient(219deg, rgb(125, 58, 175) 0%, rgb(182, 50, 133) 30%, rgb(248, 24, 1) 67%, rgb(248, 212, 4) 100%);
	color: transparent;
	-webkit-background-clip: text;
}
#sub-sns ul .youtube i {
	color: #fe0000;
}
#sub-sns ul a {
	white-space: nowrap;
	color: #555;
	-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;
}
#sub-sns ul a:hover {
	color: #000;
}
@media(max-width: 1000px) {
	#sub-sns {
		padding: 30px 10px;
	}
}
@media(max-width: 640px) {
	#sub-sns {
		padding: 10px 10px;
	}
	#sub-sns ul {
		grid-template-columns: repeat(2, auto);
		margin: 0 auto -20px;
	}
}

.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,
#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: 10px;
	right: 20px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 3em;
	line-height: 0;
	z-index: 9999999;
	cursor: pointer;
}
#hover-popup-cont.img {
	transform: scale(1);
	border-radius: 0;
	box-shadow: none;
}
#hover-popup-cont.on-full {
	position: fixed;
	width: 100% !important;
	top: 50% !important;
	left: 0 !important;
	transform: translateY(-50%);
	max-height: 90vh;
}
#hover-popup-cont.on-full iframe {
	max-height: 90vh;
}

#hover-popup-cont {
	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 .iframe-hover {
	display: none;
}
#hover-popup-cont a {
	display: block;
	color: #FFF;
	overflow: hidden;
	max-height: 0;
}
#hover-popup-cont.on a {
	max-height: 1000px;
}
#hover-popup-cont img {
	width: 100%;
}
#hover-popup-cont .hover-wrap {
	padding: 5px 10px 12px;
	font-size: 1rem;
}
#hover-popup-cont.on .hover-wrap {
	cursor: pointer;
}
#hover-popup-cont.img .hover-wrap {
	font-size: 1.8em;
}
#hover-popup-cont .hover-wrap span {
	display: block;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFF;
}
#hover-popup-cont .hover-wrap span.btn {
	position: relative;
	display: inline-block;
	top: -1px;
	padding: 0 3px;
	border-radius: 1px;
	background-color: rgba(255, 255, 255, 0.3);
	font-weight: 300;
	line-height: 140%;
	height: auto !important;
	width: 37px;
	text-align: center;
	margin-right: 6px;
	font-size: 0.9em;
	vertical-align: middle;
}
#hover-popup-cont .hover-wrap span.subject {
	font-size: 0.7em;
	height: 18.5px;
	line-height: 18.5px;
	margin-bottom: 3px;
}
#hover-popup-cont.img .hover-wrap span.subject {
	height: 26.5px;
	line-height: 26.5px;
}
#hover-popup-cont .hover-wrap span.datetime,
#hover-popup-cont .hover-wrap span.text,
#hover-popup-cont .hover-wrap span.preacher {
	font-size: 0.6em;
	line-height: 17.5px;
	height: 17.5px;
}

@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;
	}
}
@media (max-width: 640px) {
    #hover-popup-cont .pdf-cont {
        height: 90vh;
    }
}

#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;
	border-color: #949494;
}

#main-slider {
	position: relative;
	padding: 0;
	cursor: pointer;
	margin-top: auto;
	width: 100vw !important;
}
#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 .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 .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, rgb(46, 51, 133) 0%, rgb(46, 51, 133) 31%, rgb(143, 187, 224) 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-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;
}
#main-slider .btn span {
	position: relative;
	z-index: 2;
}
#main-slider .btn.mobile .cont {
	padding-top: 55px;
}
#main-slider .btn.mobile .cont .text-en {
	font-size: 2em;
}
#main-slider .btn.mobile .cont .text-ko {
	margin-top: 10px;
	font-size: 0.8em;
}
#main-slider .btn.mobile .btn {
	margin-top: 20px;
	border-radius: 50px;
	line-height: 50px;
	padding: 0 30px;
}
#main-slider:hover .btn:before {
	background-color: rgba(0, 0, 0, 0.5);
}
#main-slider #edit {
	top: auto;
	bottom: 15px;
}
#main-slider img {
	width: 100vw;
}
#main-slider .iframe-wrap {
	height: 100%;
	padding-bottom: 100%;
}
#main-slider #sub-page {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 10;
	padding: 0;
}
#main-slider #sub-page div {
	color: #FFF;
}
#main-slider #sub-page .common-btn {
	margin: 0 10px 10px;
	min-width: 230px;
}
#main-slider .swiper-slide:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}
#main-slider .swiper-button-prev,
#main-slider .swiper-button-next {
	display: none !important;
	width: 60px !important;
	height: 60px !important;
}
#main-slider .swiper-button-prev:before, #main-slider .swiper-button-prev:after,
#main-slider .swiper-button-next:before,
#main-slider .swiper-button-next:after {
	height: 45px;
	background-color: rgba(255, 255, 255, 0.3) !important;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) !important;
}
#main-slider .swiper-button-prev:hover:before, #main-slider .swiper-button-prev:hover:after,
#main-slider .swiper-button-next:hover:before,
#main-slider .swiper-button-next:hover:after {
	background-color: rgb(255, 255, 255) !important;
}
#main-slider .swiper-button-prev:before,
#main-slider .swiper-button-next:before {
	top: -8px;
}
#main-slider .swiper-button-prev:after,
#main-slider .swiper-button-next:after {
	margin-top: -7px;
}
#main-slider .swiper-pagination {
	bottom: 70px;
}
#main-slider .swiper-pagination-bullet {
	width: 20px !important;
	height: 20px !important;
	border-width: 0 !important;
	background-color: rgba(255, 255, 255, 0.5) !important;
	margin: 0 7px !important;
}
#main-slider .swiper-pagination-bullet:only-child {
	display: inline-block !important;
}
#main-slider .swiper-pagination-bullet-active {
	width: 20px !important;
	background-color: rgb(255, 255, 255) !important;
	opacity: 1 !important;
}
#main-slider .ani-sample {
	position: absolute;
	left: 50%;
	bottom: 50%;
	transform: translate(-50%, 60%);
	z-index: 10;
	text-align: center;
	animation: moveDown 1s ease forwards;
	animation-delay: 3.5s;
	max-width: 98vw;
}
#main-slider .ani-sample * {
	color: #FFF;
}
#main-slider .ani-sample.ani-event {
	opacity: 1 !important;
}
#main-slider .ani-sample .txt-1 {
	font-size: 11.5em;
	font-family: 'Samyukdae';
	line-height: 100%;
	opacity: 0;
	animation: fadeUp 0.8s ease forwards;
	animation-delay: 1s;
}
#main-slider .ani-sample .txt-2 {
	font-size: 2.5em;
	line-height: 100%;
	margin: 0 0 110px;
	opacity: 0;
	animation: fadeUp 0.8s ease forwards;
	animation-delay: 1.5s;
}
#main-slider .ani-sample .btn-wrap {
	animation: fadeUp 0.8s ease forwards;
	animation-delay: 2s;
	opacity: 0;
	display: inline-flex;
	width: fit-content;
	gap: 10px;
	flex-wrap: wrap;
	max-width: 100vw;
	justify-content: center;
	margin: 0 0 5px 0;
}
#main-slider .ani-sample .common-btn {
	position: relative;
	display: inline-grid;
	overflow: hidden;
	min-width: 185px;
	height: 58px;
	border: 1px solid rgba(255, 255, 255, 1);
	cursor: pointer;
	padding: 0 60px 0 25px;
	border-radius: 999px;
	transition: all 0.3s ease-in-out;
	color: #FFF;
	text-align: left;
	align-items: center;
}
#main-slider .ani-sample .common-btn:after {
	content: "→";
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}
#main-slider .ani-sample .common-btn:hover {
	background-color: rgba(255, 255, 255, 1);
	color: #000;
}
#main-slider .ani-sample .common-btn.live .bg-img {
	position: absolute;
	width: 50%;
	top: 0;
	left: 10px;
	opacity: 0.15;
}
#main-slider .ani-sample .common-btn.live .bg-img img {
	width: 100%;
}
#main-slider .ani-sample.fade-out .txt-1,
#main-slider .ani-sample.fade-out .txt-2 {
	opacity: 1;
	animation: fadeOut 0.6s ease forwards;
	animation-delay: 0.5s;
}
@media (max-width: 1100px) {
	#main-slider {
		/*margin-top: 55px !important;*/
	}
	#main-slider .swiper-pagination {
		display: none;
	}
	#main-slider #sub-page {
		transform: translateY(-40%);
	}
	#main-slider .ani-sample .txt-1 {
		font-size: 7em;
	}
}
@media (max-width: 960px) {
	#main-slider .iframe-wrap video {
		width: auto;
	}
}
@media (max-width: 640px) {
	#main-slider .ani-sample .txt-1 {
		font-size: 4.5em;
	}
	#main-slider .ani-sample .txt-2 {
		font-size: 0.8em;
		margin-bottom: 50px;
	}
}
@media (max-width: 420px) {
	#main-slider .ani-sample .txt-1 {
		font-size: 4em;
	}
}
@media (max-width: 460px) {
	#main-slider dd .big10 {
		font-size: 4em !important;
	}
	#main-slider dd .big3 {
		font-size: 1.1em !important;
	}
}

@media (orientation: landscape) and (max-width: 950px) {
	#main-slider .ani-sample .txt-1 {
		font-size: 5em;
	}
	#main-slider .ani-sample .txt-2 {
		font-size: 0.8em;
		margin-bottom: 50px;
	}
	#main-slider .ani-sample .btn-wrap {
		width: 100vw;
	}
}

@keyframes fadeUp {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes moveDown {
	0% {
		bottom: 50%;
	}
	100% {
		bottom: 40%;
	}
}

#radio-button,
#radio-button-multi {
	text-align: center;
	display: inline-flex;
	width: fit-content;
	padding: 0;
	align-items: center;
	vertical-align: middle;
	margin-bottom: 10px;
	gap: 5px;
}
#radio-button input[type=checkbox],
#radio-button input[type=radio],
#radio-button-multi input[type=checkbox],
#radio-button-multi input[type=radio] {
	display: none;
}
#radio-button input[type=checkbox] + label,
#radio-button input[type=radio] + label,
#radio-button-multi input[type=checkbox] + label,
#radio-button-multi 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,
#radio-button-multi input[type=checkbox]:checked + label,
#radio-button-multi input[type=radio]:checked + label {
	color: #FFF;
	background-color: #DB1F1F;
	border-color: #DB1F1F;
}
#radio-button > span,
#radio-button-multi > span {
	flex: 1 1 auto;
	font-size: 1.1em;
	font-weight: 400;
	line-height: 45px;
	padding: 0 20px;
	border-radius: 5px;
	background-color: #F7F7F7;
	border: 1px solid #E7E7E7;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#radio-button.slim > span, #radio-button-multi.slim > span {
	font-size: 1em;
	line-height: 30px;
}

#radio-button > span.on,
#radio-button-multi > span.on {
	background-color: #DB1F1F !important;
	border-color: #DB1F1F !important;
	color: #FFF !important;
}
#radio-button > span:hover,
#radio-button-multi > span:hover {
	background-color: #E7E7E7 !important;
}
#radio-button > span.on:hover,
#radio-button-multi > span.on:hover {
	background-color: #AF1212 !important;
	color: #FFF !important;
}