@charset "utf-8";

@font-face {
	font-family: 'BinggraeTaom'; src: url('./font/BinggraeTaom.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Handletter';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/naverfont_05@1.0/Handletter.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Cafe24Shiningstar';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Shiningstar.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Hardworking';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/naverfont_06@1.0/Hardworking.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/*
 * Common
 */

html,
body {
	height: 100%;
}

* {
	-webkit-box-sizing: border-box;
	-moz-webkit-box: border-box;
	box-sizing: border-box;
	font-family: 'Noto Sans KR', "Nanum Gothic", "나눔고딕", "Lato","Apple SD Gothic Neo", "Malgun Gothic", dotum, sans-serif;
	word-spacing: 0;
	letter-spacing: 0;
	font-weight: 400;
	word-break: keep-all;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
}
*:focus {
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans KR';
}

pre {
	white-space: pre-wrap;
}

img {
	image-rendering: -webkit-optimize-contrast;
	transform: translateZ(0);
	backface-visibility: hidden;
}

[class^='grid'] {
	display: grid !important;
}
[class^='grid'] > * {
	display: flex !important;
	flex-direction: column;
}
[class^='grid'] > * > .cont-wr {
	position: relative;
}
.grid-2 {
	grid-template-columns: 1fr 1fr;
}
.grid-3 {
	grid-template-columns: 1fr 1fr 1fr;
}
.grid-3.auto {
	grid-template-columns: auto auto auto;
}
.grid-4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid-5 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.grid-6 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.grid-7 {
	grid-template-columns: 1fr 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;
}
.grid-2.dl {
	grid-template-columns: 120px auto;
	column-gap: 20px;
	row-gap: 10px;
}
.grid-2.dl2 {
	grid-template-columns: 90px auto;
	row-gap: 5px;
	column-gap: 20px;
}
.grid-2.dl * {
	line-height: 33px;
}
.grid-2.dl > *:nth-of-type(2n-1),
.grid-2.dl > *:nth-of-type(2n-1) .wrap,
.grid-2.dl2 > *:nth-of-type(2n-1),
.grid-2.dl2 > *:nth-of-type(2n-1) .wrap {
	font-weight: 600 !important;
	font-size: 1.05em;
}
.grid-2.dl2 > *:nth-of-type(2n-1),
.grid-2.dl2 > *:nth-of-type(2n-1) .wrap {
	color: #7A0039;
}
.grid-2.dl i {
	margin-right: 5px;
}
@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;
	}
}
@media (max-width: 400px) {
	.grid-2.dl,
	.grid-2.dl2 {
		grid-template-columns: 1fr !important;
	}
}

.table {
	display: table !important;
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
}
.table > * {
	float: unset !important;
	display: table-cell !important;
}

.text-light-gray {
	color: #aaaaa8 !important;
}
.text-gray,
.text-gray-all,
.text-gray-all * {
	color: #838381 !important;
}
.text-dark-gray {
	color: #535353 !important;
}
.text-green {
	color: #379F84;
}
.text-green2 {
	color: #368DA0;
}
.text-light-green {
	color: #c5d841;
}
.text-orange {
	color: #f99d2e;
}
.text-purple {
	color: #A64566;
}
.text-light-blue,
.text-light-blue-all,
.text-light-blue-all * {
	color: #70c6dd !important;
}
.text-blue,
.text-blue-all,
.text-blue-all * {
	color: #102834 !important;
}
.text-dark-blue,
.text-dark-blue-all,
.text-dark-blue-all * {
	color: #0F2833 !important;
}
.text-dark-blue2 {
	color: #38406a !important;
}
.text-red {
	color: #D71921 !important;
}
.text-dark-red {
	color: #7A0039 !important;
}
.text-white,
.text-white-all,
.text-white-all * {
	color: #FFF !important;
}
.text-brown {
	color: #906d03 !important;
}
.text-dark-brown {
	color: #796f58 !important;
}
.text-black,
.text-black-all,
.text-black-all * {
	color: #000 !important;
}
.text-yellow,
.text-yellow-all,
.text-yellow-all * {
	color: #ebf05e !important;
}
.text-dark-yellow,
.text-dark-yellow-all,
.text-dark-yellow-all * {
	color: #e4b224 !important;
}
.font-en {
	font-family: 'Dhurjati', sans-serif !important;
}
.font-brush {
	font-family: 'Nanum Brush Script', cursive !important;
}
.font-pen {
	font-family: 'Nanum Pen Script', cursive !important;
}
.font-covered {
	font-family: 'Covered By Your Grace', cursive !important;
}
.font-dokdo {
	font-family: 'East Sea Dokdo', cursive !important;
}
.font-abril-fatface {
	font-family: 'Abril Fatface', cursive !important;
}
.font-caveat {
	font-family: 'Caveat', cursive !important;
}
.font-myeongjo {
	font-family: 'Gowun Batang', serif !important;
}
.font-concert-one {
	font-family: 'Concert One', cursive !important;
}
.font-handlatter {
	font-family: 'Handletter', serif !important;
}
.font-cafe24-shiningstar {
	/*font-family: 'Cafe24Shiningstar', serif !important;*/
	font-family: 'Hardworking', serif !important;
}
.font-quotes {
	font-family: 'Passion One', cursive;
}
.font-montserrat {
	font-family: 'Montserrat', sans-serif !important;
}
.font-raleway {
	font-family: 'Raleway', sans-serif !important;
}

.pointer {
	cursor: pointer;
}

.iframe-wrap {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	background-color: #e4e4e4;
	overflow: hidden;
}
.iframe-wrap.h300,
.iframe-wrap.h115,
.iframe-wrap.h140 {
	background-color: #333;
}
.iframe-wrap.h300 {
	padding-bottom: 300px;
}
.iframe-wrap.h115 {
	padding-bottom: 115px;
}
.iframe-wrap.h140 {
	padding-bottom: 140px;
}
.iframe-wrap iframe,
.iframe-wrap img,
.iframe-wrap video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.iframe-wrap iframe,
.iframe-wrap video {
	background-color: rgba(0, 0, 0, 0.7);
}
.iframe-wrap.h300 img,
.iframe-wrap.h115 img,
.iframe-wrap.h140 img {
	height: auto;
	top: 50%;
	transform: translateY(-50%);
}
.iframe-wrap.fliphtml {
	padding-bottom: calc(100vh - 200px);
}

.btn,
.more,
button,
.not-draggable {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.divide-line-vertical {
	display: inline-block;
	width: 1px;
	height: 10px;
	background-color: #555;
	margin: 0 10px 0 6px;
}

#container.index #sub-page {
	padding: 0;
}
#edit-page,
#sub-page .edit-page {
	position: absolute;
	display: block;
	left: 50%;
	top: 10px;
	right: 15px;
	text-align: right;
	z-index: 1;
	max-width: 100% !important;
	transform: translateX(-50%);
	margin: 0;
}
#edit {
	position: absolute !important;
	top: 15px;
	right: 15px;
	z-index: 5;
}
@media (max-width: 1100px) {
	#edit-page,
	#sub-page .edit-page {
		top: -55px;
	}
}
#edit i,
#edit-page i,
#sub-page .edit-page i{
	color: #b51818;
	font-size: 2em;
}

.custom-scrollbar {
	scrollbar-3dLight-Color: #D2D2D2;
	scrollbar-arrow-color: #FFF;
	scrollbar-base-color: #D2D2D2;
	scrollbar-Face-Color: #D2D2D2;
	scrollbar-Track-Color: #FFF;
	scrollbar-DarkShadow-Color: #FFF;
	scrollbar-Highlight-Color: #FFF;
	scrollbar-Shadow-Color: #FFF;
}
.custom-scrollbar::-webkit-scrollbar {
	width: 8px;
	border: 1px solid #FFF;
	-webkit-border-radius: 10px;
	border-radius:10px;
}
.custom-scrollbar::-webkit-scrollbar-button:start:decrement,
.custom-scrollbar::-webkit-scrollbar-button:end:increment {
	display: block;
	height: 10px;
	background: rgba(0, 0, 0, 0);
}
.custom-scrollbar::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0,0 ,0 );
}
.custom-scrollbar::-webkit-scrollbar-thumb {
	height: 50px;
	width: 50px;
	background: #D2D2D2;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0);
}

.align-center,
.align-center-all,
.align-center-all * {
	text-align: center !important;
}
.align-left {
	text-align: left !important;
}
.align-right {
	text-align: right !important;
}

.img-full img {
	width: 100%;
}


/**
 * Header
 */

#hd,
#wrapper,
#ft {
	min-width: auto !important;
}
#hd {
	background: unset;
}
#hd *:not(.no-ani),
.ani {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#gnb_open {
	position: absolute;
	display: none;
	top: 8px;
	right: 10px;
	width: 40px;
	border: 0;
	background-size: 70%;
	color: #fff;
	background: none;
	font-size: 2em;
}
#gnb_open,
#user_btn {
	color: #000;
}
@media (max-width: 1100px) {
	#gnb_open {
		display: block;
	}
}

#tnb {
	background-color: #F5F5F5;
	border-bottom-width: 0;
}
#hd_qnb {
	position: absolute;
	top: -50px;
	right: 0;
	display: flex;
	align-items: center;
	height: 50px;
	line-height: 50px !important;
}
#hd.on #hd_qnb {
	display: none;
}
@media (max-width: 1100px) {
	#hd_qnb {
		display: none;
	}
}
#hd.on #hd_qnb {
	height: 95px;
}
#hd_define li,
#hd_qnb li {
	border-right-width: 0;
}
#hd_define > li,
#hd_qnb > li {
	position: relative;
	font-size: 1.05em;
}
#hd_define > li:not(:last-child):before {
	content: '';
	position: absolute;
	top: 15px;
	bottom: 15px;
	right: 0;
	width: 1px;
	background-color: #c0c0c0;
}
#hd_define > li {
	padding: 15px 15px 15px 0;
	margin: 0 15px 0 0;
	white-space: nowrap;
}
#hd_qnb > li {
	padding: 15px 0;
	margin: 0;
}
#hd_define > li a,
#hd_qnb > li a {
	position: relative;
	display: inline-block;
	color: #000;
	padding: 0 15px;
}
#hd_define > li:hover a,
#hd_qnb > li:hover a {
	color: #6ab5f5;
}
#hd_qnb > li:first-child > a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	height: 10px;
	width: 1px;
	transform: translateY(-50%);
	background-color: #FFF;
}
#hd_qnb .sns-icon {
	position: relative;
	display: inline-block;
	/*width: 45px;
	height: 45px;
	border: 1px solid #FFF;
	color: #FFF;
	border-radius: 50%;*/
	margin-left: 15px;
	cursor: pointer;
	font-weight: 300;
	padding-left: 35px;
}
#hd_qnb .sns-icon:hover {
	/*background-color: #6ab5f5;
	border-color: #6ab5f5;*/
}
#hd_qnb .sns-icon.youtube {
	padding-right: 15px;
}
#hd_qnb .sns-icon.youtube:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 10px;
	background-color: #BDBDBD;
}
#hd_qnb .sns-icon.youtube i {
	color: #FE0000;
}
#hd_qnb .sns-icon.youtube:hover i {
	color: #941616;
}
#hd_qnb .sns-icon.flickr:before,
#hd_qnb .sns-icon.flickr:after {
	content: '●';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.1em;
	-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;
}
#hd_qnb .sns-icon.flickr:before {
	left: 0;
	color: #0D65D1;
}
#hd_qnb .sns-icon.flickr:after {
	left: 17px;
	color: #FE007F;
}
#hd_qnb .sns-icon.flickr:hover:before {
	color: #0a4388;
}
#hd_qnb .sns-icon.flickr:hover:after {
	color: #941354;
}
#hd_qnb .sns-icon.flickr i {
	display: none;
}
#hd_qnb .sns-icon i {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 1.8em;
}

#hd_qnb .online-offering {
	background-color: #FFF;
	padding: 0 30px !important;
	margin-left: 15px !important;
	color: #2F3184;
	font-size: 1.2em;
	cursor: pointer;
	line-height: 45px;
	height: 45px;
	border-radius: 45px;
}
#hd_qnb .online-offering:hover {
	color: #FFF;
	background-color: #6ab5f5;
}
#hd_qnb .online-offering i {
	margin-left: 20px;
}

#hd_qnb #top-search {
	position: relative;
	width: 210px;
	padding-left: 30px;
}
#hd_qnb #top-search #sch_stx {
	width: 100%;
	border-color: #BDBDBD;
	border-width: 1px;
	border-left-width: 0 !important;
	border-right-width: 0 !important;
	border-top-width: 0 !important;
	line-height: 29px;
	padding-right: 25px;
}
#hd_qnb #top-search #sch_stx:focus {
	outline: none !important;
	box-shadow: unset !important;
	-webkit-box-shadow: unset !important;
	-moz-box-shadow: unset !important;
	border-color: #BDBDBD !important;
}
#hd_qnb #top-search button {
	position: absolute;
	top: 50%;
	right: 0;
	background-color: rgba(255, 255, 255, 0);
	border-width: 0;
	transform: translateY(-50%);
	margin-top: -2px;
	line-height: 29px;
	font-size: 1.4em;
	color: #BDBDBD;
}

