/******** common ********/
.wrap {overflow: hidden; position: relative; width: 100%; font-family: 'NanumGothic', sans-serif;}
.cont_size {width: 1200px; margin: 0 auto;}
.wrap .pc_area {display: block;}
.wrap .mobi_area {display: none;}

@media screen and (max-width:1200px) {
	.wrap .cont_size {width: 100%;}
	.wrap .pc_area {display: none;}
	.wrap .mobi_area {display: block;}
}

/******** header ********/
.header {width: 100%;}
.logo {float: left; padding-top: 20px;}

.user_menu {display: flex; justify-content: end;}
.user_menu > a {}
/* gnb */
.gnb {float: right; }
.menu_top_fst {}
.menu_top_fst > li {float: left; position: relative; padding: 30px 0 18px; font-size: 16px;}
.menu_top_fst > li.bg_green {background-color: #a0ce4e;}
.menu_top_fst > li > .link {display: block; padding: 16px 23px; color: #000; background-color: #fff; font-weight:bold; font-size:18px;}
.menu_top_fst > li > .link.login {color:#a0ce4e;}
.menu_top_scd {display: none; position: absolute; top: 94px; left: 50%; width: 100%; padding: 10px 0 20px; background-color: #a0ce4e; transform: translate(-50%,0%); text-align: center; z-index: 9999999;}
.menu_top_scd > li {font-size: 16px;}
.menu_top_scd > li > .link {display: block; padding: 10px 0; color: #fff; font-weight:bold;}

/* user menu */
.menu_user {position:absolute; top:0; right:0;}

/******** main ********/
.main {width: 100%;}
.main_cont_sec01 {padding-top: 35px;}
.main_cont_sec02 {padding-top: 50px;}
.main_cont_sec03 {padding-top: 50px;}

/* banner */
.main_banner_area {position:relative; width:100%; height:0; padding-bottom:23.5%;}
.main_banner_cont {position:absolute; width:100%; height:100%;}
.main_banner_cont .bm_swiper_img {width:101%;}

/* quick menu */
.menu_quick {overflow:hidden; max-height:382px;}
.menu_quick_cont {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.quick_bg {position: absolute; top: 0; right: 0; width: calc(100% + 20px); height: 100%; transition: right 0.3s; z-index: 9;}
.quick_hover_bg {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(53,148,98,0.5); opacity: 0; transition: opacity 0.3s; z-index: 99;}
.menu_quick01 {float: left; position: relative; width: calc(50% - 1px); padding-bottom: 31.91%; font-size: 0;}
.menu_quick01 li {overflow: hidden; position: relative; display: inline-block; width: calc(50% - 0.5px); margin-right: 1px; margin-bottom: 1px; height: 50%; box-sizing: border-box;}
.menu_quick01 li:nth-of-type(1) {}
.menu_quick01 li:nth-of-type(2) {margin-right: 0px;}
.menu_quick01 li:nth-of-type(3) {margin-bottom: 0px;}
.menu_quick01 li:nth-of-type(4) {margin-right: 0px; margin-bottom: 0px;}
.menu_quick01 li > .link {position: relative; display: block; width: 100%; height: 100%; padding:7%; box-sizing: border-box; color: #fff; z-index: 999;}
.quick_txt {position: relative; display: block; padding-right: 0; padding-top: 19%; font-size: 32px; font-weight: 900; color: #fff; text-align: center; box-sizing: border-box; transition: padding 0.3s; letter-spacing:-1px;}
/*.quick_txt:before {content: ''; position: absolute; bottom: -10px; left: 0; display: block; width: 0%; height: 0; border-bottom: 1px solid rgba(255,255,255,1); transition: width 0.3s;}*/
.quick_txt_small {display: block;  padding-left: 0; padding-top: 10px; font-size: 15px; font-weight: 800; text-transform:uppercase; text-align: center; box-sizing: border-box; transition: padding 0.3s;}
.quick_txt_small:before {display: none;}
.menu_quick01 li:hover .quick_txt:before {width: 100%;}
.menu_quick01 li:hover .quick_hover_bg {opacity: 1;}
.menu_quick01 li:hover .quick_bg {right: -20px;}
.menu_quick02 {float: right; position: relative; width: calc(50% - 1px); padding-bottom: 31.91%; font-size: 0; background: url("../img/body/quick_bg05.jpg"); background-size: cover;}
.menu_quick02 .menu_quick_cont {display: block; width: 100%; height: 100%; padding: 11%; box-sizing: border-box; font-size: 20px;}
.quick_tit {margin-bottom: 5%; font-size: 25px; font-weight: 800; letter-spacing: -2px; color: #2e4e0b;}
.quick_tit_sub {font-weight: bold; color: #fff; letter-spacing: -3px; transition: letter-spacing 0.3s;}
.quick_tit_sub.f_myeongjo {font-family: 'NanumMyeongjo', serif;}
.quick_tit_sub .txt {display: block; padding-top: 10px; font-size: 55px; text-shadow: 1px 1px 5px rgba(0,0,0,0.4);}
.quick_tit_sub .txt.c_yellow {color: #fdef47; font-size: 70px;}
.quick_tit_sub .txt.small {font-size: 28px;}
.menu_quick02:hover .quick_tit_sub {letter-spacing: 2px;}

/* news */
.news_area {float: left; width: 50%; padding: 0 36px; box-sizing: border-box;}
.news_tit {overflow: hidden; position: relative; font-size: 38px; font-weight: 800;}
.news_tit:before {content: 'news'; position: absolute; padding-left:200px; top: 0; left: 0; color: #ccc; opacity: 0; transition: all 0.3s;}
.news_tit:hover:before {padding-left:220px; opacity: 1;}
.news_tit > .link {position:relative; color: #333; line-height: 38px;}
.news_icon {vertical-align: middle;}

.news_list {margin-top: 40px;}
.news_list > li {font-size: 17px; border-bottom: 1px solid #999; letter-spacing: -1px;}
.news_list > li:last-of-type {border-bottom: 0;}
.news_list > li:hover {font-weight: bold;}
.news_list > li > .link {overflow: hidden; display: block; padding: 12px 0; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; color: #333; line-height: normal;}
.news_list > li > .link:after {content: ''; display: block; clear: both;}
.news_list_date {float: right;}

/* worship time */
.wrsp_time_area {float: left; width: 50%; padding: 0 36px; box-sizing: border-box;}
.wrsp_time_tit {overflow: hidden; position: relative; margin-bottom: 40px; font-size: 38px; font-weight: 800;}
.wrsp_time_tit:before {content: 'worship'; position: absolute; padding-left:200px; top: 0; left: 0; color: #ccc; opacity: 0; transition: all 0.3s;}
.wrsp_time_tit:hover:before {padding-left:220px; opacity: 1;}
.wrsp_time_tit > .link {position:relative; color: #333; line-height: 38px;}
.wrsp_time_icon {vertical-align: middle;}

.wrsp_time_tbl {width: 100%; text-align: left; margin-bottom: 10px; font-size: 17px; color: #333; border-collapse: collapse;}
.wrsp_time_tbl th {padding: 8px 0; vertical-align: top; font-weight: bold; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;}
.wrsp_time_tbl td {padding-top: 8px; padding-bottom: 8px; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA; text-align:center;}
/* .wrsp_time_tbl td:first-of-type {background: url("../img/body/dot_midd.gif") repeat-x bottom;} */
.wrsp_time_tbl td:last-child {width: 100px;  border-right:none;}
.wrsp_time_tbl .inblk {padding-right: 10px; background-color: #fff;}


.wt_tbl01 th {width: 70px;}
.wt_tbl01 tr:first-child th, .wt_tbl01 tr:first-child td {border-top:2px solid #c4c4c4;}
.wt_tbl02 th {width: 100px;}
.wt_tbl03 {}
.wt_tbl03 tr:first-of-type th {width: 150px;}
.wt_tbl03 tr:nth-last-child(2) th {width: 100px;}
.wt_tbl03 tr:last-of-type td:last-of-type {width: 210px;}

/* sermon menu */
.menu_srm {float:right; width:50%; padding: 6.38% 5.38%; background:url("../img/body/quick_bg05.jpg"); background-size:100% 100%; box-sizing:border-box;}
.menu_srm .link {display:block;}
.menu_srm_tit {font-size:45px; font-weight:900; color:#2C4F0B; transition: all 0.2s;}
.menu_srm_tit.eng {margin-bottom:5px; font-size:29px;}
.menu_srm_tit_sub {width:100%; padding:30px 0 15px; margin-bottom:25px; font-size:25px; font-weight:bold; color:#fff; border-bottom:1px solid #ccc; transition: all 0.2s;}
.menu_srm_tit_sub:hover {font-size:26px;}
.menu_srm_txt {padding-bottom:15px; font-size:17px; color:#fff;}
.menu_srm_txt:hover {text-decoration:underline;}
.menu_srm_txt .str {padding-left:20px; font-weight:800;}

/* gallery */
.gall_area {}
.gall_tit {margin-bottom: 30px; text-align: center;}
.gall_tit > .link {font-size: 38px; font-weight: 800; color: #333; letter-spacing: -1px; transition: letter-spacing 0.3s;}
.gall_tit > .link .c_green {color: #a0ce4e;}
.gall_tit:hover > .link {letter-spacing: 1px;}
.wrsp_time_icon {vertical-align: middle;}
i.wrsp_time_icon {height: 49px; vertical-align: middle;}

.gall_list {font-size: 0;}
.gall_list > li {display: inline-block; width: calc(100%/6 - 1px); margin-right: 1px; margin-bottom: 1px; font-size: 14px;}
.gall_list > li:nth-of-type(6) {margin-right: 0;}
.gall_list > li:last-of-type {margin-right: 0;}
.gall_list > li > .link {position: relative; overflow: hidden; display: block; width: 100%; height: 0; padding-bottom: 67.5%;}
.gall_list_info {display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 8%; box-sizing: border-box; background-color: rgba(0,0,0,0.5); color: #fff; line-height: 1.3; font-size: 13px; z-index: 99; opacity: 0; transition: opacity 0.2s;}
.gall_list_info_date {padding-top: 10px;}
.gall_list > li:hover .gall_list_info {opacity: 1;}

.gall_list .thumbnail {position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: transform 0.2s; z-index: 9;}
.gall_list .centered {position: absolute; top: 0; left: 0; right: 0; bottom: 0; -ms-transform: translate(50%, 50%); transform: translate(50%, 50%);}
.gall_list_img {display: block; position: absolute; top: 0; left: 0; width: auto; height: 100%; transform: translate(-50%,-50%);}
.gall_list_img.portrait {width: 100%; height: auto;}

.main_cont_sec04 {display: flex; justify-content: space-between; align-items: center; padding-top: 50px;}
.main_cont_sec04 .gall_area {width: 50%;}
.main_cont_sec04 .gall_list > li {width: calc(100%/3 - 1px);}
.main_cont_sec04 .gall_list > li:nth-of-type(3) {margin-right: 0;}

/******** footer ********/
.footer {width: 100%; margin-top: 50px; background-color: #343434;}
.footer_cont {position: relative; padding: 50px 0px 50px 210px; box-sizing: border-box;}
.logo_foot_img {position: absolute; top: 35%; left: 0;}
.copy_area {color: #ccc;}
.copy_txt {font-size: 14px; line-height: 1.7;}
.bott_info {font-size: 0;}
.bott_info_link {position: relative; display: inline-block; padding: 0 10px; font-size: 14px; color: #b4e47f;}
.bott_info_link:first-child {padding-left:0; color: #ccc;}
.bott_info_link:hover {color: #fff;}
.bott_info_link:before {content: ''; position: absolute; top: 0; right: 0; display: block; width: 1px; height: 15px; background-color: #b4e47f;}
.bott_info_link:last-of-type {text-transform: uppercase;}
.bott_info_link:last-of-type:before {display: none;}


/******** mobile ********/
.m_info_link {float:left; margin:10px 10px 0 0; color:#555; font-weight: bold; font-size:14px;}
.m_info_link:hover {color:#2879FF;}

/* gnb mobile */
.btn_menu_mobi {position: absolute; top: 10px; right: 10px; padding: 10px; text-align: center; font-size: 12px; color: #333; cursor: pointer; font-weight: bold;}
.btn_menu_mobi_icon {display: block; margin: 0 auto 10px;}
.header .gnb_mobi {display: block; overflow-y: scroll; position: fixed; top: 0; right: -100%; width: 100%; height: 100%; padding: 4%; background-color: #fff; box-sizing: border-box; z-index: 9999999; text-align: right; }
.btn_menu_mobi_cls {display: inline-block; font-size: 12px; font-weight: bold; cursor: pointer;}
.btn_menu_mobi_cls .icon {display: block; margin: 0 auto 10px;}

.menu_top_fst_mobi {margin-top: 20px; text-align: left;}
.menu_top_fst_mobi > li {padding: 20px; margin-bottom: 3px; box-sizing: border-box; border: 1px solid #bbb; cursor: pointer;}
.menu_top_fst_mobi > li > .txt {font-size: 23px; font-weight: bold;}
.menu_top_scd_mobi {display: none; margin-top: 20px; border-top: 1px solid #333;}
.menu_top_scd_mobi > li {position: relative; padding-left: 25px; margin-top: 20px; font-size: 19px; box-sizing: border-box;}
.menu_top_scd_mobi > li:before {content: ''; display: block; position: absolute; top: 9px; left: 10px; width: 7px; height: 0px; border-bottom: 1px solid #333;}
.menu_top_scd_mobi > li > .link {display: block;}
.menu_top_scd_mobi > li:hover > .link {font-weight: bold;}
.menu_top_trd_mobi {margin-top: 10px; font-size: 17px;}
.menu_top_trd_mobi > li {position: relative; display: inline-block; padding-left: 15px; line-height: 1.7;}
.menu_top_trd_mobi > li:before {content: ''; position: absolute; top: 13px; left: 5px; display: block; width: 3px; height: 3px; background-color: #666;}
.menu_top_trd_mobi > li > .link {display: block;}
.menu_top_trd_mobi > li > .link:hover {color:#a0ce4e;}

@media screen and (max-width:1200px) {
	.logo {float: none; padding: 10px;}
	.btn_menu_mobi {top: 5px; right: 5px;}
	
	.main {padding: 0 5px; box-sizing: border-box;}

	/* banner */
	.main_banner_area {padding-bottom:32%;}
	.main_banner_cont {}
	
	/* quick menu */
	.menu_quick {max-height:100%;}
	.quick_txt {font-size: 25px;}
	.quick_tit_sub .txt {font-size: 4vw;}
	.quick_tit_sub .txt.c_yellow {font-size: 5vw;}
	.quick_tit_sub .txt.small {font-size: 1vw;}
	.main_cont_sec01 {padding-top: 1px;}
	.menu_quick01 {width:100%; padding-bottom:15%;}
	.menu_quick01 li {width:calc(25% - (3px / 4)); height:100%; margin-bottom:0;}
	.menu_quick01 li:nth-of-type(2) {margin-right:1px;} 

	/* sermon */
	.menu_srm {float:none; width:100%; padding:8%; margin-bottom:1px;}
	.main_sec01 {padding-bottom: 31.25%;}
	.srm_cont {top: 55%; left: 0; height:auto; margin-left: 0; text-align: center;}
	.srm_video_area {display: none;}
	.srm_tit {font-size:30px; margin-bottom:30px;}
	.srm_tit:before {left: 50%; bottom:-20px; margin-left: -105px;}
	.banner_area {top:50%; left:50%; width:100%; transform: translate(-50%,-50%)}
	
	/* news */
	.news_area {padding: 0 10px;}
	
	/* worship */
	.wrsp_time_area {padding: 0 10px;}
	
	/* footer */
	.footer_cont {padding: 20px; text-align: center;}
	.logo_foot_img {display: none;}
	.copy_txt {font-size: 13px;}
}

@media screen and (max-width:768px) {

	/* banner */
	.main_banner_area {overflow:hidden; padding-bottom:45%; box-sizing:border-box;}
	
	/* quick menu */
	.menu_quick01 {float: none; width: 100%; padding-bottom: 62%; margin: 0 auto;}
	.menu_quick01 li {width:50%; height:50%; margin-right:0;}
	.menu_quick01 li:nth-of-type(1) {}
	.menu_quick01 li:nth-of-type(2) {margin-right: 0px;}
	.menu_quick01 li:nth-of-type(3) {margin-bottom: 0px;}
	.menu_quick01 li:nth-of-type(4) {margin-right: 0px; margin-bottom: 0px;}
	.menu_quick02 {float: none; width: 100%; padding-bottom: 62%; margin: 0 auto 1px;}
	.menu_quick02 .menu_quick_cont {padding: 8%;}
	.quick_txt {padding-top: 18%; font-size: 5vw;} 
	.quick_tit_sub .txt {font-size: 9vw;}
	.quick_txt_small {font-size: 2.5vw;}
	.quick_tit_sub .txt.c_yellow {font-size: 12vw;}
	.quick_tit_sub .txt.small {font-size: 4vw;}

	/* sermon */
	.main_sec01 {}
	.srm_cont {top:68%;}
	.srm_tit {font-size: 30px;}
	.srm_link {font-size: 14px;}
	.srm_btn_video {padding:10px 35px; margin-top:20px;}
	.banner_area {width:100%;}
	
	/* news */
	.main_cont_sec02 {padding-top: 30px;}
	.news_area {float: none; width: 100%;}
	.news_tit {font-size: 32px;}
	.news_list {margin-top: 10px;}
	.news_list > li {font-size: 16px;}
	.news_icon {width: 40px;}
	
	/* worship */
	.wrsp_time_area {display: none; float: none; width: 100%;}
	.wrsp_time_icon {padding-left: 10px; width: 50px;}
	i.wrsp_time_icon {height: 38px; padding-left: 10px;}
	
	/* gallery */
	.gall_tit {margin-bottom: 10px; text-align: left;}
	.gall_tit > .link {font-size: 32px;}
	.gall_list > li {width: calc(100%/4 - 1px);}
	.gall_list > li:nth-of-type(4) {margin-right: 0px;}
	.gall_list > li:nth-of-type(6) {margin-right: 1px;}
	.gall_list > li+li+li+li+li+li+li+li+li {display: none;}
	.gall_list_info {font-size: 11px; line-height: 1.1;}
	.gall_list_info_date {padding-top: 3px;}

	.main_cont_sec04 {flex-direction: column; padding-top: 0;}
	.main_cont_sec04 .gall_area {width: 100%; padding-top: 30px;}
	.main_cont_sec04 .gall_list > li {width: calc(100%/3 - 1px);}
	
	/* footer */
	.footer {margin-top: 5px; padding: 15px 0;}
	.copy_txt {display: none;}
	.copy_txt:first-of-type {display: block;}
	.bott_info {display: none;}
	
}

@media screen and (max-width:500px) {
	/* sermon */
	.main_sec01{width:95%; margin:0 auto; padding-bottom:46.25%;}
	.banner_area {width:150%;}
	.srm_cont {top: 0; left: 0; margin: 0 auto; height: 100%; padding-top: 25px; box-sizing: border-box;}
	.srm_btn_video {margin-top: 15px; padding: 10px 35px;}
	.srm_tit {margin-bottom: 20px; font-size: 25px;}
	.srm_tit:before {bottom: -13px;}
	.srm_link {font-size: 13px;}

	.banner_area .bx-wrapper .bx-pager {display:none;}

	/* gallery */
	.gall_list > li {width: calc(100%/3 - 1px);}
	.gall_list > li:nth-of-type(3) {margin-right: 0px;}
	.gall_list > li:nth-of-type(4) {margin-right: 1px;}
	.gall_list > li+li+li+li+li+li+li {display: none;}
}

/**************** subpage ****************/

.main_sub {min-height: 300px; padding: 50px 0;}

/* top title */
.top_tit_area {width: 100%;}
.top_tit_cont {padding: 32px 0px 32px 50px; box-sizing: border-box;}
.top_tit {font-size: 38px; font-weight: normal; color: #333; }

/* left ment */
.menu_left {float: left; width: 230px; box-sizing: border-box; text-align: center; }
.menu_left_tit {padding: 30px 0; font-size: 28px; font-weight: bold; color: #fff; text-shadow:1px 1px 1px rgba(0,0,0,0.5);}
.menu_left_list {font-size: 15px;}
.menu_left_list > li {border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #333;}
.menu_left_list > li > .link {display: block; width: 100%; padding: 17px 0; color: #333;}
.menu_left_list > li:hover > .link {font-weight: bold; background-color: #f2f2f2;}
.menu_left_trd {padding: 10px 0; font-size: 15px; border-top: 1px dashed #ddd;}
.menu_left_trd > li {position: relative; line-height: 2;}
.menu_left_trd > li > .link {display: block; box-sizing: border-box;}
.menu_left_trd > li:hover > .link {font-weight: bold;}

/* select menu */
.gnb_slct {display: none;}
.menu_slct_cont.swiper-container {text-align: center; border-bottom:1px solid #b5b5b5; box-sizing:border-box;}
.menu_slct_cont .swiper-wrapper {width: 100%; margin:0 auto; box-sizing:border-box;}
.menu_slct_cont .swiper-button-next, .menu_slct_cont .swiper-button-prev {width: 30px; margin: 0; box-sizing:border-box; border:0;}
.menu_slct_cont .swiper-button-next {top:0; left:auto; right:0; height:100%;}
.menu_slct_cont .swiper-button-prev {top:0; right:auto; left:0; height:100%;}
.menu_slct_cont li .link {color:#333;}

.menu_slct_fst_cont.swiper-container {padding:15px 0; font-size:30px; background:#dce3d1;}
.menu_slct_scd_cont.swiper-container {padding:13px 0; font-size:18px;}
.menu_slct_trd_cont.swiper-container {padding:13px 0; font-size:17px;}

.menu_slct_fst_cont .swiper-button-next, .menu_slct_fst_cont .swiper-button-prev {background:#a0ce4e; color:#fff; font-size:20px;}
.menu_slct_scd_cont .swiper-button-next, .menu_slct_scd_cont .swiper-button-prev {background:#d2d2d2; color:#fff;}
.menu_slct_trd_cont .swiper-button-next, .menu_slct_trd_cont .swiper-button-prev {background:#fff; color:#b5b5b5;}
.menu_slct_fst_cont .swiper-button-next i, .menu_slct_fst_cont .swiper-button-prev i {line-height:60px;}
.menu_slct_scd_cont .swiper-button-next i, .menu_slct_scd_cont .swiper-button-prev i {line-height:44px;}
.menu_slct_trd_cont .swiper-button-next i, .menu_slct_trd_cont .swiper-button-prev i {line-height:44px;}

/* main content */
.main_cont {float: right; width: 890px; box-sizing: border-box;}
#solution_title_comm {display: block !important; width: 100% !important; height: auto !important; margin-bottom: 20px !important; padding: 25px 0 !important; color: #333 !important; font-weight: 800 !important; border-bottom: 1px solid #333 !important; line-height: 1 !important;}
#solution_title_comm a {padding: 0 !important; line-height: 1 !important; font-weight: 800 !important; font-size: 36px !important;}

@media screen and (max-width:1200px) {
	.main_sub {padding: 0 0 20px 0;}
	.main_cont {float: none; width: 100%; padding: 0 10px;}
	#solution_title_comm {padding: 20px 0 !important; font-size: 32px !important; font-weight: bold !important; text-align: center !important; border-bottom: 0 !important;}
}

@media screen and (max-width:768px) {
	.gnb_slct {display: block;}
}


/* 반응형 클래스 */
.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;}
