/******** common ********/
.wrap {overflow: hidden; position: relative; width: 100%; font-size: 1.6rem; font-family: 'NotoSansKR', serif; color: #333;}
.wrap .pc_area {display: block;}
.wrap .mobi_area {display: none;}
.cont_size {width: 1200px; 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_img {height: 45px;}

/* user menu */
.menu_user {overflow: hidden; padding: 10px; color: #a8a8a8;}
.menu_user > li {float: right; position: relative; padding:0 10px; font-size: 1.4rem;}
.menu_user > li:hover {color: #426faf; font-weight: 400;}

@media screen and (max-width: 500px) {
  .menu_user {width: 70px;}
  .menu_user > li {padding: 2px 10px;}
}
/* top menu */
.menu_top {z-index: 9999999; }
.menu_top_fst_area {}
.menu_top_fst {display: table; position: relative; width:100%; text-align:center; table-layout: fixed;}
.menu_top_fst > li {word-break: keep-all; vertical-align: middle; display: table-cell;}
.menu_top_fst > li > .link {position: relative; display: block; padding: 10px 0; font-size: 1.8rem; color: #555; font-weight:600; text-align: center;}
.menu_top_fst > li:hover > .link  {color:#426faf;}

.menu_top_fst > li > .menu_top_scd {display:none; position:absolute; line-height: 32px; z-index: 9;}
.menu_top_fst > li > .menu_top_scd.active {display: flex;}
.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:1.4rem; color:rgba(255,255,255,0.8);}
.menu_top_fst > li > .menu_top_scd > li > a:hover {color:#fff;}
.menu_top_fst > li > .menu_top_scd > li > a > i {margin-left:5px;}
.menu_top_scd_bg {width: 100%; height: 32px; background: #426faf;}

.menu_top_trd {display: none; position: absolute; width: 135px; background-color: #287be5; font-size: 1.4rem; 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 0; /*background: url('../img/main/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 {display: flex; align-items: center; justify-content: space-between; color: #fff; width: 100%;}
.main_sec01_list > li {width: 24%; min-height: 250px; padding: 1em; box-sizing: border-box;}


.main_sec01_list > li.main_sec01_sermon {padding: 2em 1em 0; color: #281e16; background: url('../img/main/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.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: 2rem;}
.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: 1em 0;}
.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 {margin-right:0; background: url('../img/main/offering_bg.jpg') no-repeat right bottom #2b6044;}
.main_sec01_list > li.main_sec01_online.bg_red {background:#a24535;}
.main_sec01_list > li.main_sec01_online.bg_yellow {background:#f29404}
.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);}

.main_sec01_list > li:nth-child(2) .board_icon {width: 100px;}
@media screen and (max-width:1024px) {
	.main_sec01_list{flex-wrap: wrap;}
	.main_sec01_list > li { width:50%;}

}

@media screen and (max-width:768px) {
	.main_sec01 {margin: 0.5em 0;}
	.main_sec01_list {display: block;}
	.main_sec01_list > li {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;}
}
/*** 텍스트 롤링 ***/
.text-swiper {margin: 15px 0;}
.text-swiper .swiper-wrapper {transition-timing-function: linear;}
.swiper-slide.text {display: inline-block; margin-right: 70px; white-space: nowrap; letter-spacing: -0.025em; font-size: 1.8rem; width: auto !important;}

@media screen and (max-width: 1020px) {
	.swiper-slide.text {font-size: 1.6rem;}
}
@media screen and (max-width: 768px) {
	.text-swiper {margin: 0 0 15px 0;}
	.swiper-slide.text {font-size: 14px;}
}

/******** 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;}

.footer .rel_area {position: relative; padding: 3px 10px; margin: 5px; border: 1px solid #727272; font-size: 1.4rem; line-height: 1.4;}
.footer .rel_area .rel_btn{display: block; color: #727272; cursor: pointer;}
.footer .rel_area:hover > .rel_btn {color: #fff;}
.footer .rel_area .icon{position: absolute; right: 10px; top: -3px; font-size: 2rem; transition: 0.3s;}
.footer .rel_area:hover .icon {color: #fff;}
.rel_list {position: absolute; left: 0; bottom: 27px; display: none; padding: 20px 10px;width: 93%; color: #727272; font-size: 1.4rem; line-height: 1.4; background: #3c3c3c; z-index: 99999999;}
.rel_list > li {padding: 5px 0;}
.rel_list > li:hover {color: #fff;}

@media screen and (max-width:1100px) {
	.footer .rel_area {width: 150px; margin-top: 10px;}
}

@media screen and (max-width:768px) {
	.footer_cont {flex-direction: column; padding: 1em 0; text-align: center;}
	.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;}
.logo_img_mobi {max-width: 200px;}
.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: #426faf; 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: 1.4rem; 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: 1.5rem; 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: 1.4rem;}
.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/main/sub_top_bg.jpg') top center no-repeat; text-align: center;}
.sub_top_tit_area .tit {color: #fff; font-size: 3rem; line-height: 107px;}

.menu_slct_scd_swiper .swiper-button-next {display:block; right: 2px; background-image: url(../img/main/sub_top_arrow_r.png); background-size: auto;}
.menu_slct_scd_swiper .swiper-button-prev {display:block; left: 2px; background-image: url(../img/main/sub_top_arrow_l.png); background-size: auto;}
.menu_slct_trd_swiper .swiper-button-next {display:block; right: 2px; background-image: url(../img/main/sub_top_arrow_r.png); background-size: auto;}
.menu_slct_trd_swiper .swiper-button-prev {display:block; left: 2px; background-image: url(../img/main/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;}
	.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: 2.2rem;}
}

/* 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: 1.5rem; color: #555; text-align: left; z-index: 99;}
.menu_slct .icon_arw {position: absolute; top: 50%; right: 15px; color: #ccc; font-size: 1.2rem; 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: #426faf;}
.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; overflow:hidden; height: 50px; box-sizing: border-box; line-height: 50px; font-size: 1.4rem; 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: 1.5rem;}
  .menu_slct {padding:0;}
  .menu_slct .txt_slcted {overflow: hidden; line-height: 40px; font-size: 1.4rem; text-overflow: ellipsis; white-space: nowrap;}
  .menu_slct .icon_arw {right: 8px;}
}

/* sub page */
.document_area.view .document_cont_sec {margin-top: 0;}
.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: #426faf; 
font-size: 2rem; border-bottom: 1px solid #ccc; line-height: 110px;}
.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:#333; background: #d5e4fc;}
.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: "NotoSansKR"; font-weight: 300 !important; font-size: 3rem !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: 3rem !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: 2.5rem !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: 2.4rem;
  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;}
}

/* 온라인 약정 */
.online_agreement {
	position: relative;
	font-weight: 300;
	line-height: 1.5;
	word-break: keep-all;
}
.box_agreement {
	padding: 40px 20px; 
	width: 100%;
	background: url('../img/sub/online_top_bg.png') no-repeat center right / contain 
	,linear-gradient(to bottom, #a9dfe8, #9bd6e2);
	font-size: 1.6rem;
	line-height: 1.7;
	box-sizing: border-box;
}
.box_agreement h3{
	color: #00306e;
	margin-bottom: 10px;
	font-size: 2rem;
	font-weight: 500;
}
.online_agreement .tit {
	font-size: 2.4rem;
	font-weight: 300;
	margin: 40px 0 20px;
}
.online_agreement .txt {
	font-size: 1.6rem;
}
.online_agreement .txt i {
	color: #426faf;
}
.online_agreement .file_down {
	display: inline-block;
	padding: 8px 20px;
	border-radius: 20px;
	font-size: 1.6rem;
	border: 1px solid #ccc;
	margin: 10px 0 30px;
}
.online_agreement .file_down:hover {
	background: #426faf;
	color: #fff;
	border: 1px solid #426faf;
}
.online_agreement .file_down i {
	color: #426faf;
}
.online_agreement .file_down:hover i {
	color: #fff;
}
/* 온라인 약정 폼 양식 */
.online_agreement .esse {
	color: #f36;
}
.online_form_area .form_tit {
	font-size: 2rem;
	color: #fff;
	padding: 20px 10px;
	background: #426faf;
}
.online_form_area .row_area{
	display: flex;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}
.online_form_area .row_area > label {
	display: flex;
	align-items: center;
	width: 50%;
}
.online_form_area .row_area .online_f_tit {
	display: inline-block;
	width: 150px;
	font-size: 1.4rem;
	padding: 20px;
	margin-right: 10px;
	font-weight: bold;
	box-sizing: border-box;
}
.online_form_area .row_area.noflex > label{
	display: block;
	width: 100%;
}
.online_form_area .ipt_txt.addr1 {
	margin-left: -3px;
	margin-bottom: 10px;
}
.online_form_area .ipt_txt.addr2 {
	margin-left: 160px;
	margin-bottom: 10px;
}
.online_form_area .ipt_txt.addr3 {
	margin-bottom: 10px;
}
.online_form_area .btn_areacode {
	margin-right: 200px;
	margin-bottom: 10px;
}
.online_form_area .row_area span.txt {
	font-size: 1.4rem;
}
.online_form_area .row_area .ipt_radio,
.online_form_area .row_area .ipt_chk{
	margin: 0;
}
.online_form_area .row_area.noflex > label.online_info_consent {
	display: flex;
	background: #f9f9f9;
}
.online_form_area .row_area.noflex > label.online_info_consent > div {
	width:calc(100% - 160px);
	word-break: keep-all;
}
.online_form_area .submit {
	display: flex;
	align-items: center;
	justify-content: center;
}
.online_form_area .submit > .ap_btn {
	display: block;
	margin: 50px 10px 0; 
	width: 170px;
}
/* 리뷰 영역 */
.on_app_review {display: none; overflow: hidden; position: fixed; top: 50%; left: 50%; width: 50%; 
padding: 15px; transform: translate(-50%,-50%); background-color: #fff; border-radius: 10px; box-sizing: border-box; 
box-shadow: 1px 1px 3px rgba(0,0,0,0.7); z-index: 9999999;}
.on_app_review.show {display: block;}

.on_app_list_review {display: flex; flex-wrap: wrap; margin-bottom: 20px;}
.on_app_list_review > li {flex: 1 1 48%; margin: 0 2px; padding-top: 1em; border-bottom: 1px solid #eee; box-sizing: border-box;}
.on_app_list_review > li:last-child {display: none;}

.on_app_list_review .cate {margin-bottom: 5px; font-size: 13px; font-weight: 600;}
.on_app_list_review .txt {margin-bottom: 0.6em; font-size: 13px; color: #42a6ac;}
.on_app_btn_area {text-align: center;}
.on_app_btn_area > button {margin: 0 10px; width: 170px;}
@media screen and (max-width: 768px) {
	.box_agreement {
		background: url('../img/sub/online_top_bg.png') no-repeat center right / cover
	}
	.box_agreement h3,
	.box_agreement p{
		color: #fff;
		text-shadow: 1px 1px 1px black;
	}
	.box_agreement br{
		display: none;
	}
	.box_agreement,
	.online_agreement .tit,
	.online_agreement .txt{
		text-align: center;
	}
	.online_agreement .file_down {
		display: block;
		width: 190px;
		margin: 10px auto 30px;
		box-sizing: border-box;
	}

	.online_form_area .row_area {
		display: block;
		border-bottom: none;
	}
	.online_form_area .row_area > label {
		width: auto;
		padding: 10px 0;
		border-bottom: 1px solid #ddd;
	}
	.online_form_area .row_area.noflex > label {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.online_form_area .ipt_txt {
		width: calc(100% - 105px);
	}
	.online_form_area .row_area .online_f_tit {
		padding: 0;
		width: 95px;
	}
	.online_form_area .ipt_txt.addr1 {
		width: calc(100% - 220px);	
	}
	.online_form_area .ipt_txt.addr2, 
	.online_form_area .ipt_txt.addr3{
		margin-left: 0;
		width: 49%;
		margin-bottom: 0;
	}
	.online_form_area .btn_areacode {
		margin-right: 0;
		width: 105px;
	}
	.row_area .online_identity .online_f_tit {
		width: 80px;
	}
	.online_donation_amount .txt{
		display: none;
	}
	.online_form_area .row_area.noflex > label.online_identity,
	.online_form_area .row_area.noflex > label.online_method,
	.online_form_area .row_area.noflex > label.online_p_method{
		justify-content: flex-start;
	}
	.online_form_area .online_identity .online_f_tit,
	.online_form_area .online_method .online_f_tit,
	.online_form_area .online_p_method .online_f_tit{
		width: 100%;
		margin-bottom: 10px;
	}
	.online_form_area .row_area.noflex > label > label {
		margin-right: 10px;
	}
	.online_period .online_f_tit {
		margin-bottom: 10px;
	}
	.online_form_area .row_area.noflex > label.online_info_consent > div {
		width: calc(100% - 105px);
	}
	.on_app_review {
		width: 90%;
	}
}