li.member-menu {
	position: relative;
	text-align: center;
	color: rgba(93, 103, 125, 1);
	margin: 0;
}
li.member-menu-sub:before {
	content: '|';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	font-size: 0.7em;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 100;
}
li.member-menu i {
	top: -1px;
	margin-right: 7px;
	font-size: 1em;
}
li.member-menu > span:after {
	content: '▼';
	position: relative;
	display: inline-block;
	font-size: 0.7em;
	transform: scale(0.5);
	top: -1px;
	margin-left: 3px;
}
li.member-menu a {
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: rgba(255, 255, 255, 0.7);
}
li.member-menu a:hover {
	color: rgba(255, 255, 255, 1);
}

li .member-sub-menu,
li .lang-select-menu {
	display: none;
	position: absolute;
	background-color: #FFF;
	top: 42px;
	left: 50%;
	z-index: 1000000;
	padding: 0;
	transform: translateX(-50%);
	min-width: 130px;
	box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.2);
	border: 1px solid #E9E9E9;
	margin-left: 7.5px;
}
li .lang-select-menu {
	min-width: auto;
	left: 0;
	right: 0;
	transform: translateX(0);
	text-align: center;
}
li:hover .member-sub-menu,
li:hover .lang-select-menu {
	display: block;
}
li .member-sub-menu *,
li .lang-select-menu * {
	top: 0;
	white-space: nowrap;
	line-height: 40px;
}

li .member-sub-menu:before,
li .lang-select-menu:before {
	content: '▲';
	position: absolute;
	font-size: 0.75em;
	top: -10px;
	left: 50%;
	color: #E9E9E9;
	transform: translateX(-50%);
}
li .member-sub-menu li,
li .lang-select-menu li {
	line-height: 2.8em !important;
	float: none !important;
	display: block;
	margin: 0 !important;
	padding: 0 10px !important;
	border-top: 1px solid #E0E0E0;
	text-align: left !important;
}
li .member-sub-menu li:first-child,
li .lang-select-menu li:first-child {
	border: none;
}
li .member-sub-menu a,
li .member-sub-menu a:hover,
li .lang-select-menu a,
li .lang-select-menu:hover {
	font-size: 0.9em;
	color: #333 !important;
}

li .member-sub-menu li:hover,
li .lang-select-menu li:hover {
	background-color: #f3f3f3;
}

.lang-select {
	color: rgba(0, 0, 0, 0.5) !important;
	padding: 0 10px !important;
	margin-left: 8px !important;
}
.lang-select .arrow {
	display: inline-block;
	font-size: 0.7em;
	color: rgba(0, 0, 0, 0.5) !important;
	transform: scale(0.7);
}
.lang-select .arrow:before {
	content: '▼';
}
.lang-select:hover .arrow:before {
	content: '▲';
}

#hd {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 156px;
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	min-width: auto;
	z-index: 99999;
	padding-top: 50px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	background-color: #FFF;
}
#hd.on {
	height: 95px;
	background-color: rgba(255, 255, 255, 1);
	padding-top: 0;
}
#hd > .common-width {
	position: relative;
}
#hd > .common-width > * {
	line-height: 107px;
}
#hd.on > .common-width > * {
	line-height: 95px;
}
@media (max-width: 1100px) {
	#hd {
		background-color: #FFF;
		height: 55px !important;
		padding-top: 0;
	}
	#hd > .common-width > * {
		line-height: 55px !important;
	}
	#wrapper.index {
		margin-top: 55px !important;
	}
}

#hd_wrapper {
	width: auto;
	float: left;
	height: auto;
}
#hd_wrapper #logo {
	padding: 0;
	float: unset;
}
#hd.on #hd_wrapper #logo img {
	transform: scale(0.8);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
@media (max-width: 1100px) {
	#hd.on #hd_wrapper #logo img {
		transform: scale(1);
	}
}

#gnb-wr {
	float: right;
}
#gnb {
	position: unset;
	z-index: 1001;
	background-color: rgba(0, 0, 0, 0);
}
#gnb .gnb_wrap {
	width: auto;
	position: unset;
}
#gnb .gnb_menu_btn {
	display: none;
	width: 60px;
	height: 60px;
	background-color: #36499F;
	font-size: 1.6em;
}
#gnb .gnb_menu_btn:hover{
	background-color: #1f2e75;
}
#gnb .gnb_menu_btn .fa-times {
	font-size: 1.5em;
}
#gnb .gnb_search_btn {
	display: none;
	position: relative;
	width: 60px;
	height: 60px;
	background-color: #FFF;
	border: 0;
	vertical-align: top;
	font-size: 2em;
}
#gnb .gnb_search_btn:hover {
	color: #36499F;
}
#gnb .gnb_search_btn:after,
#gnb .gnb_search_btn:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #DADADA;
}
#gnb .gnb_search_btn:before {
	left: 0;
}
#gnb .gnb_search_btn:after {
	right: 0;
}
#gnb .gnb_search_btn .fa-times {
	font-size: 1.2em;
}
#gnb #gnb_1dul {
	width: auto;
	border-width: 0;
	margin: 0 auto;
}
#gnb .gnb_mnal {
	position: absolute;
	top: 0;
}
#gnb #gnb_1dul > li:first-child {
	left: 0;
}
#gnb #gnb_1dul > li:last-child {
	right: 0;
}
#gnb .gnb_1dli {
	position: inherit;
	text-align: center;
	line-height: 60px;
}
#gnb .gnb_1dli:not(.gnb_mnal) {
	/*min-width: 105px;*/
}
#gnb .gnb_1da {
	font-size: 1.5em;
	line-height: 70px;
	color: #000;
	text-align: right;
	padding: 10px 0 27px 60px;
}
@media (max-width: 1200px) {
	#gnb .gnb_1da {
		font-size: 1.3em;
	}
}
#hd.on #gnb .gnb_1da {
	/*line-height: 95px;*/
	font-size: 1.4em;
	padding: 12px 0 15px 60px;
}
#gnb .gnb_1dli:hover > a {
	color: #000;
}
.gnb_1dli.gnb_al_li_plus .gnb_1da {
	padding-right: 15px;
}
#gnb .gnb_1da .normal {
	position: relative;
	display: inline-block;
	top: -10px;
	font-weight: 500;
	line-height: 100%;
}
.gnb_1dli_over .gnb_1da .normal:before {
	content: '▲';
	position: absolute;
	left: 50%;
	top: 70px;
	transform: translateX(-50%);
	font-size: 9pt;
	line-height: 100%;
	color: #e1e1e1;
}
#hd.on .gnb_1dli_over .gnb_1da .normal:before {
	top: 59px;
}
#gnb .gnb_1da small {
	position: absolute;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	font-size: 0.55em;
	line-height: 20px;
	font-weight: 100;
}
#gnb .gnb_1dli .bg {
	display: none;
}
.gnb_2dul {
	top: 105px;
	left: 0;
	right: 0;
	z-index: 9999;
	height: 145px;
}
#hd.on .gnb_2dul {
	top: 95px;
}
.gnb_1dli_over .gnb_2dul {
	display: grid;
	justify-content: center;
	align-items: center;
}
.gnb_2dul .gnb_2dul_box {
	padding: 10px 0;
	border-width: 0;
	box-shadow: 0 0 0 rgb(0 0 0 / 0%);
}
.gnb_2dli {
	display: inline-block;
}
.gnb_2da {
	font-size: 1.3em;
	color: rgba(0, 0, 0, 0.7);
	background-color: rgba(0, 0, 0, 0);
	padding: 0 20px;
}
a.gnb_2da:hover {
	color: rgba(255, 255, 255, 1);
	background-color: #122D38;
}
@media (max-width: 1100px) {
	.gnb_2dul {
		padding: 0 !important;
		height: auto;
	}
	.gnb_2dli {
		display: block;
	}
	#gnb-mobile .gnb_2da {
		font-size: 1.1em;
		line-height: 50px;
		border-bottom: 1px solid #eee;
	}
	.gnb_2dul > .gnb_2dli:last-child .gnb_2da {
		border-bottom-width: 0;
	}
}

#gnb_all {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: #102834;
	border-width: 0;
	height: 0;
	overflow: hidden;
}
#gnb_all.on {
	height: 523px;
	padding: 30px 50px 50px;
}
#gnb_all h2,
#gnb_all .gnb_close_btn {
	display: none;
}
#gnb_all_bg {
	/*display: none !important;*/
	/*background-color: rgba(0, 0, 0, 0) !important;*/
	top: 155px;
	height: 145px;
	background-size: cover !important;
	border: 1px solid #e1e1e1;
	border-left-width: 0;
	border-right-width: 0;
}
#hd.on #gnb_all_bg {
	top: 95px;
}
#hd.hd_zindex #gnb_all_bg {
	display: block !important;
}
#gnb_all .gnb_al_li {
	border-width: 0;
}
#gnb_all .gnb_al_li .gnb_al_a {
	color: #FFF;
	font-size: 1.6em;
	margin-bottom: 20px;
}
#gnb_all .gnb_al_li .gnb_al_a small {
	display: block;
	font-size: 0.7em;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 300;
}
#gnb_all .gnb_al_li li {
	padding: 5px 0;
}
#gnb_all .gnb_al_li li a {
	color: rgba(255, 255, 255, 0.6);
	font-size: 1.3em;
}
#gnb_all .gnb_al_li li a:hover {
	color: #6ab5f5;
}

#ol_before,
#ol_after_hd {
	background-color: #102834 !important;
	line-height: 0;
}
#ol_before a.btn_b01,
#ol_before .btn_b01,
#ol_before .btn_b02 {
	position: relative;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0);
	color: #fff;
	border-radius: 3px;
	padding: 10px;
	border: 0;
	text-decoration: none;
	vertical-align: middle;
}
#ol_before .btn_b01:after {
	content: '';
	position: absolute;
	top: 12px;
	bottom: 12px;
	right: 0;
	width: 1px;
	background-color: #FFF;
}
#ol_after_private {
	display: none;
}
#ol_after_logout {
	background-color: #FFF !important;
	color: #102834 !important;
}
#ol_after_hd strong {
	width: 97px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#gnb-mobile {
	position: fixed;
	background: #efefef;
	top: 0;
	right: 0;
	width: 320px;
	z-index: 99999;
	height: 100%;
	overflow-y:auto;
	transform: translateX(320px);
	-webkit-box-shadow:0 0 5px rgba(55,55,5,0.4);
	-moz-box-shadow:0 0 5px rgba(55,55,5,0.4);
	box-shadow:0 0 5px rgba(55,55,5,0.4)
}
#gnb-mobile.on {
	transform: translateX(0);
}
#gnb-mobile .dummy {
	height: 60px;
	padding: 0 20px;
	color: #FFF;
	margin-bottom: 10px;
	background-color: #102834;
	font-family: 'Nanum Myeongjo', serif;
	font-size: 1.4em;
}
#gnb-mobile #gnb_1dul {
	background: #fff
}
#gnb-mobile #gnb_1dul a {
	display: block;
	color: #000;
}
#gnb-mobile .gnb_1dli {
	position: relative;
	text-align: left;
	line-height: 45px;
}
#gnb-mobile .gnb_1dli button {
	position: absolute;
	top: 5px;
	right: 0;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border: 0;
	font-size: 1.2em;
	background: #fff;
	background: url(../img/mobile/gnb_bg2.png) no-repeat 50% 50%;text-indent:-9999px;
}
#gnb-mobile .gnb_1dli button.btn_gnb_cl {
	background: url(../img/mobile/gnb_bg.png) no-repeat 50% 50%;
}
#gnb-mobile .gnb_1da {
	display: block;
	padding: 5px 20px;
	border-bottom: 1px solid #eee;
	font-weight: bold;
	font-size: 1.2em;
}
#gnb-mobile .gnb_1dli:hover,
#gnb-mobile .gnb_1da:hover {
	background-color: #FFF;
}
#gnb-mobile .gnb_1da.on {
	color: #FFF;
	background-color: #102834;
}
#gnb-mobile .gnb_1dli button {
	top: 7px;
}
#gnb-mobile .gnb_1da small {
	display: none;
}
#gnb-mobile .gnb_2dul {
	position: relative;
	display: none;
	background: #fafafa;
	top: 0;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
#gnb-mobile .divide-line {
	background-color: #efefef;
	height: 15px;
	border-bottom: 1px solid #eee;
}
#gnb-mobile .offering {
	position: relative;
}
#gnb-mobile .offering .gnb_1da {
	font-size: 15pt;
	font-weight: 600;
}
#gnb-mobile .gnb-top-banner > * {
	position: relative;
	padding: 5px 0;
	align-items: center;
}
#gnb-mobile .gnb-top-banner > *:first-child {
	padding-right: 0;
}
#gnb-mobile .gnb-top-banner > *:last-child {
	padding-left: 0;
}
#gnb-mobile .gnb-top-banner > *:first-child:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background-color: #E5E5E5;
}
#gnb-mobile .gnb-top-banner .sub {
	font-size: 0;
}
#gnb-mobile .gnb-top-banner .sub > * {
	display: inline-block;
	font-size: 12pt;
	line-height: 100%;
	vertical-align: middle;
	font-weight: 600;
}
#gnb-mobile .gnb-top-banner .sub small {
	display: block;
	font-size: 7pt;
}
#gnb-mobile .gnb-top-banner img {
	display: inline-block;
	height: 35px;
	margin-right: 10px;
}
#gnb-mobile .gnb-top-banner .icon {
	position: absolute;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #B49868;
	font-size: 12pt;
	font-weight: 600;
	color: #FFF;
	border-radius: 50%;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
