body {
	font-family: 'NanumGothic', sans-serif;
}

#wrapper {
	font-size: 1.6rem;
}

.mobile_menu_wrap {
	display: none;
}

.mobi_area_flex {
	display: none;
}

#logo {
	float: left;
	margin: 20px 0 13px 0;
}

#header {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

#header .tnb {
	position: absolute;
	top: 0;
	right: 0;
}

#header .tnb_list {
	margin: 10px 0;
}

#header .tnb_list li {
	float: left;
	margin-left: 10px;
}

#header .tnb_list li a {
	font-size: 1.2rem;
	color: #666;
	font-weight: bold;
}

#header .tnb_list li a.manager_btn {
	display: block;
	text-align: center;
	width: 72px;
	line-height: 20px;
	background: #1a75bc;
	border-radius: 20px;
	color: #fff;
}

#header nav {
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 99999;
}

#gnb>ul>li {
	float: left;
	position: relative;
	margin: 0 25px;
	padding: 0 20px;
	height: 50px;
	box-sizing: border-box;
}

#gnb>ul>li:last-child {
	margin-right: 30px;
}

#gnb>ul>li>a {
	font-size: 1.9rem;
	font-weight: bold;
	color: #000;
	letter-spacing: -0.05em;
}

#gnb>ul>li>a:hover {
	color: #0092ff;
}

.full_nav_item {
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
	z-index: 9999;
}

.full_nav_item li a {
	font-size: 1.3rem;
	line-height: 25px;
}

.full_nav_item li a:hover {
	color: #0092ff;
}


.full_nav {
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	border: 1px solid #747474;
	width: 100%;
	height: 280px;
	background: #fff;
	z-index: 999;
}

.full_nav:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 3px;
	background: #297cc8;
}

#main {
	width: 1200px;
	margin: 0 auto 20px;
}

#main .contents {
	display: flex;
	margin: 20px 0;
	gap: 22px;
}

/* banner */
.banner_area {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 37.96%;
	z-index: 9;
}

.banner_cont {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.sermon {
	flex: 1;
	background: url('../img/body/bg_sermon.jpg') no-repeat center / cover;
}

.sermon .link .tit{
	transition: .3s;
}
.sermon .link:hover .tit{
	translate: 0 5px;
}

.sermon .link{
	display: block;
	margin-top: 65px;
	margin-left: 40px;
	display: block;
	height: 100%;
}

.sermon small{
	display: block;
	margin-bottom: 15px;
	font-weight: 300;
	font-size: 18px;
	color: #fff;
}

.sermon .tit{
	font-size: 36px;
	line-height: 1.25;
	color: #fff;
	margin-bottom: 20px;
}
.sermon:hover i{
	color: #22a846;
}
.sermon i{
	transition: .3s;
	color: #0195ff;
	font-size: 100px;
}

.quick_menu {
	flex: 2;
}

.quick_menu ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}

.quick_menu ul li {
	width: calc(33.33% - 15px);
	height: 160px;
}
.quick_menu ul li a{
	display: flex;
	height: 100%;
}
.quick_tit{
	font-size: 24px;
	margin-top: 18%;
	margin-left: 28px;
	font-weight: 600;
	line-height: 1.25;
	text-shadow:
	0 0 10px #fff,
	0 0 10px #fff,
	0 0 10px #fff;
	transition: .3s;
	word-break: keep-all;
}
.quick_menu ul li a:hover .quick_tit{
	translate: 0 5px;
	color: #0195ff;
}
.quick_tit small.large{
	font-size: 0.8em;
}
.quick_tit small{
	font-size: 0.7em;
	display: block;
	font-weight: 400;
}

.quick_menu ul li{
	background-position: right top;
}

.quick_menu01 {
	background: url('../img/body/quick_bg01.jpg') no-repeat;
	background-size: cover;
}

.quick_menu02 {
	background: url('../img/body/quick_bg02.jpg') no-repeat;
	background-size: cover;
}

.quick_menu03 {
	background: url('../img/body/quick_bg03.jpg') no-repeat;
	background-size: cover;
}

.quick_menu04 {
	background: url('../img/body/quick_bg04.jpg') no-repeat;
	background-size: cover;
}

.quick_menu05 {
	background: url('../img/body/quick_bg05.jpg') no-repeat;
	background-size: cover;
}

.quick_menu06 {
	background: url('../img/body/quick_bg06.jpg') no-repeat;
	background-size: cover;
}

.quick_menu07 {
	background: url('../img/body/quick_bg07.jpg') no-repeat;
	background-size: cover;
}

