/******** common ********/
.wrap {overflow: hidden; position: relative; width: 100%; font-family: 'NotoSansKR', serif; color: #333;}
.wrap .pc_area {display: block;}
.wrap .mobi_area {display: none;}
.cont_size {width: 1100px; margin: 0 auto;}
.m_hide {display:block;}

@media screen and (max-width:1100px) {
	.wrap .cont_size {width: 100%;}
	.wrap .pc_area {display: none;}
	.wrap .mobi_area {display: block;}
	.pc_hide {display:block;}
	.m_hide {display:none;}
	.m_none {display:none;}
}

/******** header ********/
.header {width: 100%; font-weight: 300;}
.header_cont {}
.header_cont01 {display: flex; justify-content: space-between; align-items: center; position: relative; padding-top: 10px; border-bottom: 1px solid #ddd;}
.header_cont02 {position: relative; color:rgba(255,255,255,0.8); box-sizing: border-box; z-index:99999}

@media screen and (max-width:1100px) {
  .header_cont01 {display: none;}
}

/* logo */
.logo {}

/* user menu */
.menu_user {overflow: hidden; padding: 10px; color: #a8a8a8;}
.menu_user > li {float: left; position: relative; padding:0 10px; font-size: 14px;}
.menu_user > li:hover {color: #F29200; font-weight: 400;}

/* top menu */
.menu_top {z-index: 9999999; }
.menu_top_fst_area {}
.menu_top_fst {display:table; position: relative; width:100%; table-layout: fixed; text-align:center;}
.menu_top_fst > li {display:table-cell; vertical-align: middle;}
.menu_top_fst > li > .link {position: relative; display: block; height: 100%; padding: 10px 0; color: #555; font-weight:600; text-align: center;}
.menu_top_fst > li:hover > .link  {color:#F29200;}

.menu_top_fst > li > .menu_top_scd {display:none; position:absolute; line-height: 32px; z-index: 9;}
.menu_top_fst > li:last-of-type .menu_top_scd {right:0;}
.menu_top_fst > li > .menu_top_scd.align_right01 {right:0;}
.menu_top_fst > li > .menu_top_scd.align_right02 {width: 100%; left: 50%; transform: translateX(-50%);}
.menu_top_fst > li > .menu_top_scd.align_right03 {right: 260px;}
.menu_top_fst > li > .menu_top_scd > li {position:relative; display:inline-block; width: auto; margin:0 12px;} 
.menu_top_fst > li > .menu_top_scd > li > a {font-size:14px; color:rgba(255,255,255,0.8);}
.menu_top_fst > li > .menu_top_scd > li > a:hover {color:#FAE100;}
.menu_top_fst > li > .menu_top_scd > li > a > i {margin-left:5px;}
.menu_top_scd_bg {width: 100%; height: 32px; background: #F29200;}

.menu_top_trd {display: none; position: absolute; width: 135px; background-color: #287be5; font-size: 14px; box-shadow:1px 1px 2px rgba(0,0,0,0.3);}
.menu_top_trd.show {display: block;}
.menu_top_trd > li {border-bottom: 1px solid #eee;}
.menu_top_trd > li > .link {display: block; color:#fff;}
.menu_top_trd > li > .link:hover {color: #FAE100;}

@media screen and (max-width: 1100px) {
	.menu_user > li > .link > span {display:none;}
	.menu_top_scd_bg {display:none;}
}
@media screen and (max-width: 768px) {
	.logo {max-width:200px}
}

/******** main ********/
.main {padding:2em 0; background: url('../img/body/main_bg.jpg') no-repeat bottom center #dbdbdb; background-size:cover;}
.banner_area {position: relative; width: 100%; height: 0; padding-bottom: 41.82%;}
.banner_cont {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.banner_cont img {width:100%;}
.banner_img_tmp {display: block; width: 100%;}

@media screen and (max-width:768px) {
	.main {padding:0.5em; box-sizing:border-box;}
}

/* section 01 */
.main_sec01 {margin: 1em 0;}
.main_sec01_cont {}
.main_sec01_list {color: #fff;}
.main_sec01_list > li {float: left; width: calc((100% - 3em) / 4); min-height: 250px; margin-right:1em; padding: 1em; box-sizing: border-box;}


.main_sec01_list > li.main_sec01_sermon {padding: 2em 1em 0; color: #281e16; background: url('../img/body/srm_bg.jpg') no-repeat center top; background-size: cover;}
.main_sec01_list > li.main_sec01_sermon  .sub_tit {margin-bottom: 5px; font-size: 1.8rem;}
.main_sec01_list > li.main_sec01_sermon  .tit {margin-bottom: 1.5em; font-weight: 600; font-size: 3rem; transition: all 0.5s;}
.main_sec01_list > li.main_sec01_sermon:hover  .tit {letter-spacing: 6px;}
.main_sec01_list > li.main_sec01_sermon > .info {line-height: 1.8;}
.main_sec01_list > li.main_sec01_sermon > .info > .name {font-size:1.4rem;}
.main_sec01_list > li.main_sec01_sermon > .info > .name:hover {font-weight:bold;}
.main_sec01_list > li.main_sec01_sermon > .info > .date {margin-bottom: 1em; font-size:1.4rem;}
.main_sec01_list > li.main_sec01_sermon > .info > .date:hover {font-weight:bold;}
.main_sec01_list > li.main_sec01_sermon > .info > .sbj {overflow:hidden; width:55%; text-overflow:ellipsis; white-space: nowrap; word-wrap:normal;}
.main_sec01_list > li.main_sec01_sermon > .info > .sbj:hover {font-weight:bold;}

.main_sec01_list > li.main_sec01_board {background:#f29404;}
.main_sec01_list > li.main_sec01_board.bg_blue {background:#3561a2;}
.main_sec01_list > li.main_sec01_board > .board_tit {display: flex; flex-direction: column; justify-content: space-between; align-items: center;}
.main_sec01_list > li.main_sec01_board > .board_tit > .txt {margin-bottom: 20px; font-weight: 600; font-size: 2.4rem;}
.main_sec01_list > li.main_sec01_board > .board_tit > .more {padding: 3px 7px; border: 1px solid #fff; transition:all 0.5s;}
.main_sec01_list > li.main_sec01_board > .board_tit > .more:hover {color: #000; background:#fff;}
.main_sec01_list > li.main_sec01_board > .menu_board_list {padding-top:1em;}
.main_sec01_list > li.main_sec01_board:last-of-type > .menu_board_list {border-top:1px solid #243A59;}
.main_sec01_list > li.main_sec01_board > .menu_board_list > li {line-height: 2; border-bottom: 1px solid rgba(255,255,255,0.2);}
.main_sec01_list > li.main_sec01_board > .menu_board_list > li:last-of-type {border-bottom: none;}
.main_sec01_list > li.main_sec01_board > .menu_board_list > li:after {content: ''; display:block; border-bottom: solid 2px #fff; transform: scaleX(0); transition: transform 0.4s ease-in-out; transform-origin:  0% 50%;}
.main_sec01_list > li.main_sec01_board > .menu_board_list > li:hover:after {transform: scaleX(1);}
.main_sec01_list > li.main_sec01_board > .menu_board_list > li > .link {display: flex; justify-content: space-between; align-items: center; font-size: 1.4rem;}
.main_sec01_list > li.main_sec01_board > .menu_board_list > li > .link > .sbj {overflow:hidden; width:calc(100% - 80px); text-overflow:ellipsis; white-space: nowrap; word-wrap:normal;}
.main_sec01_list > li.main_sec01_board > .menu_board_list > li > .link > .date {width:75px;}

.main_sec01_list > li.main_sec01_online {float:right; margin-right:0; background: url('../img/body/offering_bg.jpg') no-repeat right bottom #2b6044;}
.main_sec01_list > li.main_sec01_online > .link {display: flex; flex-direction: column; justify-content: center; align-items: center; height: calc(250px - 2em); border: 2px solid #fff;}
.main_sec01_list > li.main_sec01_online > .link > .board_tit {margin-bottom:5px; font-size: 2.4rem; transition: all 0.5s;}
.main_sec01_list > li.main_sec01_online:hover > .link > .board_tit {letter-spacing: 2px;}
.main_sec01_list > li.main_sec01_online > .link > .board_icon {margin-bottom: 10px; transition:all 0.5s;}
.main_sec01_list > li.main_sec01_online > .link:hover > .board_icon {transform: scale(0.9);}

@media screen and (max-width:768px) {
	.main_sec01 {margin: 0.5em 0;}
	.main_sec01_list > li {float: none; width:100%; min-height: auto; margin-bottom: 0.5em;}
	.main_sec01_list > li.main_sec01_sermon {padding: 2em 1em 1em;}
	.main_sec01_list > li.main_sec01_sermon  .tit {margin-bottom: 15px;}
	.main_sec01_list > li.main_sec01_sermon > .info > .date {margin-bottom: 10px;}
	.main_sec01_list > li.main_sec01_board > .board_tit {flex-direction: initial;}
	.main_sec01_list > li.main_sec01_board > .board_tit > .txt {margin-bottom: 0;}
	.main_sec01_list > li.main_sec01_online {float: none; width:100%;}
	.main_sec01_list > li.main_sec01_online > .link {height: calc(200px - 2em);}
}

/* section 02 */
.main_sec02 {}
.main_sec02_cont {}
.main_sec02_list {display: flex;}
.main_sec02_list > li {position:relative; width:calc((100% - 50px) / 6); min-height: 140px; margin-right:10px; padding: 1.5em 10px; background: #fff; box-sizing: border-box;}
.main_sec02_list > li:last-of-type {margin-right: 0;}
.main_sec02_list > li:hover {box-shadow: 3px 3px 5px #555 inset;}
.main_sec02_list > li > .link {}
.main_sec02_list > li > .link > .main_sec02_tit {margin-bottom: 1em; font-size: 2.4rem;}
.main_sec02_list > li > .link > .main_sec02_txt {color: rgba(0,0,0,0.7); font-weight: 500; font-size: 1.4rem; line-height: 1.2;}


@media screen and (max-width:1100px) {
	.main_sec02_list > li > .link > .main_sec02_tit {font-size: 2rem;}
}
@media screen and (max-width:768px) {
	.main_sec02_list {flex-wrap: wrap;}
	.main_sec02_list > li {width:100%; min-height: auto; margin-right:0px; margin-bottom: 0.5em; padding: 1em; text-align:left; box-sizing:border-box;}
	.main_sec02_list > li > .link {display: flex;}
	.main_sec02_list > li > .link > .main_sec02_tit {width: 130px; margin-bottom: 0;}
	.main_sec02_list > li > .link > .main_sec02_txt {width:calc(100% - 130px); font-size: 1.5rem;     line-height: 1.2;}
}

/******** footer ********/
.footer {background: #3c3c3c;}
.footer_cont {display: flex; justify-content: space-between; align-items: center; padding: 2em 0; color: #8d8d8d;}
.footer_logo {display: block; width: auto; max-width: 100%; margin-right: 6em;}
.copy_txt {font-size: 1.4rem; line-height: 1.4;}
.copy_txt.copy .bott_info_link {display: inline-block; margin: 5px; padding: 3px 10px; color:#727272; border: 1px solid #727272;}
.copy_txt.copy .bott_info_link:hover {color: #fff;}
.bott_info_link:hover {color: #fff;}

.footer_cont_user {display:none; justify-content: center; align-items: center; margin-top: 10px;}
.footer_cont_user > li {margin: 0 5px; padding: 3px 15px; border: 1px solid #727272; border-radius: 25px;}
.footer_cont_user > li:hover {color:#fff;}

@media screen and (max-width:768px) {
	.footer_cont {flex-direction: column; padding: 1em 0;}
	.footer_logo {margin-right: 0;}
	/*.bott_info_link {display:none;}*/
	.footer_cont_user {display: flex;}
}

/******** mobile ********/
.menu_top_mobi_area {display: flex; justify-content: space-between; align-items: center;}

.btn_sand_mobi {background: transparent; border: 0; cursor: pointer;}
.btn_sand_mobi i {color:#fff; font-size: 2rem;}
.btn_sand_mobi .btn_sand_icon {}
.top_menu_mobi_btn_cls {position: absolute; top: 25px; right: -40px; padding: 0; box-sizing: border-box; background: none; border: 0; cursor: pointer;}
.top_menu_mobi_btn_cls .line, .top_menu_mobi_btn_cls:after {position: absolute; left: 0; display: block; width: 90%; height: 3px; background-color: #0074e1;}


/* top menu mobile */
.wrap .menu_top_mobi {position: absolute; top: 0; left: -100%; width: 70%; background-color: #fff; box-shadow: 0px 3px 5px rgba(0,0,0,0.5); z-index: 99999999;}

.menu_top_fst_mobi {padding: 1em; color: #fff; background: #F29200; box-sizing: border-box;}
.menu_top_fst_mobi > li {border-bottom: 1px solid rgba(255,255,255,0.2); cursor: pointer;}
.menu_top_fst_mobi > li > .txt {position: relative; display: block; padding: 1em 6%; font:600 2rem NotoSansKR, serif;}
.menu_top_fst_mobi > li > .txt:hover {color: #000;}
.menu_top_fst_mobi > li > .txt .icon_arw {position: absolute; top: 50%; right: 6%; transform: translateY(-50%); font-size: 14px; opacity: 1;}
.menu_top_fst_mobi > li > .txt .icon_arw.active {transform: translateY(-50%) rotate(180deg); opacity: 0.3;}

.menu_top_scd_mobi {display: none; padding: 1em 0 2em; border-top: 1px solid rgba(255,255,255,0.2);}
.menu_top_scd_mobi > li {}
.menu_top_scd_mobi > li > .link {display: block; padding: 10px 6% 10px 15%; font-weight:500; font-size: 2rem; color: rgba(255,255,255,0.8); opacity: 0.6;}
.menu_top_scd_mobi > li > .link:hover {color: #000;}

.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:#287be5;}
.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%);}

/* 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 {padding: 0; background: #fff;}
.main_sub_cont {min-height: 600px;}

/* sub top */
.sub_top_tit_area {margin-bottom: 3em; background: url('../img/top/sub_top_bg.jpg') top center no-repeat; text-align: center;}
.sub_top_tit_area .tit {color: #fff; font-size: 30px; 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;}

/* ¼¶±â´ÂºÐµé */
.stwd_duty_tit {padding: 0.3em 1.6em !important;}

@media screen and (max-width:1100px) {
	.wrap .menu_top_mobi_area {display: flex; padding: 1em 0;}
	.sub_top_tit_area {margin-bottom: 0;}
}
@media screen and (max-width:768px) {
  .sub_top_tit_area {height: 70px;}
  .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: #555;}
.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: #FF9900; color:#808080; text-align: center; border-right: 1px solid #ccc;}
.menu_slct_list > li > .link {display: block; overflow:hidden; height: 50px; color:#fff; box-sizing: border-box; line-height: 50px; font-size: 14px; text-overflow:ellipsis; white-space: nowrap; word-wrap:normal;}
.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:1100px) {
  .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; text-align: center;}
.main_sub_cont .content > .sub_menu_left .left_tit {height: 110px; color:#fff; background: url('../img/left/sub_left_img.jpg') no-repeat; font-size: 2rem; text-shadow: 0px 0px 3px #000; border-bottom: 1px solid #ccc;}
.main_sub_cont .content > .sub_menu_left .menu_left > li {padding: 1em; border-bottom: 1px solid #ccc;}
.main_sub_cont .content > .sub_menu_left .menu_left > li:hover {color:#fff; background: #F29200;}
.main_sub_cont .content > .sub_menu_left .menu_left > li.active {background:#dddddd;}
.main_sub_cont .content > .main_cont_sub {width: calc(100% - 300px); min-height: 500px; padding-top: 2em;}

.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: #958abf; 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: #6b53c7; font-weight:600;}


#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:1100px) {
  .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 {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;}

/* ¹Ìµð¾îº¸µå ½æ³×ÀÏ */
.media_read_video_cover_img.portrait {height:100% !important;}
.media_i_img_wrap a .thumbnail .centered img.portrait {height: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);
  }
}

/* ¼¶±â´ÂºÐµé */
@media screen and (max-width:768px) {
	.stwd_cate_area.stwd_cate_area_type03 .stwd_card {flex: 0 1 calc(33.33% - 2%); margin-right: 3%; margin-bottom: 3%;}
	.stwd_cate_area.stwd_cate_area_type03 .stwd_card:nth-of-type(5n) {margin-right: 3%;}
	.stwd_cate_area.stwd_cate_area_type03 .stwd_card:nth-of-type(3n) {margin-right: 0%;}
  .stwd_cate_area.stwd_cate_area_type03 .stwd_card:nth-of-type(even) {margin-right: 3%;}
  .stwd_cate_area.stwd_cate_area_type03 .stwd_card_info_tit {font-size:1.4rem;}
}