#gnb-mobile .gnb_2da {
	padding-left: 30px
}
#gnb_close {
	display: block;
	position: absolute;
	right: 8px;
	top: 10px;
	z-index: 99;
	font-weight: bold;
	margin: 0;
	height: 40px;
	width: 40px;
	border: 0;
	color: #bfb8b2;
	font-size: 2em;
	background: transparent;
}

#search {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: #FFF;
	z-index: 999;
	overflow: hidden;
	height: 0;
}
#search.on {
	height: 523px;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #102834;
}
#hd_sch {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -63%);
	overflow: unset;
	border-radius: 0;
}
#hd_sch h1 {
	color: #102834;
	font-size: 2.5em;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}
#hd_sch form[name="fsearchbox"] {
	border: 3px solid #102834;
	overflow: hidden;
	padding: 8px 5px 8px 10px;
}
#hd_sch #sch_stx,
#hd_sch #sch_submit {
	background-color: rgba(255, 255, 255, 0);
	color: #333;
}
#hd_sch #sch_stx {
	font-size: 1em;
	font-weight: 500;
	border-radius: 0;
	width: 523px;
}
#hd_sch #sch_stx,
#hd_sch #sch_stx:focus {
	outline: none !important;
	box-shadow: unset !important;
	-webkit-box-shadow: unset !important;
	-moz-box-shadow: unset !important;
	border: 0 !important;
}
#hd_sch #sch_submit {
	font-size: 2em;
}
#hd_sch #sch_submit:hover {
	color: #102834;
}

.sub-banner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
#sub-banner {
	min-height: 145px;
	background-size: cover;
	background-position: center;
	/*
    animation-name: zoom-out;
    animation-duration: 3s;
    animation-timing-function: ease-out;
    */
}
.sub-banner.on {
	top: 0;
	/*margin-top: 138px;*/
}
.sub-banner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 1200px;
	transform: translate(-50%, -50%);
	color: #0f2833;
	text-align: center;
	padding-left: 265px;
}
.sub-banner .text * {
	position: relative;
	/*font-family: 'Noto Serif KR', serif;*/
}
.sub-banner .text .en {
	font-size: 1.8em;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.8);
}
/*
.sub-banner .text .en:after {
    content: '';
    display: block;
    margin: 20px auto 10px;
    width: 50px;
    height: 1px;
    background-color: #FFF;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
*/
.sub-banner .text .ko {
	font-size: 2.5em;
	font-weight: 600;
}
@media (max-width: 1100px) {
	.sub-banner {
		top: 0 !important;
	}
	#sub-banner {
		min-height: 120px;
	}
	.sub-banner .text {
		padding: 0;
	}
	.sub-banner .text .en {
		font-size: 12pt;
	}
	/*
    .sub-banner .text .en:after {
        margin: 15px auto 5px;
    }
    */
	.sub-banner .text .ko {
		font-size: 18pt;
	}
}
#sub-banner .table {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 400px;
	padding-top: 100px;
	background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1100px) {
	#sub-banner .table {
		height: 200px;
		padding-top: 70px;
	}
}
#sub-banner .table li {
	text-align: center;
	font-size: 5rem;
	color: #FFF;
}
@media (max-width: 1100px) {
	#sub-banner .table li {
		font-size: 3rem;
	}
}
#sub-banner .table li span {
	display: inline-block;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
@media (max-width: 1100px) {
	#sub-banner .table li span {
		font-size: 0.6em;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
}
#sub-banner .table li small {
	display: block;
	font-size: 0.25em;
	font-weight: 400;
}

#empty-banner {
	height: 135px;
}
@media (max-width: 1100px) {
	#empty-banner {
		height: 90px;
	}
}

/**
 * Index
 */

#wrapper {
	margin-top: 156px;
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}
#hd.on + #wrapper {
	margin-top: 96px;
}
#wrapper.index #container h1 {
	font-size: 2.1em;
	font-weight: 600;
	line-height: 130%;
}
#wrapper.index #container  h1.big {
	font-size: 2.5em;
}
#wrapper.index #container  h3 {
	font-size: 1.4em;
}
@media (max-width: 1200px) {
	#container.index > * {
		padding-left: 10px;
		padding-right: 10px;
	}
	#wrapper.index #container h1 {
		font-size: 1.7em;
	}
	#wrapper.index #container h1.big {
		font-size: 2em;
	}
	#wrapper.index #container h3 {
		font-size: 1.2em;
	}
}
@media (max-width: 1100px) {
	#wrapper {
		margin-top: 56px;
	}
}

#wrapper.index .shortcut-5 .grid-5 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
	justify-content: center;
	align-items: center;
}
#wrapper.index .shortcut-5 .grid-5 .wrap {
	text-align: center;
}
#wrapper.index .shortcut-5 .grid-5 .img {
	position: relative;
	width: 155px;
	height: 155px;
	border: 2px solid #f1f1f1;
	border-radius: 50%;
	margin: 0 auto 15px;
	cursor: pointer;
}
#wrapper.index .shortcut-5 .grid-5 .img:hover {
	background-color: #f1ebeb;
	border-color: #7A0039;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#wrapper.index .shortcut-5 .grid-5 .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#wrapper.index .shortcut-5 .grid-5 .ko {
	font-size: 1.5em;
	font-weight: 600;
}
#wrapper.index .shortcut-5 .grid-5 .en {
	font-weight: 100;
	margin-top: 3px;
	font-size: 1.1em;
}
@media (max-width: 900px) {
	#wrapper.index .shortcut-5 .grid-5 .img {
		width: auto;
		height: 105px;
		border-width: 0;
	}
	#wrapper.index .shortcut-5 .grid-5 .img img {
		max-width: 80%;
	}
}
@media (max-width: 700px) {
	#wrapper.index .shortcut-5 .grid-5 {
		column-gap: 10px;
	}
	#wrapper.index .shortcut-5 .grid-5 .en {
		display: none;
	}
}
@media (max-width: 560px) {
	#wrapper.index .shortcut-5 .grid-5 .ko {
		font-size: 10pt;
		font-weight: 500;
	}
	#wrapper.index .shortcut-5 .grid-5 .img {
		height: 65px;
	}
	#wrapper.index .shortcut-5 .grid-5 .img img {
		height: 60px;
	}
}
@media (max-width: 400px) {
	#wrapper.index .shortcut-5 .grid-5 .ko {
		font-size: 8pt;
	}
}

#wrapper.index .btn.more {
	font-size: 10pt;
	color: #888;
	background-color: #FFF;
	display: inline-block;
	line-height: 25px !important;
	height: auto !important;
	border: 1px solid #AAA;
	padding: 0 15px;
}
#wrapper.index .btn.more:hover {
	background-color: #AAA;
	color: #FFF;
}
@media (max-width: 640px) {
	#wrapper.index .index-latest .left {
		overflow: hidden;
		padding: 0 10px 10px;
	}
	#wrapper.index #sub-page h1 {
		text-align: center;
	}
	#wrapper.index .index-latest h1 {
		text-align: left;
		float: left;
	}
	#wrapper.index .index-latest .comment,
	#wrapper.index .index-latest hr.light {
		display: none;
	}
	#wrapper.index .index-latest .left .btn {
		float: right;
	}

	#wrapper.index .latest-2 .left,
	#wrapper.index .latest-2 .right {
		padding-left: 0;
		padding-right: 0;
	}
}

#wrapper.index .bottom-banner .text small {
	display: block;
	font-size: 1.1em;
	margin-bottom: 10px;
	color: #888;
}
#wrapper.index .bottom-banner .text h1 {
	font-size: 3em !important;
	font-weight: 400 !important;
	margin-bottom: 20px;
}
#wrapper.index .bottom-banner .text h1 span {
	font-size: 1.3em !important;
}
#wrapper.index .bottom-banner .text h3 span {
	position: relative;
	display: inline-block;
	top: -2px;
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 0.9em;
	vertical-align: middle;
	letter-spacing: -5px;
	margin-left: 10px;
	color: #BBB;
}

#wrapper.index .sacrament-7 .grid-7 {
	column-gap: 1px;
}
#wrapper.index .sacrament-7 .grid-7 li {
	position: relative;
	min-height: 240px;
	height: 100%;
	display: grid !important;
	background-size: cover !important;
	align-items: center;
	padding: 10px;
	color: #FFF;
}
#wrapper.index .sacrament-7 .grid-7 li:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #102834;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#wrapper.index .sacrament-7 .grid-7 li:hover:before {
	opacity: 1;
}
#wrapper.index .sacrament-7 .text {
	position: relative;
	font-size: 1.6em;
	z-index: 2;
	text-align: center;
	font-weight: 500;
}
#wrapper.index .sacrament-7 .text small {
	display: block;
	font-size: 0.6em;
	font-weight: 100;
	margin: 15px 0;
}
#wrapper.index .sacrament-7 .arrow img {
	width: 28px;
}
@media (max-width: 900px) {
	#wrapper.index .sacrament-7 .grid-7 {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		row-gap: 1px;
	}
}
@media (max-width: 640px) {
	#wrapper.index .sacrament-7 .grid-7 {
		grid-template-columns: 1fr 1fr;
		row-gap: 1px;
	}
}
@media (max-width: 400px) {
	#wrapper.index .sacrament-7 .grid-7 {
		grid-template-columns: 1fr;
		row-gap: 1px;
	}
	#wrapper.index .sacrament-7 .grid-7 li {
		min-height: inherit;
		padding: 20px 10px;
	}
}


#container_title_wrap {
	display: none !important;
	overflow: hidden;
	border-bottom: 3px solid #102834;
	line-height: 55px;
	height: 73px;
	padding: 10px 0 3px;
}
#container_title_wrap > div > * {
	vertical-align: top;
}

#container_title {
	float: left;
	padding: 0;
	/*text-align: center;*/
}
#container_title > * {
	vertical-align: middle;
}
#container_title span {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	font-weight: 600;
	color: #102834;
	white-space: nowrap;
}

#position-wrap {
	float: right;
}
#board-common-top #position-wrap {
	position: relative;
	float: unset;
}
#position {
	width: 100%;
	margin: 0;
	font-size: 0.75rem;
	margin-top: 5px;
	/*text-align: right;*/
}
#position,
#position * {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#position *:not(i) {
	color: rgba(0, 0, 0, 0.4);
	font-weight: 500;
}
#position i,
#position img {
	display: inline-block;
	/*width: 25px;*/
	/*height: 25px;*/
	color: rgba(0, 0, 0, 0.4);
	/*background-color: #0066b8;*/
	/*border-radius: 50%;*/
	font-size: 0.9em;
	margin-right: 3px;
	text-decoration: none !important;
	text-align: center;
	line-height: 25px;
}
#position img {
	position: relative;
	top: -1px;
}
/*#position a:first-child:before {
    content: '.';
    position: relative;
    display: inline-block;
    top: -3px;
    margin-right: 5px;
}*/
#position > *:after {
	content: '>';
	position: relative;
	display: inline-block;
	font-size: 0.8em;
	top: -2px;
	margin: 0 4px 0 8px;
	font-family: 'Nanum Gothic', sans-serif;
	color: #b2b2b2;
}
#position > *:hover:after {
	color: rgba(0, 0, 0, 0.7) !important;
}
#position > *:last-child:after {
	content: '';
	margin: 0;
}
#position > a:hover,
#position > a:hover * {
	color: #102834;
}


/**
 * Index
 */

#container.index .whats-new-latest {
	padding: 120px 0 !important;
}
@media (max-width: 640px) {
	#container.index .whats-new-latest {
		padding: 80px 0 !important;
	}
}

.index .whats-new .grid-3 {
	column-gap: 35px;
}
.index .whats-new img {
	width: 100%;
}
.index .whats-new .cont {
	position: relative;
	background-color: #FFF;
	padding: 30px 30px 10px;
	margin: -18% 40px 0;
	text-align: center;
}
.index .whats-new .cont .big {
	font-size: 1.1em !important;
	font-weight: 500;
	margin-bottom: 20px;
}
.index .whats-new .cont small {
	display: block;
	line-height: 110%;
	margin-bottom: 60px;
}
.index .whats-new .cont .btn {
	display: inline-block;
	color: #000;
	font-size: 0.9em;
	height: auto;
	line-height: 48px !important;
	border-radius: 50px;
	border: 2px solid #E8E8E8;
	padding: 0 40px;
}
.index .whats-new .grid-3 > li:hover .btn {
	background-color: #000;
	border-color: #000;
	color: #FFF;
}
@media (max-width: 640px) {
	.index .whats-new .grid-3 {
		row-gap: 30px;
	}
	.index .whats-new .cont {
		margin: -18% 20px 0;
	}
	.index .whats-new .cont small {
		margin-bottom: 30px;
	}
}