.quick_menu08 {
	background: url('../img/body/quick_bg08.jpg') no-repeat;
	background-size: cover;
}
.quick_menu09 {
	background: url('../img/body/quick_bg09.jpg') no-repeat;
	background-size: cover;
}

.quick_tit06 {
	margin-top: 27px;
	line-height: 26px;
}

.quick_tit06 span {
	line-height: 14px;
}

.quick_tit05 {
	margin-top: 20px;
	line-height: 26px;
}

.quick_tit05 span {
	line-height: 14px;
}

.quick_icon {
	position: absolute;
	top: 50%;
	right: 3%;
	margin-top: -33.5px;
}

.quick_tit span {
	font-size: 1.2rem;
	letter-spacing: 0;
}

.kakao_plus {
	position: absolute;
	top: 0;
	left: 0;
}

/*서브*/
.sub_wrap {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	border-top: 4px solid #297cc8;
}

.menu_left {
	float: left;
	width: 220px;
}

.menu_left_tit {
	height: 80px;
	padding: 30px 7px 0px 7px;
	font-size: 2.2rem;
	color: #fff;
	background: url('../img/left/left_bg.gif') bottom right no-repeat;
	background-size: cover;
	box-sizing: border-box;
	text-align: center;
}

.menu_left_tit .num {
	font-size: 4rem;
	color: #8ec641;
}

.menu_left_list {
	width: 95%;
	margin: 0 auto;
	padding-top: 15px;
}

.menu_left_list>li {
	position: relative;
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: 1px dashed #bbb;
}

.menu_left_list>li:before {
	content: "";
	position: absolute;
	top: 22px;
	left: 8px;
	display: block;
	width: 2px;
	height: 2px;
	background-color: #297cc8;
}

.menu_left_list>li>.link {
	display: block;
	padding: 15px 5px 15px 20px;
	color: #777;
	box-sizing: border-box;
}

.menu_left_list>li>.link:hover {
	color: #333;
}

.menu_left_scd {
	padding: 0 1em 1em;
	line-height: 1.6;
}

.menu_left_scd>li {
	position: relative;
	padding-left: 1em;
}

.menu_left_scd>li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
	height: 1px;
	background: #797676;
	transform: translateY(-50%);
}

.menu_left_scd>li>a {
	color: #797676;
	font-size: 1.4rem;
}

.menu_left_scd>li:hover>a {
	color: #000;
}

.sub_main {
	float: right;
	position: relative;
	width: 940px;
	min-height: 500px;
}

@media screen and (max-width:1200px) {
	.menu_left {
		display: none;
	}

	.sub_main {
		float: none;
		width: 95%;
		margin: 0 auto;
	}
}

.first_menu.on a {
	font-weight: 700;
	color: #000;
}

.first_menu.on a:after {
	display: block;
}

#container {
	padding-top: 40px;
}

#solution_title_comm {
	position: relative;
	text-align: left;
	margin-bottom: 10px;
	font-size: 3.5rem;
}

#solution_title_comm * {
	font-size: 3.5rem;
}

#banner-box {
	width: 1200px;
	margin: 20px auto;
}

#banner-box iframe {
	width: 100%;
	height: 68px;
}

/****메인이미지****/
#art_03 .art_wrap {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 12%;
}

#art_03 .art_wrap .respon_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#art_03 .gal_wrap {
	float: left;
	width: 16.6666%;
	height: 100%;
	text-align: center;
}

#art_03 .gal_wrap>a {
	position: relative;
	overflow: hidden;
	display: block;
	height: 100%;
}

#art_03 .gal_wrap>a img {
	display: block;
	width: 100%;
	height: 100%;
}

#art_03 .gal_wrap>a .gal_tit {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	transition: opacity 1s;
	opacity: 0;
}

#art_03 .gal_wrap>a .gal_tit>p {
	width: 100%;
	padding: 5px 0;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
}

#art_03 .gal_wrap:hover>a .gal_tit {
	opacity: 1;
}


hr {
	width: 1200px;
	margin: 0 auto;
}

#footer {
	text-align: center;
	padding: 20px 0;
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

#footer p {
	font-size: 1.2rem;
	line-height: 20px;
}

/*subpage content*/
.uotc_100 {
	width: 100% !important;
}

.s_board_100 {
	width: 100% !important;
}

.media_board_100 {
	width: 100% !important;
}

.history_100 {
	width: 100% !important;
}

.steward_100 {
	width: 100% !important;
}

.member_100 {
	width: 100% !important;
}

.yearend_100 {
	width: 100% !important;
}

.worship_100 {
	width: 100% !important;
}

