/******** common ********/
.wrap {overflow: hidden; position: relative; width: 100%; font-family: 'NanumGothic', serif; color: #333;}
.pc_area {display: block;}
.mobi_area {display: none;}
.cont_size {width: 980px; margin: 0 auto;}
.pc_hide {display:none;}

@media screen and (max-width:980px) {
	.wrap .cont_size {width: 100%;}
	.wrap .pc_area {display: none;}
	.wrap .mobi_area {display: block;}
	.pc_hide {display:block;}
}

/******** header ********/
.header {position: relative; width: 100%; font-weight: 300;}
.header_cont01 {display: flex; justify-content: space-between; align-items: center; padding: 1em 0;}
.header_cont02 {height: 45px; background: linear-gradient(to right, #078EDA, #066EA9); }

/* logo */
.logo {}
.logo .logo_img {}

/* user menu */
.menu_user {display: flex;}
.menu_user > li {margin-left: 5px; text-align:center;}
.menu_user > li > .link {color:#919191; font-size: 13px;}
.menu_user > li:hover > .link {color:#000; font-weight:600;}
.menu_user > li > .link > img {display:block; margin: 0 auto 5px;}

/* top menu */
.menu_top {position: relative; z-index: 9999999;}
.menu_top_fst {display: flex; justify-content: space-around; position: relative; height: 100%;}
.menu_top_fst > li {position: relative; height: 100%;}
.menu_top_fst > li > .link {display: block; color:#fff; line-height: 45px;}

.menu_top_scd {display: none; position: absolute; top: 45px; left: 50%; width: 160px; padding: 10px; box-sizing: border-box; background-color: #fff; font-size: 15px; border: 3px solid #078eda; transform: translateX(-50%); line-height: 1.6;}
.menu_top_scd > li {position: relative;}
.menu_top_scd > li > .link {color: #6d6e71; font-weight:500; font-size: 14px;}
.menu_top_scd > li:hover > .link {color: #078eda;}
.menu_top_scd > li > .link i {margin-left:5px;}

.menu_top_trd {display: none; position: absolute; top: 47px; padding: 1em; background-color: rgba(0,0,0,0.5); font-size: 14px; box-shadow:1px 1px 2px rgba(0,0,0,0.3);}
.menu_top_trd.show {display: block;}
.menu_top_trd > li {line-height: 1;}
.menu_top_trd > li > .link {display: block;}
.menu_top_trd > li > .link:hover {color: #FCA854;}

@media screen and (max-width: 980px) {
	.header_cont01 {padding:0;}
	.header_cont02 {height: 0;}
	.header_cont {display: inherit; height: 70px; box-sizing: border-box;}
	.logo {float:left; padding-left: 15px;}
	.header_cont_menu {float:right; width: 100%;}
}

/******** main ********/
.banner_area {position: relative; width: 100%; height: 0; padding-bottom: 42.14%;}
.banner_cont {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.banner_cont img {width:100%;}
/* section 01 */
.main_sec01 {padding: 2em 0; background: #eff5e5;}
.main_sec01_cont {display: flex; justify-content: space-between;}

.main_sec01_quick01 {display: flex; flex-direction: column; width: calc(25% - 5px);}
.main_sec01_quick01 > .link {overflow: hidden; position:relative;}
.main_sec01_quick01 > .link:first-of-type {margin-bottom:10px;}
.main_sec01_quick01 > .link > img {width: 100%; height:100%; }
.main_sec01_quick01 > .link > .main_sec01_quick01_tit {position:absolute; top: 10%; left: 10%; color: #fff;}
.main_sec01_quick01 > .link > .main_sec01_quick01_tit > .tit {margin-bottom: 10px; font-size: 2.6rem; transition:all 0.3s;}
.main_sec01_quick01 > .link:hover > .main_sec01_quick01_tit > .tit {font-size: 2.8rem;}
.main_sec01_quick01 > .link > .main_sec01_quick01_tit > .eng {font-weight: 600; font-size: 1.4rem;}

.main_sec01_quick02 {width: calc(75% - 5px);}
.main_sec01_quick02_menu {display: flex; justify-content: space-between; margin-bottom: 10px;}
.main_sec01_quick02_srm {width: calc(66.66% - 5px); padding: 2em 1em; background:url('../img/body/srm_bg.gif') no-repeat; background-size: 100% 100%; box-sizing: border-box;}
.main_sec01_quick02_srm > .tit {display: flex; margin-bottom: 1em; color: #fff;}
.main_sec01_quick02_srm > .tit > .f_01 {font-size: 3.6rem;}
.main_sec01_quick02_srm > .tit > .f_02 {margin-top: 7px; font-size: 3.4rem;}
.main_sec01_quick02_srm > .tit > .f_03 {margin-top: 2px; font-size: 3.2rem;}
.main_sec01_quick02_srm > .tit > .f_04 {margin-top: 9px; font-size: 2.8rem;}
.main_sec01_quick02_srm > .link {color: #fff; text-shadow: 0px 0px 2px #000; line-height: 2;}
.main_sec01_quick02_srm > .link:hover {font-weight:600;}
.main_sec01_quick02_srm > .link > .sbj {display:block; font-size: 2rem;}
.main_sec01_quick02_srm > .link > .body {display:block; font-size: 1.4rem;}
.main_sec01_quick02_srm > .link > .name {display:block; font-size: 1.4rem;}

.main_sec01_quick02_gal {width: calc(33.33% - 5px); padding: 15px; background:#fff; border:1px solid #D5D5D5; box-sizing: border-box;}
.main_sec01_quick02_list_tit {display: flex;  justify-content: space-between; margin-bottom: 20px;}
.main_sec01_quick02_list_tit > .tit {color:#056398; font-size: 18px;}
.main_sec01_quick02_list_tit > .more {padding: 0 5px; color:#fff; background:#078EDA; font-size: 14px;}
.main_sec01_quick02_list_tit > .more:hover {box-shadow:2px 2px 2px #ccc inset;}
.sec01_quick02_list {line-height: 1.5;}
.main_sec01_quick02_gal .sec01_quick02_list {line-height: 2.6;}
.sec01_quick02_list > li {}
.sec01_quick02_list > li > .link {display: flex; justify-content: space-between; font-size: 1.4rem;}
.sec01_quick02_list > li:hover > .link {color: #056398;}
.sec01_quick02_list > li > .link > .sbj {overflow:hidden; width:calc(100% - 100px); text-overflow:ellipsis; white-space: nowrap; word-wrap:normal;}
.sec01_quick02_list > li > .link > .date {width:90px;}

.main_sec01_quick02_list {display: flex; justify-content: space-between;}
.main_sec01_quick02_list > li {width: calc(33.33% - 5px); padding: 16px; background:#fff; border:1px solid #D5D5D5; box-sizing: border-box;}
.main_sec01_quick02_list > li.gal {}
.main_sec01_quick02_list_img {}
.main_sec01_quick02_list_img > .link {position: relative; overflow: hidden; display: block; width: 100%; height: 0; padding-bottom: 70%;}
.gal_list_info {display: flex; flex-direction: column; justify-content: flex-end; position: absolute; position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 8%; box-sizing: border-box; background-color: rgba(0,0,0,0.7); color: #fff; line-height: 1.3; font-size: 13px; z-index: 99; opacity: 0; transition: opacity 0.2s;}
.gal_list_info_date {padding-top: 10px;}
.main_sec01_quick02_list_img > .link > .thumbnail {position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: transform 0.2s; z-index: 9;}
.main_sec01_quick02_list_img > .link > .thumbnail .centered {position: absolute; top: 0; left: 0; right: 0; bottom: 0; -ms-transform: translate(50%, 50%); transform: translate(50%, 50%);}
.main_sec01_quick02_list_img > .link > .thumbnail .gal_list_img {display: block; position: absolute; top: 0; left: 0; width: auto; height: 100%; transform: translate(-50%,-50%);}
.gal_list_img.portrait {width: 100%; height: auto;}

/* ¾Ù¹ü È£¹ö È¿°ú */
.main_sec01_quick02_list_img:hover .gal_list_info {opacity: 1;}
.main_sec01_quick02_list_img .gal_list_info:before,
.main_sec01_quick02_list_img .gal_list_info:after {width: 5px; height: 0;}
.main_sec01_quick02_list_img .gal_list_info:before {right: 0;top: 0;}
.main_sec01_quick02_list_img .gal_list_info:after {left: 0; bottom: 0;}
.main_sec01_quick02_list_img:before,
.main_sec01_quick02_list_img:after,
.main_sec01_quick02_list_img .gal_list_info:before,
.main_sec01_quick02_list_img .gal_list_info:after {position: absolute; content: ''; background-color: #fff; z-index: 1; transition: all 0.4s ease-in; opacity: 0.8;}
.main_sec01_quick02_list_img:before,
.main_sec01_quick02_list_img:after {height: 5px; width: 0%;}
.main_sec01_quick02_list_img:before {top: 0; left: 0;}
.main_sec01_quick02_list_img:after { bottom: 0; right: 0;}
.main_sec01_quick02_list_img:hover .gal_list_info,
.main_sec01_quick02_list_img.hover .gal_list_info {opacity: 1;}
.main_sec01_quick02_list_img:hover .gal_list_info:before,
.main_sec01_quick02_list_img.hover .gal_list_info:before,
.main_sec01_quick02_list_img:hover .gal_list_info:after,
.main_sec01_quick02_list_img.hover .gal_list_info:after {height: 100%;}
.main_sec01_quick02_list_img:hover:before,
.main_sec01_quick02_list_img.hover:before,
.main_sec01_quick02_list_img:hover:after,
.main_sec01_quick02_list_img.hover:after,
.main_sec01_quick02_list_img:hover .gal_list_info:before,
.main_sec01_quick02_list_img.hover .gal_list_info:before,
.main_sec01_quick02_list_img:hover .gal_list_info:after,
.main_sec01_quick02_list_img.hover .gal_list_info:after {opacity: 0.1;}

@media screen and (max-width:980px) {
	.main_sec01 {padding: 1em 10px;}
	.main_sec01_cont {flex-direction: column;}
	.main_sec01_quick01 {flex-direction: initial; justify-content: space-between; width: 100%; margin-bottom: 10px;}
	.main_sec01_quick01 > .link {width: calc(50% - 5px); height:180px;}
	.main_sec01_quick01 > .link:first-of-type {margin-bottom: 0; background:url('../img/body/sec01_quick01.jpg') no-repeat; background-size: cover;}
	.main_sec01_quick01 > .link:nth-of-type(2) {background:url('../img/body/sec01_quick02.jpg') no-repeat; background-size: cover;}
	.main_sec01_quick01 > .link > img {display:none;}

	.main_sec01_quick02 {width:100%;}
}
@media screen and (max-width:500px) {
	.main_sec01_quick01 > .link {height: 150px;}
	.main_sec01_quick02_menu {flex-direction: column;}
	.main_sec01_quick02_srm {width:100%; margin-bottom: 10px;}
	.main_sec01_quick02_gal {width:100%;}
	.main_sec01_quick02_list {flex-direction: column;}
	.main_sec01_quick02_list > li {width: 100%; margin-bottom: 10px;}
}

/* °ü¸®ÀÚ ¹è³Ê */
#banner_roll_area {margin:1em 0;}

/******** footer ********/
.footer {background:url('../img/body/footerbg.gif') repeat;}
.footer_cont {display: flex; justify-content: space-between; align-items: center; padding: 2em 0;}
.footer_logo {}
.footer_info {color: #ccc; line-height: 1.4;}
.footer_info > .txt {font-size: 1.2rem; text-align: right;}

@media screen and (max-width:980px) {
	.footer_cont {flex-direction: column; padding: 1em; box-sizing: border-box;}
	.footer_logo {max-width:100%; margin-bottom: 10px;}
	.footer_info > .txt {text-align: center;}
}

/******** mobile ********/
.btn_sand_mobi {position: absolute; top: 7px; right: 1em; width: 35px; height: 28px; padding: 0; box-sizing: border-box; background: none; border: 0; cursor: pointer;}
.top_menu_mobi_btn_cls {position: absolute; top: 18px; right: 1em; padding: 0; box-sizing: border-box; background: none; border: 0; cursor: pointer;}
.btn_sand_mobi i, .top_menu_mobi_btn_cls i {font-size: 4rem;}
.top_menu_mobi_btn_cls i {color:#fff; font-size: 4rem;}


/* top menu mobile */
.wrap .menu_top_mobi {position: absolute; top: 0px; right: -100%; width: 100%; background-color: #111; box-sizing: border-box; box-shadow: 0px 3px 5px rgba(0,0,0,0.5); z-index: 99999999;}
.menu_top_mobi_logo {position: absolute; top: 10px; left: 1em; display: inline-block; width: 250px;}
.menu_top_mobi_logo > .link {display: block;}
.menu_top_mobi_logo .logo_img {display: block; max-width: 100%;}

.menu_top_fst_mobi {margin-top: 70px; padding: 0 6%; border-top: 1px solid #727272; color: #fff; box-sizing: border-box;}
.menu_top_fst_mobi > li {cursor: pointer;}
.menu_top_fst_mobi > li {border-bottom: 1px solid #727272;}
.menu_top_fst_mobi > li > .txt {position: relative; display: block; padding: 20px 1em; font:400 2rem NanumGothic, serif;}
.menu_top_fst_mobi > li > .txt:hover {background-color: #727272;}
.menu_top_fst_mobi > li > .txt .icon_arw {position: absolute; top: 50%; right: 6%; transform: translateY(-50%); font-size: 14px; opacity: 0.3;}
.menu_top_fst_mobi > li > .txt .icon_arw.active {transform: translateY(-50%) rotate(90deg); opacity: 1;}

.menu_top_scd_mobi {display: none; padding: 1em 0 2em; border-top: 1px solid #4c4c4c;}
.menu_top_scd_mobi > li {}
.menu_top_scd_mobi > li > .link {display: block; padding: 10px 6%; font-size: 17px; color: #fff; opacity: 0.6;}
.menu_top_scd_mobi > li > .link:hover {background-color: #333;}

.menu_top_trd_mobi {}
.menu_top_trd_mobi > li {}
.menu_top_trd_mobi > li > .link {position: relative; display: block; padding: 10px calc(6% + 20px); font-size: 15px; opacity: 0.6;}
.menu_top_trd_mobi > li > .link:hover {color:#fff; background-color: #333;}
.menu_top_trd_mobi > li > .link:before {content: ''; position: absolute; top: 50%; left: 7%; display: block; width: 8px; height: 1px; background-color: #999; transform: translateY(-50%);}

.menu_user_mobi {display: flex; justify-content: center; align-items: center; padding: 2em; font-size: 14px; color: #ccc; box-sizing: border-box;}
.menu_user_mobi > .link {padding: 0 1em; font-size: 2rem;}
.menu_user_mobi > .link:hover {font-weight:600;}

/* footer mobile */
.footer_btn_area {width: 100%; margin-bottom: 10px; text-align: center; font-size: 14px;}
.footer_btn_area > .link {display: inline-block; width: 100px; padding: 5px 15px; border-radius: 20px; border: 1px solid #ccc; color: #999;}
.footer_btn_area > .link:first-of-type {margin-right: 10px;}

/******** top (sub) ********/
.main.sub {background: url(../img/top/sub_cont_bg.jpg) no-repeat top; background-size: cover;}
.main_sub_cont {min-height: 600px;}

/* sub top */
.sub_top_tit_area {height: 264px; background: url('../img/top/subimg01.jpg') center no-repeat #CFECFA; text-align: center;}
.sub_top_tit_area .tit {font-size: 30px; font-family: 'NotoSerifKR', serif; line-height: 107px;}

.menu_slct_scd_swiper .swiper-button-next {display:block; right: 2px; background-image: url(../img/top/sub_top_arrow_r.png); background-size: auto;}
.menu_slct_scd_swiper .swiper-button-prev {display:block; left: 2px; background-image: url(../img/top/sub_top_arrow_l.png); background-size: auto;}
.menu_slct_trd_swiper .swiper-button-next {display:block; right: 2px; background-image: url(../img/top/sub_top_arrow_r.png); background-size: auto;}
.menu_slct_trd_swiper .swiper-button-prev {display:block; left: 2px; background-image: url(../img/top/sub_top_arrow_l.png); background-size: auto;}

@media screen and (max-width:980px) {
	.sub_top_tit_area {height: 0; padding-bottom: 21%; background-size: 100% 100%;}
	.sub_top_tit_area .tit {line-height: 70px; font-size: 22px;}
}

/* sub select menu */
.menu_slct_area {}
.menu_slct_cont  {}
.menu_slct.menu_slct_fst {display:none}
.menu_slct {position: relative; height: 50px; padding: 0 80px 0 20px; box-sizing: border-box; border-right: 1px solid #e4e4e4; cursor: pointer;}
.menu_slct .txt_slcted {position: relative; line-height: 50px; font-size: 15px; color: #555; text-align: left; z-index: 99;}
.menu_slct .icon_arw {position: absolute; top: 50%; right: 15px; color: #ccc; font-size: 12px; transform: translateY(-50%); z-index: 9;}
/*.menu_slct:hover {background-image: linear-gradient(120deg, #18315a 0%, #2a658d 100%);}*/
.menu_slct:hover .txt_slcted {color: #fff;}
.menu_slct:hover .icon_arw {color: #fff;}
.menu_slct_scd_swiper {position: relative; background: #a68f8e;}
.menu_slct.menu_slct_scd {width: calc(100% - 4em) !important; margin: 0 auto;}
.menu_slct.menu_slct_scd .menu_slct_list {background-color: #ddd;}
.menu_slct_list > li {width:25%; background-color: #ddd; color:#808080; text-align: center;}
.menu_slct_list > li > .link {display: block; height: 50px; box-sizing: border-box; line-height: 50px; font-size: 14px;}
.menu_slct_list > li > .link > i {margin-left: 5px;}
.menu_slct_trd_swiper {display:none; position: relative; background: #294f82;}
.menu_slct_trd_swiper.active {display:block;}
.menu_slct.menu_slct_trd {width: calc(100% - 4em) !important; margin: 0 auto;}
.menu_slct.menu_slct_trd.active {display:block;}
.menu_slct.menu_slct_trd .menu_slct_list {background-color: #ddd;}

@media screen and (max-width:980px) {
  .menu_slct_area .btn_home {width: 40px; height: 40px; font-size: 15px;}
  .menu_slct {padding:0;}
  .menu_slct .txt_slcted {overflow: hidden; line-height: 40px; font-size: 14px; text-overflow: ellipsis; white-space: nowrap;}
  .menu_slct .icon_arw {right: 8px;}
}

/* sub page */
.main_sub_cont .content {display: flex; justify-content: space-between; padding: 0 0 50px; background: rgba(255,255,255,0.8);}
.main_sub_cont .content > .sub_menu_left {width: 200px; }
.main_sub_cont .content > .sub_menu_left .left_tit {padding: 1.5em; font-size: 2rem; text-align: center; color:#fff; background: #078EDA;}
.main_sub_cont .content > .sub_menu_left .menu_left_scd {color:#a6a7a8;}
.main_sub_cont .content > .sub_menu_left .menu_left_scd > li {padding: 1em; font-weight:600; border-bottom: 1px solid #ccc; }
.main_sub_cont .content > .sub_menu_left .menu_left_scd > li:hover {background: #93c7ed;}
.main_sub_cont .content > .sub_menu_left .menu_left_scd > li > .link {display: flex; justify-content: space-between;}
.main_sub_cont .content > .sub_menu_left .menu_left_scd > li > .link i {color:#a6a7a8;}
.main_sub_cont .content > .sub_menu_left .menu_left_scd > li:hover > .link {color: #fff;}
.main_sub_cont .content > .sub_menu_left .menu_left_scd > li:hover > .link i {color:#fff;}
.main_sub_cont .content > .sub_menu_left .menu_left_scd > li.active {background:#dddddd;}
.menu_left_has_trd {position:relative;}
.menu_left_has_trd i {position:absolute; top:0; right:6px; color:#666; font-size:12px;}
.menu_left_trd {display:none; margin-top: 1em;}
.menu_left_trd.active {display:block;}
.menu_left_trd > li {}
.menu_left_trd > li > .link {display: block; padding: 1em 1.5em; color: #bf958a; font-size: 1.4rem; border-bottom: 1px solid #ccc;}
.menu_left_trd > li:last-of-type > .link {border-bottom: 1px solid transparent;}
.menu_left_trd > li:hover > .link {color: #bd6a55; font-weight:600;}
.main_sub_cont .content > .main_cont_sub {width: calc(100% - 250px); min-height: 500px; padding-top: 2em;}

.document_area.view .document_btn_blue.btn_edit {top:0 !important;}
.worship_view_area .wrsp_view_btn {z-index:9;}

#solution_title_comm {margin-bottom: 20px !important; padding: 0 !important; font-family: "NanumGothic"; font-weight: 300 !important; font-size: 30px !important; color: #333 !important; line-height: 30px !important;}
#solution_title_comm * {height: 30px !important; margin-bottom: 20px !important; padding: 0 !important; font-family: "NanumGothic"; font-weight: 300 !important; font-size: 30px !important; color: #333 !important; line-height: 30px !important;}
#solution_title_comm .top_tit_img {height: auto !important;}

@media screen and (max-width:980px) {
  .main_sub_cont {min-height: 450px;}
  .main_sub_cont .content {padding: 20px 10px; box-sizing: border-box;}
  .main_sub_cont .content .main_cont_sub {width: 100%;}
  #solution_title_comm {height: auto !important; text-align: center !important; font-size: 25px !important;}
  #solution_title_comm * {text-align: center !important; font-size: 25px !important;}
}

/* ¹ÝÀÀÇü Å¬·¡½º */
.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;}

/* btn effect */
.blob-btn {
  z-index: 1;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  background-color: transparent;
  outline: none;
  border: none;
  transition: color 0.5s;
  cursor: pointer;
  box-sizing:border-box;
}
.blob-btn:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.blob-btn:after {
  content: "";
  z-index: -2;
  position: absolute;
  left: 9px;
  top: 9px;
  width: 100%;
  height: 100%;
  border: 3px solid rgba(0,0,0,0.0);
  transition: all 0.3s 0.2s;
}
.blob-btn:hover {}
.blob-btn:hover:before {}
.blob-btn:hover:after {
  transition: all 0.3s;
  left: 0;
  top: 0;
}
.blob-btn__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.blob-btn__blobs {
  position: relative;
  display: block;
  height: 100%;
  filter: url("#goo");
}
.blob-btn__blob {
  position: absolute;
  top: 0px;
  width: 35%;
  height: 100%;
  background: #999;
  border-radius: 100%;
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: transform 0.45s;
}
@supports (filter: url("#goo")) {
  .blob-btn__blob {
    transform: translate3d(0, 150%, 0) scale(1.4);
  }
}
.blob-btn__blob:nth-child(1) {
  left: 0%;
  transition-delay: 0s;
}
.blob-btn__blob:nth-child(2) {
  left: 30%;
  transition-delay: 0.08s;
}
.blob-btn__blob:nth-child(3) {
  left: 60%;
  transition-delay: 0.16s;
}
.blob-btn__blob:nth-child(4) {
  left: 90%;
  transition-delay: 0.24s;
}
.blob-btn:hover .blob-btn__blob {
  transform: translateZ(0) scale(1.7);
}
@supports (filter: url("#goo")) {
  .blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.65);
  }
}