#container.index .search-form {
	background: linear-gradient(104deg, rgba(46,51,133,1) 0%, rgba(46,51,133,1) 31%, rgba(143,187,224,1) 84%);
}
#container.index .search-form h1 {
	color: #FFF;
}
@media (max-width: 640px) {
	#container.index .schedule {
		padding: 50px 10px !important;
	}
	#container.index .search-form {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
}

/**
 * Container
 */

#container_wr:not(.common-width) {
	width: 100%;
}
#container_wr.common-width {
	margin-bottom: 50px;
}
#main-slider {
	position: relative;
	padding: 0;
	cursor: pointer;
}
#main-slider .swiper-slide {
	display: grid;
	grid-template-columns: 330px auto;
	align-items: normal;
	justify-content: inherit;
}
#main-slider .bg-img {
	position: relative;
}
#main-slider .overlay-color {
	display: none;
}
#main-slider .swiper-container-horizontal > .swiper-pagination-bullets {
	text-align: left;
	bottom: 40px !important;
	left: 40px;
	width: auto;
	max-width: 265px;
}
#main-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	color: rgba(255, 255, 255, 0.5);
	background-color: rgba(255, 255, 255, 0) !important;
	height: auto !important;
	width: 23px !important;
	text-align: center;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 1.3em;
	font-weight: 600;
	margin: 10px 15px 0 0 !important;
	padding-bottom: 2px;
	border-radius: 0 !important;
	border-bottom: 3px solid rgba(0, 0, 0, 0);
}
#main-slider .swiper-pagination-bullet-active {
	color: rgba(255, 255, 255, 1) !important;
	background-color: rgba(255, 255, 255, 0) !important;
	width: auto !important;
	border-bottom-color: #FFF !important;
	border-radius: 0 !important;
}
#main-slider .swiper-button-next,
#main-slider .swiper-button-prev {
	display: none;
}
@media (max-width: 660px) {
	#main-slider .swiper-container {
		height: 380px !important;
	}
	#main-slider .swiper-slide {
		grid-template-columns: 1fr;
	}
	#main-slider .bg-img {
		display: none;
	}
	#main-slider .swiper-container-horizontal > .swiper-pagination-bullets {
		max-width: 100%;
		right: 40px !important;
	}
}

#container {
	width: 100%;
	float: unset;
	margin: 0;
	padding: 50px 0 50px 265px;
	/*overflow: hidden;*/
}
#container.index {
	padding: 0;
	max-width: 100%;
}
#container:not(.index) .common-width {
	max-width: 1330px;
}
@media (max-width: 1100px) {
	#container {
		padding: 50px 0;
	}
}
@media (max-width: 640px) {
	#container {
		padding: 30px 10px 50px;
	}
}


/**
 * Footer
 */

#ft_wr {
	grid-template-columns: 230px auto;
	column-gap: 55px;
}
#ft_wr img {
	/*width: 60%;*/
}
#ft_wr .ft-logo {
	text-align: center;
}
#ft_wr .cont-wr,
#ft_wr .cont-wr *:not(i) {
	color: #555;
	font-size: 0.95em;
	line-height: 150%;
	font-family: 'Raleway', sans-serif;
}
#ft_wr .cont-wr {
	position: relative;
}
#ft_wr .cont-wr a:hover {
	text-decoration: underline;
}
#ft_wr .cont-wr .divide-line {
	display: inline-block;
	border-right: 1px solid #555;
	margin: 0 2px;
	height: 11px;
}
#ft_wr .cont-wr .made-by {
	color: #EFA58A;
}
#ft_wr .cont-wr .made-by:hover {
	color: #be7357;
}
#ft_wr .cont-wr .sns {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#ft_wr .cont-wr .sns > * {
	position: relative;
	display: inline-block;
	width: 38px;
	height: 38px;
	border-radius: 8px;
	overflow: hidden;
	margin-left: 5px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#ft_wr .cont-wr .sns > *:hover {
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}
#ft_wr .cont-wr .sns i {
	position: absolute;
	color: #FFF;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16pt;
}
#ft_wr .cont-wr .sns .facebook {
	background-color: #0180F5;
}
#ft_wr .cont-wr .sns .facebook i {
	margin-top: 5px;
	font-size: 23pt;
}
#ft_wr .cont-wr .sns .twitter {
	background-color: #01CCF7;
}
#ft_wr .cont-wr .sns .youtube {
	background-color: #F30100;
}
#ft_wr .cont-wr .sns .insta {
	background: rgb(125,58,175);
	background: linear-gradient(219deg, rgba(125,58,175,1) 0%, rgba(182,50,133,1) 30%, rgba(248,24,1,1) 67%, rgba(248,212,4,1) 100%);
}
#ft_wr .cont-wr .sns .insta i {
	font-size: 23pt;
}

#ft-editor-text .grid-2 {
	grid-template-columns: auto auto;
	column-gap: 110px;
	align-items: center;
}
#ft-editor-text .grid-2 > li:last-child {
	align-items: end;
}
#ft-editor-text .grid-2 .table.menu {
	width: auto;
}
#ft-editor-text .grid-2 .table.menu > * {
	position: relative;
	padding: 5px 25px 20px;
	font-size: 1.25em;
}
#ft-editor-text .grid-2 .table.menu > *:first-child {
	padding-left: 0;
}
#ft-editor-text .grid-2 .table.menu > *:last-child {
	padding-right: 0;
}
#ft-editor-text .grid-2 .table.menu > *:after {
	content: '';
	position: absolute;
	top: 12px;
	right: 0;
	width: 1px;
	height: 13px;
	background-color: #FFF;
}
#ft-editor-text .grid-2 .table.menu > *:last-child:after {
	opacity: 0;
}
#ft-editor-text .grid-2 .bottom-text {
	font-size: 1em;
}
#ft-editor-text .grid-2 .bottom-text * {
	color: rgba(255, 255, 255, 0.7);
	font-weight: 300;
}
#ft-editor-text .grid-2 .bottom-text > *:first-child {
	margin-bottom: 5px;
}
#ft-editor-text .grid-2 .bottom-text strong {
	display: block;
	font-size: 1.3em;
	margin-bottom: 5px;
	font-weight: 500;
}
#ft-editor-text .grid-2 .copyright {
	font-size: 0.85em;
	font-weight: 100;
}
#ft-editor-text .grid-2 .copyright a {
	color: #7C6546;
}
#ft-editor-text .grid-5 {
	grid-template-columns: auto auto auto auto auto;
	justify-content: center;
	align-items: center;
	column-gap: 20px;
}
#ft-editor-text .grid-5 > li {
	align-items: center;
	cursor: pointer;
}
#ft-editor-text .grid-5 img {
	max-width: 100%;
}
#ft-editor-text .sns-icon {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 45px;
	border: 1px solid #FFF;
	color: #FFF;
	border-radius: 50%;
	margin-left: 10px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#ft-editor-text .sns > *:first-child {
	margin-left: 0;
}
#ft-editor-text .sns-icon:hover {
	background-color: #6ab5f5;
	border-color: #6ab5f5;
}
#ft-editor-text .sns-icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.5em;
}
@media (max-width: 1100px) {
	#ft {
		padding: 0 10px;
	}
	#ft_wr,
	#ft-editor-text .grid-2 {
		grid-template-columns: 1fr;
		row-gap: 30px;
	}
	#ft-editor-text .grid-2 {
		margin-top: 20px;
	}
	#ft-editor-text .grid-2 .bottom-text {
		font-size: 1em;
		text-align: center;
	}
	#ft-editor-text .grid-2 > li:last-child {
		align-items: center;
	}
	#ft-editor-text .sns {
		margin-top: 10px;
	}
}
@media (max-width: 700px) {
	#ft-editor-text .grid-5 {
		grid-template-columns: 1fr 1fr 1fr;
		row-gap: 20px;
	}
}
@media (max-width: 460px) {
	#ft-editor-text .grid-5 {
		grid-template-columns: 1fr 1fr;
	}
}


/* sitemap */
#sitemap .gnb_mnal,
#sitemap .bg {
	display: none !important;
}
#sitemap > .sitemap-cont-wrap {
	display: table;
	width: 100%;
}
#sitemap > .sitemap-cont-wrap > * {
	display: table-cell;
	vertical-align: top;
}
#sitemap .gnb_2dul {
	min-width: 100px;
}
.sitemap-cont-wrap > .logo {
	width: 30%;
}
.sitemap-cont-wrap > .logo img {
	width: 70% !important;
}
.sitemap-cont-wrap > .logo .sns {
	width: 70% !important;
	margin-top: 35px;
	display: table;
}
.sitemap-cont-wrap > .logo .sns > * {
	display: table-cell;
	text-align: center;
}
.sitemap-cont-wrap > .logo .sns > * i {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 34px;
	text-align: center;
	position: relative;
	border: 3px solid rgba(255, 255, 255, 0.7) !important;
	color: rgba(255, 255, 255, 0.7) !important;
	border-radius: 50%;
	margin: 0 3px;
	font-size: 1.5em;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sitemap-cont-wrap > .logo .sns > * i:hover {
	border: 3px solid rgba(255, 255, 255, 1) !important;
	color: rgba(255, 255, 255, 1) !important;
}

.sitemap-cont-wrap > nav {
	width: 70%;
}
@media (max-width: 640px) {
	#sitemap {
		padding-bottom: 0;
	}
	.sitemap-cont-wrap > .logo {
		display: block !important;
		width: 60% !important;
		margin: 0 auto;
	}
	.sitemap-cont-wrap > .logo img {
		width: 100% !important;
	}
	.sitemap-cont-wrap > .logo .sns {
		width: 100% !important;
	}
}

#sitemap #gnb_1dul {
	display: table;
	width: 100%;
	margin: 0 auto;
}
#sitemap .gnb_1dli {
	display: table-cell;
	vertical-align: top;
	padding: 0 20px;
}
#sitemap .gnb_1dli .gnb_1da {
	position: relative;
	height: auto;
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.5);*/
}
/*#sitemap .gnb_1dli .gnb_1da:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.7);
}*/
#sitemap .gnb_1dli .normal {
	height: auto;
	padding: 0 0 10px;
	color: rgba(255, 255, 255, 0.9) !important;
	font-size: 0;
	font-weight: 500;
	white-space: nowrap;
}
#sitemap .gnb_1dli small {
	font-size: 1.1rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.9) !important;
}
#sitemap .gnb_1dli .arrow {
	position: absolute;
	display: none !important;
	overflow: hidden;
	width: 30px;
	height: 1px;
	left: 50%;
	top: auto;
	bottom: 0;
	transform: translateX(-50%);
}
#sitemap .gnb_2dul {
	position: relative !important;
	top: 0;
	overflow: inherit;
	max-height: 100%;
}
#sitemap .gnb_2dul .gnb_2dul_box {
	padding: 0;
}
#sitemap .gnb_2da {
	text-align: left;
	font-size: 0.87rem !important;
	padding: 5px 0;
}

#sitemap .gnb_1dli_over .gnb_2dul,
#sitemap .gnb_1dli_over2 .gnb_2dul {
	background: none;
	border: none;
}
#sitemap .gnb_2da:hover {
	background: none !important;
	color: #FFF !important;
	text-decoration: underline !important;
}


/*
 * ETC
 */

/* loading */
#loading {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99999;
}
#loading span {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 0;
	transform: translate(-50%, -50%);
	font-size: 15em;
	color: rgba(255, 255, 255, 0.8);
}
#loading img {
	max-width: 200px;
}

/* page */
.pg_wrap {
	float: unset;
	display: block;
	text-align: center;
}
.pg_current {
	background: #102834;
	border-color: #102834;
	font-size: 1.083em;
	height: 30px;
	line-height: 28px;
	padding: 0 5px;
	min-width: 30px;
	text-decoration: none;
	border-radius: 3px;
}
@media not all and (min-resolution:.001dpcm) {
	@media {
		.pg_current {
			margin-right: 3px;
		}
	}
}
.pg_page {
	cursor: pointer;
}

/* board noti alarm */
.new-noti {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999999;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.new-noti.on {
	opacity: 1;
}
.new-noti-text {
	padding: 10px 25px;
	background-color: rgba(237, 105, 82, 0.8);
	color: #FFF;
	border-radius: 3px;
}
.new-noti .close {
	display: inline-block;
	margin-left: 10px;
	font-size: 1.2em;
	cursor: pointer;
	color: #FFF !important;
}
.new-noti .blink {
	-webkit-animation: blink 0.5s ease-in-out infinite alternate;
	-moz-animation: blink 0.5s ease-in-out infinite alternate;
	animation: blink 0.5s ease-in-out infinite alternate;
}
.new-noti .blink,
.new-noti .blink * {
	color: #FFF !important;
}

/* Hover Popup */
#hover-popup,
#weekly-popup,
#img-popup {
	position: fixed;
	display: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0);
	z-index: 99999;
}
#hover-popup.on,
#hover-popup.on-full,
#weekly-popup.on-full,
#img-popup.on-full {
	display: block;
}
#hover-popup.on-full,
#weekly-popup.on-full,
#img-popup.on-full {
	background: rgba(0, 0, 0, 0.8);
}