.weekly_100 {
	width: 100% !important;
}

.shichal_100 {
	width: 100% !important;
}

.work_100 {
	width: 100% !important;
}

.table_100 {
	width: 100% !important;
}

/*subpage content*/

/* 페이지 업 다운 버튼 */
.page_scroll_wrap {
	position: absolute;
	right: -20px;
}

.page_scroll {
	position: fixed;
	bottom: 300px;
}

.page_scroll>a {
	display: block;
	margin: 3px 0;
	padding: 12px;
	font-size: 2rem;
	border: 1px solid #ccc;
	background-color: rgba(255, 255, 255, 0.5);
}

.page_scroll .btn_page_up {
	padding-bottom: 5px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

.page_scroll .btn_page_down {
	padding-top: 5px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}



@media screen and (max-width:1200px) {
	.mobi_area_flex {
		display: flex;
	}

	#wrapper .m_none {
		display: none;
	}

	#header {
		width: 100%;
	}

	#header nav {
		position: static;
	}

	#main {
		width: 100%;
	}

	#logo {
		margin: 15px 0 13px 15px;
	}

	#logo img {
		height: 40px;
	}

	#gnb {
		display: none;
	}
	

	.sermon {
		position: relative;
	}

	.sermon .sermon_tit {
		position: absolute;
		top: 50px;
		left: 290px;
		font-size: 1.8rem;
	}

	.sermon .bible {
		position: absolute;
		top: 90px;
		left: 290px;
		font-size: 1.5rem;
	}

	.tnb {
		display: none;
	}

	.quick_icon {
		width: 30%;
		margin-top: -30px;
	}

	.quick_tit {
		margin-top: 25%;
		font-size: 2rem;
	}

	.mobile_btn {
		position: absolute;
		top: 15px;
		right: 15px;
		display: block;
	}

	.mobile_btn .bar {
		display: block;
		width: 35px;
		height: 3px;
		background: #000;
		margin: 8px;
	}


	.quick_menu ul {
		padding-bottom: 0;
	}


	hr {
		width: 100%;
	}

	#banner-box {
		width: 100% !important;
	}

	#banner-box iframe {
		width: 100% !important;
	}

	.banner_wrap {
		width: 100% !important;
	}

	#footer {
		width: 100%;
	}

	#menu_active_bg {
		position: fixed;
		display: none;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.6);
		z-index: 9999;
	}

	.mobile_menu_wrap {
		display: block;
		position: fixed;
		top: 0;
		right: -70%;
		overflow-x: hidden;
		overflow-y: scroll;
		width: 70%;
		height: 100%;
		background: #333;
		z-index: 99999;
	}

	.mobile_menu_wrap .m_login {
		position: relative;
		padding: 12px;
	}

	.mobile_menu_wrap .m_login .btn_login {
		display: inline-block;
		width: 80px;
		padding: 5px 4px;
		font-size: 1.2rem;
		border: 1px solid #fff;
		text-align: center;
		color: #fff;
	}

	.mobile_menu_wrap .m_login .btn_admin_m {
		display: inline-block;
		width: 80px;
		padding: 5px 4px;
		font-size: 1.2rem;
		border: 1px solid #fff;
		text-align: center;
		color: #fff;
	}

	.mobile_menu_wrap .m_login .btn_menu_close {
		position: absolute;
		top: 8px;
		right: 10px;
		width: 30px;
		height: 30px;
	}

	.mobile_menu_wrap .m_login .btn_menu_close .cross1 {
		position: absolute;
		top: 15px;
		left: 0px;
		display: block;
		width: 30px;
		height: 2px;
		background: #fff;
		transform: rotate(45deg);
	}

	.mobile_menu_wrap .m_login .btn_menu_close .cross2 {
		position: absolute;
		top: 15px;
		left: 0px;
		display: block;
		width: 30px;
		height: 2px;
		background: #fff;
		transform: rotate(-45deg);
	}

	.tnb_list.mobi_area_flex {
		position: absolute;
		top: 18px;
		right: 70px;
	}

	.tnb_list.mobi_area_flex li a {
		font-size: 1em !important;
	}

	.m_menu {
		width: 100%;
	}

	.m_menu nav>ul>li {
		background: #484848;
		border-bottom: 1px solid #3e3e3e;
	}

	.m_menu nav>ul>li .arrow {
		float: right;
		color: #222;
	}

	.m_menu nav>ul>li .arrow.gnb_on {
		transform: rotate(90deg);
	}

	.m_menu nav>ul>li>a {
		display: block;
		padding: 13px;
		color: #fff;
		font-weight: bold;
		font-size: 2rem;
	}

	.m_menu nav .m_sub_ul {
		display: none;
	}

	.m_menu nav .m_sub_ul>li {
		background: #3e3e3e;
	}

	.m_menu nav .m_sub_ul>li:first-of-type {
		padding-top: 5px;
	}

	.m_menu nav .m_sub_ul>li:last-of-type {
		padding-bottom: 5px;
	}

	.m_menu nav .m_sub_ul>li>a {
		display: block;
		padding: 5px 20px;
		font-size: 1.6rem;
		color: #fff;
	}

	.m_menu nav .m_sub_ul .m_sub_scd {
		padding: 1em 2em;
		line-height: 1.6;
	}

	.m_menu nav .m_sub_ul .m_sub_scd>li {
		position: relative;
		padding-left: 1em;
	}

	.m_menu nav .m_sub_ul .m_sub_scd>li:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 5px;
		height: 1px;
		background: #a7a3a3;
		transform: translateY(-50%);
	}

	.m_menu nav .m_sub_ul .m_sub_scd>li>a {
		color: #a7a3a3;
		font-size: 1.5rem;
	}

	.sub_wrap {
		width: 100%;
	}

	.sub_wrap .sub_tit h2 {
		font-size: 2.5rem;
		padding-left: 25px;
	}

	#art_03 .gal_wrap>a .gal_tit {
		opacity: 1;
	}

	#art_03 .gal_wrap>a .gal_tit>p {
		font-size: 1.3rem;
	}

	.m_resize {
		width: 100%;
	}

	.sub_wrap .sub_menu li {
		width: 25%;
	}
}