#weekly-popup * {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#weekly-popup > ul {
	display: flex;
	width: 200%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
#weekly-popup > ul li {
	float: left;
	width: 100%;
	max-height: 100vh;
}
#weekly-popup > ul li img,
#img-popup img {
	max-width: 100%;
	max-height: 93vh;
}
#img-popup img {
	max-height: 100%;
}

#weekly-popup nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 0;
	font-weight: 100;
	font-size: 8em;
}

#weekly-popup nav div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #FFF;
	cursor: pointer;
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 10em;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
#img-popup-cont {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
}
#weekly-popup nav div:hover {
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}
#weekly-popup nav div.prev {
	left: 10px;
}
#weekly-popup nav div.prev:before {
	content: '<';
}
#weekly-popup nav div.next {
	right: 10px;
}
#weekly-popup nav div.next:before {
	content: '>';
}
@media (max-width: 640px) {
	#weekly-popup nav div {
		font-size: 5em;
	}
}

#hover-popup-close,
.hover-popup-close {
	display: none;
	cursor: pointer;
}
#hover-popup-close.on-full,
.hover-popup-close.on-full,
#img-popup.on-full #img-popup-close,
#weekly-popup-close {
	position: fixed;
	display: block;
	top: 20px;
	right: 20px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 3em;
	line-height: 0;
	z-index: 9999999;
	cursor: pointer;
}
.hover-popup-close.on-full {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 35pt;
}

#hover-popup-cont {
	position: absolute;
	transform: scale(1);
	border-radius: 5px;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.8);
}
#hover-popup-cont.on,
#hover-popup-cont.on-full {
	transform: scale(1.5);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index: 999999;
	box-shadow: 0 15px 35px rgba(50,50,90,0.3), 0 5px 15px rgba(0,0,0,0.3);
}
#hover-popup-cont.img {
	transform: scale(1);
	border-radius: 0;
	box-shadow: none;
}
#hover-popup-cont.on-full {
	position: fixed;
	width: 100% !important;
	top: 50% !important;
	left: 0 !important;
	transform: translateY(-50%);
	max-height: 90vh;
}
#hover-popup-cont.on-full iframe {
	max-height: 90vh;
}

#hover-popup-cont .iframe-hover {
	display: none;
}
#hover-popup-cont a {
	display: block;
	color: #FFF;
	overflow: hidden;
	max-height: 0;
}
#hover-popup-cont.on a {
	max-height: 1000px;
}
#hover-popup-cont img {
	width: 100%;
}
#hover-popup-cont .hover-wrap {
	padding: 5px 10px 12px;
	font-size: 1rem;
}
#hover-popup-cont.on .hover-wrap {
	cursor: pointer;
}
#hover-popup-cont.img .hover-wrap {
	font-size: 1.8em;
}
#hover-popup-cont .hover-wrap span {
	display: block;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFF;
}
#hover-popup-cont .hover-wrap span.btn {
	position: relative;
	display: inline-block;
	top: -1px;
	padding: 0 3px;
	border-radius: 1px;
	background-color: rgba(255, 255, 255, 0.3);
	font-weight: 300;
	line-height: 140%;
	height: auto !important;
	width: 37px;
	text-align: center;
	margin-right: 6px;
	font-size: 0.9em;
	vertical-align: middle;
}
#hover-popup-cont .hover-wrap span.subject {
	font-size: 0.7em;
	height: 18.5px;
	line-height: 18.5px;
	margin-bottom: 3px;
}
#hover-popup-cont.img .hover-wrap span.subject {
	height: 26.5px;
	line-height: 26.5px;
}
#hover-popup-cont .hover-wrap span.datetime,
#hover-popup-cont .hover-wrap span.text,
#hover-popup-cont .hover-wrap span.preacher {
	font-size: 0.6em;
	line-height: 17.5px;
	height: 17.5px;
}

#hover-popup.on-full.text-popup {
	background-color: rgba(0, 0, 0, 0.7) !important;
}
#hover-popup-cont.on-full.text-popup {
	max-width: 1000px;
	max-height: 100%;
	width: 100%;
	background-color: #FFF !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	overflow: auto;
	padding: 20px 35px;
	border-radius: 10px !important;
}
#hover-popup-cont.on-full.text-popup > *,
#hover-popup-cont.on-full.text-popup #sub-page > * {
	width: auto !important;
	display: block !important;
}
#hover-popup-cont.on-full.text-popup #sub-page {
	padding: 20px 30px;
}
.hover-popup-close.on-full.text-popup {
	top: 10px;
	transform: translateY(0);
	color: rgba(0, 0, 0, 0.7);
}
.hover-popup-close.on-full.text-popup:hover {
	color: rgba(0, 0, 0, 1);
}

@media (max-width: 1100px) {
	#hover-popup {
		background-color: rgba(0, 0, 0, 1);
	}
	#hover-popup.on .close,
	#hover-popup.on-full .close {
		position: absolute;
		display: block;
		top: 20px;
		right: 20px;
		color: rgba(255, 255, 255, 0.8);
		font-size: 3em;
		line-height: 0;
	}

	#hover-popup-cont.on,
	#hover-popup-cont.on-full {
		position: fixed;
		transform: scale(1) translateY(-50%);
		border-radius: 0;
		box-shadow: none;
		top: 50% !important;
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		-webkit-transition: all 0s ease-out;
		-moz-transition: all 0s ease-out;
		-o-transition: all 0s ease-out;
		transition: all 0s ease-out;
	}
	#hover-popup-cont .hover-wrap span.btn {
		font-size: 0.8em;
		width: 60px;
		border-radius: 3px;
		margin-right: 10px;
	}
	#hover-popup-cont .hover-wrap span.subject {
		font-size: 1.2em;
		height: 37px;
		line-height: 37px;
	}
	#hover-popup-cont .hover-wrap span.datetime,
	#hover-popup-cont .hover-wrap span.text,
	#hover-popup-cont .hover-wrap span.preacher {
		font-size: 1em;
		height: 35px;
		line-height: 35px;
	}
}

#hover-popup-cont.letterbox {
	left: 50% !important;
	transform: scale(1) translate(-50%, -50%);
}


/*
 * Popup
 */
@media (max-width: 1100px) {
	.hd_pops {
		position: fixed !important;
		top: 50% !important;
		left: 0 !important;
		right: 0 !important;
		transform: translateY(-50%);
	}
	.hd_pops_con {
		width: 100% !important;
		height: auto !important;
	}
	.hd_pops_con img {
		width: 100%;
	}
}


/*
 * Right Fix Banner
 */
#fix-banner {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: 620px;
}
#fix-banner.block {
	display: block;
}
#fix-banner.index {
	top: 790px;
}
#fix-banner.board {
	top: 237px;
}
#fix-banner.fixed {
	top: 80px;
	position: fixed;
}
@media (max-width: 1520px) {
	#fix-banner {
		display: none !important;
	}
}

/**
 * Side Menu
 */

#sub-menu {
	position: absolute;
	top: -115px;
	left: 0;
	width: 220px;
	z-index: 999;
}
#sub-menu .top-menu {
	background-color: #102834;
	text-align: center;
	color: #FFF;
	padding: 40px 10px;
}
#sub-menu .top-menu > * {
	display: block;
}
#sub-menu .top-menu .en {
	font-size: 1.3em;
	font-weight: 100;
}
#sub-menu .top-menu .ko {
	font-size: 2.5em;
	font-weight: 500;
	line-height: 100%;
}
#sub-menu ul > li {
	position: relative;
	border: 1px solid #e4e4e4;
	border-top-width: 0;
	padding: 15px 25px;
	font-size: 1.2em;
	-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;
	cursor: pointer;
}
#sub-menu ul > li:hover,
#sub-menu ul > li.on {
	background-color: #7A0039;
	border-color: #7A0039;
	color: #FFF;
}
#sub-menu ul > li:hover:after,
#sub-menu ul > li.on:after {
	position: absolute;
	right: 25px;
	top: 50%;
	content: '>';
	font-family: 'Fjalla One', sans-serif;
	transform: translateY(-50%);
	font-size: 1.3em;
	font-weight: bold;
}


/**
 * Sub Page
 */

#sub-page {
	margin: 0 auto;
	position: relative;
}
#sub-page * {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	line-height: 170%;
}
#sub-page *:not(i) {
	font-family: "Noto Sans KR";
}

#sub-page .common-width {
	max-width: 1200px !important;
	padding: 0;
}

#sub-page .underline {
	display: inline-block;
	text-decoration: underline !important;
}

#sub-page .edit-page {
	position: absolute;
	display: block;
	top: -50px;
	right: 15px;
	text-align: right;
	z-index: 1;
}
@media (max-width: 1100px) {
	#sub-page .edit-page {
		top: -55px;
	}
}
#sub-page .edit-page i {
	color: #b51818;
	font-size: 2em;
}

.hover-underline:hover {
	text-decoration: underline !important;
}

#sub-page b,
#sub-page b *,
[id^='addon-']  b,
[id^='addon-']  b * {
	font-weight: 600;
}

#sub-page .vtop {
	vertical-align: top;
}
#sub-page .vmiddle {
	vertical-align: middle;
}
#sub-page .vbottom {
	vertical-align: bottom;
}

#sub-page .table {
	display: table;
	width: 100%;
}
#sub-page .table > * {
	display: table-cell;
}
@media (max-width: 760px) {
	#sub-page .table {
		display: block !important;
	}
	#sub-page .table > * {
		display: inline-block !important;
	}

	#sub-page .mobile-center {
		text-align: center !important;
		width: 100% !important;
	}
}

#sub-page .inline-wrap > * {
	display: inline-block;
	margin-right: 28px;
}
#sub-page.tour .inline-wrap > * {
	margin-right: 10px;
}
#sub-page.tour .inline-wrap img {
	width: 100%;
	height: auto;
}
@media (max-width: 640px) {
	#sub-page .inline-wrap {
		text-align: center;
	}
	#sub-page .inline-wrap > * {
		margin-right: 0;
	}
}

#sub-page .block-wrap > * {
	display: block;
}

#sub-page h1 {
	font-size: 2.2em;
	line-height: 55px;
}
#sub-page h2 {
	font-size: 2.5em;
	line-height: 40px;
	text-align: center;
	margin-bottom: 60px;
}
#sub-page h2.white {
	color: #FFF;
}
#sub-page h2 > * {
	display: inline-block;
	font-weight: 600;
	border-bottom: 3px solid #0066B8;
}
#sub-page h2.white > * {
	border-color: #FFF;
}
#sub-page h3 {
	font-size: 1.3em;
	line-height: 45px;
}
#sub-page h4 {
	font-size: 1.1em;
	line-height: 40px;
}
@media (max-width: 640px) {
	#sub-page h1 {
		font-size: 1.8em;
	}
	#sub-page h2 {
		margin-bottom: 30px;
	}
	#sub-page h3 {
		font-size: 1em;
		line-height: 150%;
	}
}

#sub-page .box {
	border: 1px solid #e5e5e5;
	padding: 30px 25px;
}
#sub-page .box.gray {
	border-color: #F7F7F7;
	background-color: #F7F7F7;
	padding: 50px 70px;
}
#sub-page dl *:not(i) {
	font-weight: 300;
}
#sub-page dt,
#sub-page dt *,
#container_wr dt,
#container_wr dt * {
	font-weight: 500 !important;
}
#sub-page dt,
#container_wr dt {
	position: relative;
	padding: 0 0 10px;
	line-height: 29px;
	font-size: 22pt;
	color: #000;
	font-weight: 400 !important;
}
#sub-page dt {
	color: #3849A3;
	line-height: 150%;
	font-weight: 600 !important;
}
#sub-page dt.front-line {
	padding-left: 15px;
}
#sub-page dt.front-line:before {
	content: '';
	position: absolute;
	top: 9px;
	bottom: 12px;
	left: 0;
	width: 3px;
	background-color: #024c80;
}
#sub-page dt.upper-bar {
	position: relative;
	padding: 15px 0 20px;
}
#sub-page dt.upper-bar:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 1px;
	background-color: #000;
}
#sub-page .front-dot {
	position: relative;
	padding-left: 10px;
}
#sub-page dt.front-dot {
	font-size: 1.7em;
	font-weight: 600 !important;
	padding-left: 15px;
}
#sub-page .front-dot:before {
	content: '.';
	position: absolute;
	left: 0;
	top: -5px;
}
#sub-page dt.front-dot:before {
	content: '●';
	color: #FFCD38;
	top: -6px;
	font-size: 8pt;
	transform: scale(0.7);
}
#sub-page dt .sub-en {
	position: relative;
	display: inline-block;
	padding-left: 10px;
	margin-left: 10px;
	font-weight: 300 !important;
}
#sub-page dt .sub-en:before {
	content: '';
	position: absolute;
	top: 10px;
	bottom: 5px;
	left: 0;
	width: 1px;
	background-color: rgba(0, 0, 0, 1);
}
#sub-page dt .big {
	font-size: 1.5em;
	line-height: 130%;
}
#sub-page dt .big2 {
	font-size: 1.8em;
	line-height: 130%;
}
#sub-page dd,
#container_wr dd {
	position: relative;
	font-weight: 300 !important;
	line-height: 180%;
	font-size: 12pt;
	color: #000;
	letter-spacing: -0.5px;
}
#container_wr dd.big {
	font-size: 15pt;
	letter-spacing: -1px;
}
#sub-page dd .big {
	font-size: 1.5em;
}
#sub-page .big .en {
	display: inline-block;
	margin-left: 5px;
	color: #ADADAD;
}
#sub-page dd .big2 {
	font-size: 1.8em;
}
#sub-page dd .big3 {
	font-size: 2.5em;
	line-height: 120%;
}
#sub-page dd .big4 {
	font-size: 2.3em;
	line-height: 120%;
}
#sub-page dd .big5 {
	font-size: 1.2em;
	line-height: 180%;
}
#sub-page dd .small {
	display: inline-block;
	font-size: 10.5pt;
	color: #a2a2a2;
}
#sub-page dd .dot:after {
	content: '.';
	position: relative;
	display: inline-block;
	margin-right: 4px;
	top: -5px;
}
#sub-page dd [class^="before-dot"]:before {
	content: '.';
	position: relative;
	display: inline-block;
	margin-right: 4px;
	top: -5px;
}
#sub-page .before-dot-blue:before {
	color: #4466E2;
	font-weight: 800;
	font-size: 1.5em;
	top: -7px !important;
}
#sub-page .before-dot-blue.before-dot-padding {
	position: relative;
	padding-left: 15px;
}
#sub-page .before-dot-blue.before-dot-padding:before {
	position: absolute;
	left: 0;
}
#sub-page dd .small.padding {
	padding:  0 0 0 10px !important;
}
@media (max-width: 1024px) {
	#sub-page dl.box,
	#sub-page .box.gray {
		padding: 30px 20px;
	}
	#sub-page dt,
	#container_wr dt {
		line-height: 35px;
		font-size: 16pt;
	}
	#sub-page dd ,
	#container_wr dd {
		line-height: 28px;
		font-size: 11pt;
	}
	#sub-page dt.upper-bar {
		padding: 5px 0 10px;
	}
	#container_wr dd.big {
		font-size: 12pt;
	}
	#sub-page dd .big {
		font-size: 13pt;
	}
	#sub-page dd .big2 {
		font-size: 14pt;
	}
	#sub-page dd .small {
		font-size: 10pt;
	}
}

#sub-page .front-number-box li {
	position: relative;
	padding: 0 0 20px 70px;
	counter-increment: index;
	list-style: decimal-leading-zero;
}
#sub-page .front-number-box li:before {
	content: "0" counter(index);
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #0F2833;
	color: #FFF;
	font-weight: 600;
	font-size: 1.4em;
}
#sub-page .front-number-box li:nth-of-type(n+10):before {
	content: counter(index);
}

#wrapper.index .divide-line,
#sub-page .divide-line {
	width: 100%;
	height: 1px;
	background-color: #eaeaea;
	margin: 10px 0;
}

#sub-page div.title-line {
	width: 100%;
	height: 0;
	border-top: 1px solid #D3D4C6;
	position: relative;
	margin-top: 100px;
}
#sub-page div.title-line > div {
	position: absolute;
	top: -4px;
	left: 0;
	width: 50px;
	height: 0;
	border-top: 3px solid #75C9B2;
}

#sub-page .image-half {
	font-size: 0;
}
#sub-page .image-half > * {
	display: inline-block;
	width: 50%;
	margin-bottom: 10px;
}
#sub-page .image-half > li:first-child {
	text-align: left;
}
#sub-page .image-half > li:last-child {
	text-align: right;
}
#sub-page .image-half img {
	width: 99%;
	height: auto;
}
@media (max-width: 640px) {
	#sub-page .image-half > * {
		width: 100%;
	}
	#sub-page .image-half img {
		width: 100%;
	}
}

#sub-page .statement-of-faith {
	max-width: 1080px;
	margin: 0 auto;
}
#sub-page .statement-of-faith > li {
	border-bottom: 1px solid #E0E0E0;
	padding-top: 50px;
	padding-bottom: 50px;
}
#sub-page .statement-of-faith > li:first-child {
	width: 162px;
	vertical-align: top;
}
#sub-page .statement-of-faith > li:last-child {
	text-align: justify;
	font-size: 0.8em;
	line-height: 30px;
}
@media (max-width: 760px) {
	#sub-page .statement-of-faith > li:first-child {
		text-align: center;
		border: none;
		width: 100%;
		padding-bottom: 0;
	}
}

#sub-page .sacrament .box .grid-2 {
	grid-template-columns: auto 260px;
	align-items: center;
}
#sub-page .sacrament .box .grid-2 .btn {
	display: block;
	color: #FFF;
	cursor: pointer;
	font-size: 1em;
	background-color: #0F2833;
	font-weight: 600;
	line-height: 45px !important;
	height: 45px !important;
	text-align: center;
	border-radius: 3px;
}
@media (max-width: 1000px) {
	#sub-page .sacrament .box .grid-2 {
		grid-template-columns: 1fr;
		row-gap: 20px;
	}
}

#sub-page .mass_schedule table th,
#sub-page .mass_schedule table td {
	font-weight: 600;
}
#sub-page .mass_schedule table th div {
	font-size: 0.8em;
}
#sub-page .mass_schedule table td div,
#sub-page .mass_schedule table td span {
	font-size: 0.9em;
}
#sub-page .mass_schedule table.h2 th {
	height: 118px;
}
#sub-page .mass_schedule table.h2 td {
	text-align: left;
	padding-left: 35px;
	padding-right: 35px;
}
@media (max-width: 640px) {
	#sub-page .mass_schedule table.h2 th {
		height: auto;
	}
	#sub-page .mass_schedule table.h2 td {
		text-align: left;
		padding-left: 15px;
		padding-right: 15px;
	}
}

#sub-page .location .grid-2 {
	grid-template-columns: 0.4fr 0.6fr;
	column-gap: 30px;
}
#sub-page .location .grid-2 .iframe-wrap {
	padding-bottom: 60%;
}
#sub-page .location .grid-7 {
	grid-template-columns: auto auto auto auto auto auto auto;
	border-left: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}
#sub-page .location .grid-7 > * {
	border-right: 1px solid #E0E0E0;
	min-width: 110px;
}
#sub-page .location .grid-7 .th {
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	background-color: #F7F7F7;
	font-weight: 600;
	font-size: 1.2em;
}
#sub-page .location .grid-7 .th,
#sub-page .location .grid-7 .td {
	text-align: center;
	padding: 23px 10px;
}
#sub-page .location .grid-7 .th div,
#sub-page .location .grid-7 .td div {
	font-size: 0.8em;
}
@media (max-width: 800px) {
	#sub-page .location .grid-7 {
		grid-template-columns: 1fr;
	}
	#sub-page .location .grid-7 .th {
		padding: 10px;
	}
}
@media (max-width: 670px) {
	#sub-page .location .grid-2 {
		grid-template-columns: 1fr;
		row-gap: 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;
	}
}


#sub-page .about_the_parish.banner > li {
	padding: 0 50px;
}
#sub-page .about_the_parish.banner .content .table {
	width: auto;
}
#sub-page .about_the_parish.banner .content .table > li {
	vertical-align: middle;
}
#sub-page .about_the_parish.banner .content .table > li:last-child {
	padding-left: 20px;
	font-size: 2.4em;
}

#sub-page .about_the_parish .grid-2 {
	grid-template-columns: auto auto;
	row-gap: 30px;
	column-gap: 40px;
}
@media (max-width: 760px) {
	#sub-page .about_the_parish .grid-2 {
		grid-template-columns: 1fr;
	}
	#sub-page .about_the_parish.banner > li {
		padding: 50px 20px;
	}
	#sub-page .about_the_parish.banner .content .table {
		display: table !important;
	}
	#sub-page .about_the_parish.banner .content .table > * {
		display: table-cell !important;
	}
	#sub-page .about_the_parish.banner .content .table img {
		width: 100%;
	}
}
@media (max-width: 420px) {
	#sub-page .about_the_parish.banner .content .table > li:last-child {
		font-size: 2em;
		white-space: nowrap;
	}
}

#sub-page .father .grid-2 {
	grid-template-columns: auto 386px;
	column-gap: 60px;
}
#sub-page .father .img {
	position: relative;
	text-align: right;
}
#sub-page .father .img .text {
	position: absolute;
	bottom: 30px;
	left: 35px;
	color: #FFF;
	font-size: 1.5em;
	text-align: left;
}
#sub-page .father .img .text small {
	display: block;
	font-size: 0.7em;
	font-weight: 100 !important;
}
#sub-page .father .copyright {
	font-size: 3em;
}
@media (max-width: 1100px) {
	#sub-page .father {
		padding: 0 10px;
	}
	#sub-page .father .img-full {
		margin-bottom: 30px;
	}
	#sub-page .father .grid-2 {
		grid-template-columns: 1fr;
	}
	#sub-page .father .grid-2 .img {
		display: none;
	}
}

#sub-page .sister .grid-2 {
	grid-template-columns: 335px auto;
	column-gap: 60px;
}
#sub-page .sister .img {
	position: relative;
}
#sub-page .sister .img img {
	width: 100%;
}
#sub-page .sister .text {
	position: absolute;
	bottom: 25px;
	right: 30px;
	font-weight: 400;
	text-align: right;
}
#sub-page .sister .plus {
	transform: scale(3);
	display: inline-block;
	margin: 0 15px;
}
@media (max-width: 1100px) {
	#sub-page .sister {
		padding: 0 10px;
	}
	#sub-page .sister .grid-2 {
		grid-template-columns: 1fr;
		row-gap: 30px;
	}
}

#sub-page .staff .img-full {
	text-align: center;
}
#sub-page .staff .img-full img {
	max-width: 100%;
	width: auto;
}

#sub-page .small_community .banner,
#sub-page .sacrament .banner {
	padding: 30px 35px;
	color: #FFF;
}
#sub-page .small_community .banner .grid-2,
#sub-page .sacrament .banner .grid-2 {
	grid-template-columns: 107px auto;
	align-items: center;
	column-gap: 35px;
}
#sub-page .small_community .banner .grid-2 .wrap,
#sub-page .sacrament .banner .grid-2 .wrap {
	font-size: 2.2em;
	font-weight: 600;
	line-height: 100% !important;
}
#sub-page .small_community .banner .grid-2 small,
#sub-page .sacrament .banner .grid-2 small {
	font-size: 0.55em;
}
#sub-page .small_community .grid-2.element {
	grid-template-columns: 90px auto;
	column-gap: 35px;
	row-gap: 20px;
	align-items: center;
}
#sub-page .small_community .grid-2.element > *:nth-of-type(2n-1) {
	position: relative;
	display: grid !important;
	color: #FFF;
	height: 100%;
	align-items: center;
	text-align: center;
	font-family: 'Hardworking', serif !important;
	font-size: 2.3em;
	min-height: 70px;
	overflow: hidden;
}
#sub-page .small_community .grid-2.element > *:nth-of-type(2n-1):before {
	content: '';
	position: absolute;
	width: 23px;
	height: 7px;
	bottom: 12px;
	right: 0;
	background-color: #FFF;
}
#sub-page .small_community .grid-2.element > *:nth-of-type(2n-1):after {
	content: '';
	position: absolute;
	width: 7px;
	height: 27px;
	bottom: 0;
	right: 8px;
	background-color: #FFF;
}
#sub-page .small_community .grid-2.element > *:nth-of-type(2n) {
	font-size: 0.95em;
}
#sub-page .small_community .grid-2.element .num-1 {
	background-color: #0F2833;
}
#sub-page .small_community .grid-2.element .num-1 + li .wrap div {
	color: #0F2833;
}
#sub-page .small_community .grid-2.element .num-2 {
	background-color: #195039;
}
#sub-page .small_community .grid-2.element .num-2 + li .wrap div {
	color: #195039;
}
#sub-page .small_community .grid-2.element .num-3 {
	background-color: #7a6d00;
}
#sub-page .small_community .grid-2.element .num-3 + li .wrap div {
	color: #7a6d00;
}
#sub-page .small_community .grid-2.element .num-4 {
	background-color: #7a0039;
}
#sub-page .small_community .grid-2.element .num-4 + li .wrap div {
	color: #7a0039;
}
#sub-page .small_community table,
#sub-page .affiliated_organizations table,
#sub-page .piety_group table {
	padding: 0;
	border-spacing: 0;
	border: none;
	border-bottom: 1px solid #DADADA;
}
#sub-page .small_community table th,
#sub-page .small_community table td {
	padding: 0;
}
#sub-page .affiliated_organizations table th,
#sub-page .affiliated_organizations table td,
#sub-page .piety_group table th,
#sub-page .piety_group table td {
	padding: 20px 30px;
}
#sub-page .small_community table td,
#sub-page .affiliated_organizations table td,
#sub-page .piety_group table td {
	border-bottom-width: 0;
}
#sub-page .small_community table th,
#sub-page .affiliated_organizations table th,
#sub-page .piety_group table th {
	border: none;
	font-size: 1em;
	border-top: 1px solid #DADADA;
}
#sub-page .small_community table tr:nth-of-type(2n-1) > td:first-child,
#sub-page .affiliated_organizations table .title,
#sub-page .piety_group table .title {
	font-size: 1.1em;
	font-weight: 600;
	color: #0F2833;
	padding: 15px;
	min-width: 150px;
}
#sub-page .small_community table .grid-2 {
	grid-template-columns: 240px auto;
}
#sub-page .small_community table .grid-4 {
	grid-template-columns: 240px 1fr 1fr 1fr;
}
#sub-page .small_community table .grid-5 {
	grid-template-columns: 240px 1fr 1fr 1fr 1fr;
}
#sub-page .small_community table [class^="grid-"] > li {
	border-left: 1px solid #DADADA;
	padding: 15px;
}
#sub-page .small_community table [class^="grid-"] > li:first-child {
	border-left-width: 0;
}