@media screen and (max-width:768px) {
	.mobile_btn {
		right: 10px;
	}

	#main .contents {
		display: block;
	}

	.sermon {
		background-position: top center;
		padding: 20% 0;
	}
	.sermon .link{
		margin-top: 0;
	}

	.sermon img {
		width: 100%;
	}

	.sermon .sermon_tit {
		position: static;
	}

	.sermon .bible {
		position: static;
	}

	.quick_tit {
		font-size: 2.2rem;
	}

	.quick_menu {
		padding: 25px 8px;
	}

	.quick_menu ul {
		padding-bottom: 0;
	}

	.quick_menu ul li {
		width: 30%;
	}

	.sermon .pastor_img {
		height: 0;
		padding-bottom: 53%;
		overflow: hidden;
	}

	.ex_img {
		height: auto;
	}

	.quick_icon {
		margin-top: -25px;
	}

	.quick_tit span {
		font-size: 1.5rem;
	}

	.worship_100>.wrsp_view_tit {
		font-size: 3rem;
	}

	#art_03 .art_wrap {
		padding-bottom: 22%
	}

	#art_03 .gal_wrap {
		width: 33.333333%
	}

	#art_03 .gal_wrap>a .gal_tit>p {
		padding: 3% 0;
		font-size: 1.3rem;
	}

	#art_03 .gal_wrap>li+li+li+li {
		display: none;
	}
}



@media screen and (max-width:586px) {
	.quick_menu ul li a{
		justify-content: center;
	}
	.quick_tit {
		margin-left: 0;
		font-size: 1.8rem;
	}

	.quick_tit span {
		font-size: 1.3rem;
	}

	#art_03 .gal_wrap>a .gal_tit>p {
		font-size: 1rem;
	}

	.sub_wrap .sub_menu_border {
		border-bottom: 1px solid #E1525E;
	}
}
@media screen and (max-width:520px) {
	.quick_menu ul li{
		height: 120px;
	}
	.quick_tit {
		margin-left: 0;
		font-size: 1.8rem;
		text-align: center;
	}


}

@media screen and (max-width:440px) {

	.sub_wrap .sub_menu_border {
		border-bottom: 1px solid #E1525E;
	}

	.quick_tit{
		margin-top: 30%;
	}

}


@media screen and (max-width:420px) {
	.quick_menu ul{
		gap: 10px;
	}



}


@media screen and (max-width:400px) {
	.quick_menu ul li {
		height: 90px;
	}

	.quick_tit {
		margin: 17% 7%;
		font-size: 1.5rem;
	}

	.quick_tit span {
		font-size: 1.1rem;
	}

	.quick_tit05 {
		margin: 10% 7%;
		line-height: 18px;
	}

	.quick_tit06 {
		margin: 12% 7%;
		line-height: 18px;
	}

	.quick_icon {
		margin-top: -20px;
	}

	#footer p {
		font-size: 1.1rem;
		letter-spacing: -1px;
	}

	#main .contents {
		margin: 0;
	}
}