#sub-page .affiliated_organizations table [class^="grid"] {
	text-align: left;
	column-gap: 20px;
}
#sub-page .affiliated_organizations table [class^="grid"] div:before {
	content: '.';
	position: relative;
	display: inline-block;
	top: -4px;
	margin-right: 5px;
}
#sub-page .affiliated_organizations table [class^="grid"] div[data-front="*"]:before {
	content: '*';
	top: 4px;
}
@media (max-width: 1100px) {
	#sub-page .small_community .pc {
		display: grid !important;
	}
	#sub-page .small_community .mobile {
		display: none !important;
	}
}
@media (max-width: 640px) {
	#sub-page .small_community .pc {
		display: none !important;
	}
	#sub-page .small_community .mobile {
		display: block !important;
	}
	#sub-page .small_community .banner {
		padding: 20px 15px;
	}
	#sub-page .small_community .grid-2.element {
		grid-template-columns: 1fr;
	}
	#sub-page .small_community table td,
	#sub-page .small_community table th,
	#sub-page .affiliated_organizations table td,
	#sub-page .affiliated_organizations table th {
		display: block;
		width: 100%;
	}
	#sub-page .affiliated_organizations table td,
	#sub-page .affiliated_organizations table th {
		border-left-width: 0;
		border-right-width: 0;
	}
	#sub-page .small_community table tr:nth-of-type(2n-1) > td:first-child {
		border-right-width: 0;
	}
	#sub-page .small_community table [class^="grid-"] > li {
		border-width: 0;
	}
	#sub-page .small_community table [class^="grid-"] > li:nth-of-type(2n) {
		background-color: #FFF;
	}
}

#sub-page .association .grid-2.dl2 {
	grid-template-columns: 80px auto;
}
#sub-page .association .grid-2.dl2 > *:nth-of-type(2n-1) {
	position: relative;
}
#sub-page .association .grid-2.dl2 > *:nth-of-type(2n-1):after {
	content: ':';
	position: absolute;
	top: 0;
	right: -10px;
}

#sub-page .piety_group .box .grid-3 {
	row-gap: 15px;
	column-gap: 20px;
}
#sub-page .piety_group .btn {
	display: inline-block;
	font-size: 1em;
	font-weight: 600;
	line-height: 25px;
	height: 25px;
	margin-right: 3px;
}
#sub-page .piety_group .btn.dark-red {
	color: #FFF;
	background-color: #7A0039;
}


#sub-page.contact_us-cont .grid-3 {
	column-gap: 115px;
	max-width: 1180px;
	margin: 0 auto;
}
#sub-page.contact_us-cont .grid-3 > * {
	text-align: center;
}
#sub-page.contact_us-cont .grid-3 .img {
	position: relative;
}
#sub-page.contact_us-cont .grid-3 .img div {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	color: #FFF;
	font-weight: 600;
	font-size: 2em;
	line-height: 120%;
}
#sub-page.contact_us-cont .grid-3 .img div small {
	font-size: 0.8em;
	font-weight: 600;
}
#sub-page.contact_us-cont .grid-3 .info {
	margin-top: 50px;
}
#sub-page.contact_us-cont .grid-3 .name {
	color: #000;
	font-weight: 600;
	font-size: 2em;
}
#sub-page.contact_us-cont .grid-3 .name small {
	font-size: 0.95em;
}
#sub-page.contact_us-cont .grid-3 .explain {
	font-size: 1.2em;
	margin-top: 10px;
}
#sub-page.contact_us-cont .grid-3 .explain,
#sub-page.contact_us-cont .grid-3 .explain * {
	font-weight: 300;
	color: #000;
}
#sub-page.contact_us-cont .big.text-black-all {
	font-size: 1.8em;
	font-weight: 600;
	text-align: center;
}
#sub-page.contact_us-cont .big.text-black-all small {
	display: block;
	margin-top: 10px;
}
.cont-wr > .contact_us-cont:last-child {
	padding: 0 !important;
	margin-bottom: -50px !important;
}
#sub-page.contact_us-cont .grid-3.info {
	max-width: 850px;
	color: #000;
	font-size: 1.1em;
}
#sub-page.contact_us-cont .grid-3.info * {
	font-weight: 300;
}
#sub-page.contact_us-cont .grid-3.info .img {
	margin-bottom: 30px;
}
@media (max-width: 640px) {
	#sub-page.contact_us-cont .grid-3 {
		row-gap: 50px;
		font-size: 0.85em;
	}
	#sub-page.contact_us-cont .grid-3 .info {
		margin-top: 20px;
	}
	#sub-page.contact_us-cont .big.text-black-all {
		font-size: 1.4em;
	}
	#sub-page.contact_us-cont .grid-3.info {
		margin-bottom: 30px;
	}
	#sub-page.contact_us-cont .grid-3.info .img {
		margin-bottom: 10px;
	}
}



#wrapper.index hr,
.hr,
#sub-page hr {
	border: none;
	height: 30px;
	display: block;
	margin: 0;
}
#wrapper.index hr.light,
#sub-page hr.light {
	height: 15px;
	margin: 0;
}
#wrapper.index hr.thin,
#sub-page hr.thin {
	height: 8px;
	margin: 0;
}
@media (max-width: 760px) {
	#wrapper.index hr,
	.hr,
	#sub-page hr {
		height: 10px;
	}
	#sub-page hr.light {
		height: 8px;
	}
	#sub-page hr.thin {
		height: 5px;
	}
}

#sub-page .line {
	width: 100%;
	height: 1px;
	background-color: #EFEFEF;
}

#sub-page .icon {
	position: relative;
	display: inline-block;
	background-color: #FED325;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	vertical-align: middle;
}
#sub-page .icon i,
#sub-page .icon .glyphicon {
	position: absolute;
	color: #000;
	font-size: 14pt;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#sub-page .icon .glyphicon {
	font-size: 12pt;
}

#sub-page .info {
	position: relative;
	top: 6px;
}

#sub-page .font-quotes {
	font-family: 'Passion One', cursive;
}

#sub-page .text-box {
	position: relative;
	padding: 20px 30px 30px;
	margin-top: 20px;
	background-color: #f4f4f4;
	/*color: #000;*/
}
#sub-page .text-box.white {
	background-color: #FFF;
	border: 1px solid #dfdfdf;
}
#sub-page .text-box .light-brown {
	background-color: #FBF8EC;
}
#sub-page .text-box .title {
	position: absolute;
	height: 40px;
	line-height: 40px;
	background-color: #FED325;
	padding: 0 25px;
	top: -20px;
	left: 40px;
	border-radius: 40px;
	color: #000;
	font-size: 0.9em;
}
@media (max-width: 1024px) {
	#sub-page .text-box {
		padding: 35px 25px 25px;
	}
	#sub-page .text-box .title {
		left: 25px;
	}
}

#sub-page .left-padding-20 {
	padding-left: 20px;
}

#sub-page .quotes .wrap {
	display: inline-block;
}
#sub-page .quotes .wrap:before,
#sub-page .quotes .wrap:after {
	content: '"';
	display: inline-block;
	position: relative;
	font-family: 'Passion One', cursive;
	line-height: 0;
	height: 0;
	font-size: 40pt;
	font-weight: 400;
}
#sub-page .quotes .wrap:before {
	transform: rotate(180deg);
	top: -35px;
}
#sub-page .quotes .wrap:after {
	top: -10px;
}

#sub-page .half-title {
	display: table;
	width: 100%;
	min-height: 148px;
	padding-left: 40px;
	background-color: #bcb5d9;
	color: #FFF;
	font-size: 18pt;
	position: relative;
	overflow: hidden;
}
#sub-page .half-title > span,
#sub-page .half-title small {
	position: relative;
	font-family: 'Sunflower';
	z-index: 2;
	display: table-cell;
	vertical-align: middle;
	height: 148px;
}
#sub-page .half-title.both > span,
#sub-page .half-title.both small {
	width: 50%;
}
#sub-page .half-title small {
	font-size: 13pt;
	line-height: 27px;
}

#sub-page .half-title div {
	position: absolute;
	right: 0;
	top: 0;
}
#sub-page .half-title div span {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
#sub-page .half-title div img {
	vertical-align: top;
	z-index: 1;
}
@media (max-width: 1300px) {
	#sub-page .half-title.both {
		display: block;
	}
	#sub-page .half-title.both > span,
	#sub-page .half-title.both small {
		display: block;
		width: 100%;
		height: auto;
		padding: 10px 0;
	}
	#sub-page .half-title.both div {
		left: 0;
	}
	#sub-page .half-title.both div span {
		background-color: rgba(0, 0, 0, 0.3);
	}
	#sub-page .half-title.both div img {
		height: 350px;
	}
}
@media (max-width: 1200px) {
	#sub-page .half-title div {
		left: 0;
	}
	#sub-page .half-title div span {
		background-color: rgba(0, 0, 0, 0.3);
	}
	#sub-page .half-title div img {
		width: 100%;
	}
}
@media (max-width: 615px) {
	#sub-page .half-title {
		font-size: 16pt;
		padding: 0;
		text-align: center;
	}
	#sub-page .half-title.both small {
		font-size: 10pt;
	}
	#sub-page .half-title div img {
		width: auto;
	}
}

#sub-page table {
	width: 100%;
	/*border: 1px solid #DADADA;*/
	border-spacing: 0 0;
}
#sub-page table.auto {
	width: auto;
}
#sub-page table th,
#sub-page table td {
	border: 1px solid #DADADA;
	padding: 15px;
	text-align: center;
}
#sub-page table thead th {
	text-align: center;
	background-color: #F7F7F7;
	font-size: 1.1em;
	border-left: 1px solid #DADADA !important;
}
#sub-page table tbody th {
	font-size: 1.1em;
	background-color: #F7F7F7;
}
#sub-page table.red th {
	color: #FFF;
	background-color: #D71921;
}
#sub-page table td {
	font-size: 0.95em;
	text-align: center;
	border-right-width: 0 !important;
}
#sub-page table tr > th:first-child,
#sub-page table tr > td:first-child {
	border-left-width: 0 !important;
	border-right-width: 1px !important;
}
#sub-page table tr > td:first-child {
	color: #000;
}
#sub-page table tr > th:last-child,
#sub-page table tr > td:last-child {
	border-right-width: 0 !important;
}
#sub-page table.border tr > th,
#sub-page table.border tr > td {
	border-left-width: 1px !important;
	border-right-width: 1px !important;
}
@media (max-width: 640px) {
	#sub-page table th,
	#sub-page table td {
		font-size: 10pt !important;
		word-break: keep-all;
		padding: 5px 2px !important;
	}
}

#sub-page .more span {
	line-height: 250% !important;
	border-radius: 3px !important;
	background-color: rgba(252, 120, 22, 1) !important;
}
#sub-page .more span:hover {
	background-color: rgba(228, 97, 0, 1) !important;
}

#sub-page .divide-2 {
	font-size: 0;
}
#sub-page .divide-2 > * {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	font-size: 0.75rem;
}
#sub-page .divide-2 > *:nth-of-type(2n) {
	margin-left: 2%;
}
#sub-page .divide-2 > * img {
	width: 100%;
}
@media (max-width: 640px) {
	#sub-page .divide-2 > * {
		width: 100% !important;
	}
	#sub-page .divide-2 > *:nth-of-type(2n) {
		margin-left: 0 !important;
		margin-top: 20px;
	}
}

#sub-page .divide-3 {
	font-size: 0;
}
#sub-page .divide-3 > * {
	display: inline-block;
	width: 26%;
	vertical-align: top;
	font-size: 0.75rem;
	margin-left: 11%;
}
#sub-page .divide-3 > *:first-child,
#sub-page .divide-3 > *:nth-of-type(3n+1) {
	margin-left: 0;
}
#sub-page .divide-3 > * img {
	width: 100%;
}
@media (max-width: 640px) {
	#sub-page .divide-3 > * {
		width: 100% !important;
		margin-left: 0 !important;
		margin-top: 20px;
	}
	#sub-page .divide-3 > *:first-child {
		margin-top: 0;
	}
}

#sub-page .divide-4 {
	font-size: 0;
}
#sub-page .divide-4 > * {
	display: inline-block;
	font-size: 14pt;
	width: 24.25%;
	margin: 1% 1% 0 0;
}
#sub-page .divide-4 > *:nth-of-type(4n) {
	margin-right: 0;
}
#sub-page .divide-4 > *:nth-of-type(1),
#sub-page .divide-4 > *:nth-of-type(2),
#sub-page .divide-4 > *:nth-of-type(3),
#sub-page .divide-4 > *:nth-of-type(4) {
	margin-top: 0;
}
@media (max-width: 640px) {
	#sub-page .divide-4 > * {
		width: 100%;
		margin: 1% 0 0 !important;
	}
	#sub-page .divide-4 > *:first-child {
		margin-top: 0 !important;
	}
}


/**
 * Board Common
 */

/* Category */
#bo_cate {
	overflow: hidden;
	display: inline-block;
	margin: 0 !important;
	padding-left: 15px;
}
#container_title #bo_cate {
	height: auto;
}
#bo_cate_ul > li {
	width: auto !important;
	padding: 0 10px !important;
}
#bo_cate a {
	padding: 0 !important;
	background-color: rgba(255, 255, 255, 0) !important;
	border-width: 0 !important;
	box-shadow: unset !important;
	color: #505050 !important;
	font-size: 11.5pt;
}
#bo_cate_on {
	color: #000 !important;
}

#board-common-top {
	grid-template-columns: 0.6fr 1fr;
	align-items: center;
	padding: 0 0 15px;
	/*margin-bottom: 20px;*/
	/*border-bottom: 1px solid #DADADA;*/
}

#bo_list_total {
	color: #5a5a5a !important;
	font-size: 1.1em !important;
	font-weight: 300;
}
#bo_list_total span {
	color: #000;
	font-weight: 600;
}

#search-form {
	align-items: end;
}
#search-form .sch_bar {
	display: inline-block;
	overflow: hidden;
	height: 46px;
	line-height: 46px;
	border: 1px solid #E5E5E5;
	font-size: 0;
}
#search-form input {
	width: 260px;
	border-width: 0 !important;
	background-color: #FFF;
	height: 46px;
	padding: 0 15px 0 20px;
	font-size: 10pt;
	outline: none !important;
}
#search-form input:focus {
	border-color: #E2E2E4 !important;
	background-color: #FFF;
	outline: none !important;
	box-shadow: none !important;
}
#search-form button {
	border-width: 0;
	background-color: rgba(255, 255, 255, 0);
	margin: 0;
	padding: 0;
	height: 46px;
}
#search-form i {
	position: relative;
	height: 39px;
	width: 39px;
	vertical-align: middle;
	margin-left: 5px;
	color: #878A8E;
	cursor: pointer;
	font-size: 12pt;
}
#search-form i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media (max-width: 640px) {
	#board-common-top {
		grid-template-columns: 1fr;
	}
	#search-form .sch_bar {
		width: 100%;
	}
	#search-form button {
		float: right;
	}
	#board-common-top > * {
		display: block !important;
	}
}

#bo_gall,
#bo_list,
#bo_w,
#bo_v {
	max-width: 1165px;
	/*margin: 50px auto 0;*/
}
#bo_v {
	max-width: 800px;
}
@media (max-width: 640px) {
	#bo_gall,
	#bo_list,
	#bo_w,
	#bo_v {
		margin: 0;
	}
}

#bo_v_title .bo_subject {
	display: none;
	padding: 25px 0 0;
	color: #B09D65;
	font-weight: 500;
}
#bo_v_title .bo_v_tit {
	margin-top: 0 !important;
	text-align: center;
	font-weight: 600;
}

#bo_v_info {
	border-width: 0 !important;
}
#bo_v_info .profile_info,
#bo_v_top {
	display: block !important;
	float: unset !important;
}
#bo_v_top.display-none {
	display: none !important;
}
#bo_v_info .profile_info {
	overflow: hidden;
	/*border-bottom: 1px solid #DADADA;*/
	padding-bottom: 20px;
	margin: 10px 0 !important;
}
#bo_v_info .profile_info .profile_info_ct {
	float: unset !important;
	text-align: center;
}
#bo_v_info .profile_info span {
	position: relative;
}
#bo_v_info .profile_info span:before {
	content: '';
	display: inline-block;
	position: relative;
	top: 1px;
	width: 1px;
	height: 10px;
	background-color: #ababab;
	margin: 0 9px 0 5px;
	transform: rotate(15deg);
}
#bo_v_info .profile_info span:first-child:before {
	display: none;
}

#bo_v_info .profile_info .print-btn,
#bo_v_info .profile_info .list {
	display: none;
}
#bo_v_share .print-btn,
#bo_v_share .list a,
#bo_v_info .print-btn,
#bo_v_info .list a {
	position: relative;
	float: right;
	border: 1px solid #dadada;
	height: 33px;
	line-height: 31px;
	padding: 0 10px;
	margin-left: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#bo_v_share .print-btn,
#bo_v_share .list a {
	top: 6px;
}
#bo_v_share .print-btn:hover,
#bo_v_share .list a:hover,
#bo_v_info .print-btn:hover,
#bo_v_info .list a:hover {
	background-color: #F7F7F7;
}
#bo_v_share .print-btn,
#bo_v_info .print-btn {
	font-size: 12pt;
}

#bo_v_share {
	border: 1px solid #f1f1f1;
	border-left-width: 0;
	border-right-width: 0;
	padding: 10px 0 10px 20px !important;
}
#bo_v_sns li {
	width: auto !important;
	margin: 0 5px !important;
}
#bo_v_sns li.explain {
	line-height: 45px;
	margin: 0 20px 0 0 !important;
	font-size: 13pt;
	font-weight: 600;
}
#bo_v_sns li a {
	position: relative;
	width: 45px !important;
	height: 45px !important;
	border-radius: 50% !important;
}
#bo_v_sns .sns_k img,
#bo_v_sns li a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
	line-height: 0;
}
#bo_v_sns .sns_k img {
	width: 30px;
}
#bo_v_sns .sns_g,
#bo_v_sns .sns_f *,
#bo_v_sns .sns_t * {
	display: none !important;
}
#bo_v_sns .sns_m,
#bo_v_sns .sns_l {
	display: block;
	background-color: #F5F5F5;
}
#bo_v_sns .sns_f:before {
	content: "\f39e";
	font-size: 15pt;
}
#bo_v_sns .sns_t:before {
	content: "\f099";
	font-size: 13pt;
}
#bo_v_sns .sns_m:before,
#bo_v_sns .sns_l:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #000;
}
#bo_v_sns .sns_m:before {
	content: "\f0e0";
	font-size: 17pt;
}
#bo_v_sns .sns_l:before {
	content: "\f0c1";
	font-size: 17pt;
}

#bo_v .board-list-btn {
	clear: both;
	border-top: 1px solid #EDEDED;
	padding-top: 50px;
	text-align: center;
}
#bo_v .board-list-btn a {
	display: inline-block;
	height: auto;
	line-height: 40px;
	border-radius: 40px;
	padding: 0 50px;
	font-size: 1.1em;
	background: #989898;
	overflow: hidden;
	color: #FFF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#bo_v .board-list-btn a:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.bo_v_nb li:first-child {
	border-top-width: 0;
}

.bo_v_nb {
	margin: 0 !important;
}

.is_notice {
	position: relative;
	display: inline-block;
	background-color: #b49c68;
	color: #FFF;
	font-size: 10pt;
	line-height: 23px;
	padding: 0 5px;
	top: -1px;
}

#bo_v_con {
	font-size: 10.5pt;
}

.is_notice {
	position: relative;
	text-indent: -9999em;
	width: 25px;
	border-radius: 3px;
}
.is_notice:before {
	position: absolute;
	top: 52%;
	left: 48%;
	transform: translate(-50%, -50%) rotate(35deg);
	content: "\f08d";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	color: #FFF;
	text-indent: 0 !important;
	text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
}

.tbl_head01 tbody tr:hover td {
	background: #FFF
}
#church-list .info .pastor,
#church-list .info .church,
.gall_con .bo_tit,
.tbl_head01 tbody tr .bo_tit,
.tbl_head01 tbody tr:hover .bo_tit a {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#church-list .wrap:hover .pastor,
#church-list .wrap:hover .church,
.gall_con:hover .bo_tit,
.tbl_head01 tbody tr:hover .bo_tit,
.tbl_head01 tbody tr:hover .bo_tit a {
	color: #339de5 !important;
	text-decoration: none !important;
}

#bo_btn_top {
	display: none;
}

#search-form select {
	border-radius: 0;
	min-width: 100px;
	border: 1px solid #E2E2E4;
	background-color: #F5F5F5;
	height: 39px;
	line-height: 37px;
}

.file_del input[type="checkbox"] {
	display: inline-block;
	width: 21px;
	height: 21px;
	appearance: auto !important;
	-webkit-appearance: auto !important;
	-moz-appearance: auto !important;
	vertical-align: middle;
}

.file_del input[type="checkbox"]:checked + label {
	display: inline-block;
	color: #FFF;
	border-radius: 3px;
	background-color: rgb(217, 15, 15);
	padding: 0 10px;
	line-height: 21px;
	vertical-align: middle;
}

#radio-button {
	margin-bottom: 20px;
}
#radio-button input[type='checkbox'],
#radio-button input[type='radio'] {
	display: none;
}
#radio-button input[type='checkbox'] + label,
#radio-button input[type='radio'] + label {
	display: inline-block;
	padding: 5px 10px;
	margin: 3px;
	border-radius: 3px;
	background-color: #F7F7F7;
	border: 1px solid #E7E7E7;
	vertical-align: middle;
	cursor: pointer;
}
#radio-button input[type='checkbox']:checked + label,
#radio-button input[type='radio']:checked + label {
	color: #FFF;
	background-color: #DB1F1F;
	border-color: #DB1F1F;
}
#radio-button input[id$="-n"]:checked + label,
#radio-button [data-message="n"].on {
	background-color: #949494 !important;
	border-color: #949494 !important;
}

#bo_v_atc pre.explain {
	position: relative;
	padding-left: 20px;
	overflow: hidden;
	font-size: 13pt;
	font-weight: 600;
	line-height: 180%;
	margin-bottom: 40px;
}
#bo_v_atc pre.explain:before {
	content: '';
	position: absolute;
	top: 9px;
	bottom: 5px;
	left: 0;
	width: 5px;
	background-color: #102834;
}

#bo_v_img {
	text-align: center;
}
#bo_v_img .bo-v-img-cont {
	display: inline-block;
}
#bo_v_img pre.img-explain {
	margin: -20px 0 20px;
	text-align: center;
	font-size: 9.5pt;
	color: #000;
	overflow: hidden;
	background-color: #F5F5F5;
	padding: 15px 10px;
}

.length-check-value .length {
	color: #102834;
}
.length-check-value .max-length,
.length-check-value .length.max {
	color: #791212;
}

#bo_w .bo_w_info .frm_input,
#bo_w textarea {
	border-radius: 3px !important;
}

.bo_fx {
	margin-bottom: 20px !important;
}

@media (max-width: 1100px) {
	#board_list:not(.no-padding) {
		padding: 0 10px;
	}
}
@media (max-width: 640px) {
	.bo_fx ul {
		float: unset;
		display: block;
		width: 100%;
		overflow: hidden;
	}

	.btn_bo_user {
		padding-top: 10px !important;
	}
}


/**
 * Login
 */

#mb_login {
	display: flex;
	justify-content: center;
	height: 100%;
	margin: 0 auto;
	flex-direction: column;
}

.register {
	padding: 50px 0;
}


/**
 * 3rd Menu
 */

#menu-3rd {
	width: 100%;
	border-spacing: 4px 0;
	border-collapse: separate;
	padding-bottom: 4px;
}
#menu-3rd.auto {
	width: auto;
	margin-left: auto;
}
#menu-3rd.board {
	margin: 50px 0 0;
}
#menu-3rd td {
	text-align: center;
	white-space: nowrap;
	border: 1px solid #A78842;
	padding: 0 20px;
	line-height: 48px;
	height: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#menu-3rd td.on,
#menu-3rd td:hover {
	background-color: #FED325;
	border-color: #FED325;
}
#menu-3rd a {
	display: inline-block;
	color: #000;
	font-size: 12pt;
}

@media (max-width: 640px) {
	#menu-3rd {
		width: 100% !important;
		margin: 0;
		border-collapse: collapse;
	}
	#menu-3rd td {
		display: block;
		width: 100% !important;
		border-top: none;
	}
	#menu-3rd tr > td:first-child {
		bprder-top: none;
		border-top: 1px solid #056cbe;
	}
}

/**
 * 꼭 적용돼야 하는 것들을 순서상 제일 마지막에 정의
 */

.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;
}
.italic {
	font-style: italic !important;
}

.display-none {
	display: none !important;
}

.mobile {
	display: none !important;
}
@media (max-width: 1100px) {
	.pc {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
}