/******** 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;}

@media screen and (max-width:1100px) {
	.wrap .cont_size {width: 100%;}
	.wrap .pc_area {display: none;}
	.wrap .mobi_area {display: block;}
}

/******** header ********/
.header {width: 100%; font-weight: 300;}
.header_cont {}
.header_cont01 {padding: 20px 0; border-bottom: 1px solid #ccc;}
.header_cont02 {position: relative; height: 105px; box-sizing: border-box;}

.header_cont02 .logo {position: absolute; top: 50%; left: 0; display: inline-block; width: 250px; transform: translateY(-50%);}
.header_cont02 .logo .link {display: block;}
.logo .logo_img {display: block; width:auto; max-width:100%;}

@media screen and (max-width:1100px) {
  .header_cont02 {height: 60px;}
}

/* service menu */
.menu_service {overflow: hidden; float: left;}
.menu_service > li {float: left; margin-right: 20px; font-size: 14px;}
.menu_service > li:hover {font-weight: 400;}

/* user menu */
.menu_user {overflow: hidden; float: right;}
.menu_user > li {float: left; position: relative; margin-left: 30px; font-size: 14px;}
.menu_user > li:last-of-type:before {content: ''; position: absolute; top: 5px; left: -10px; width: 6px; height: 6px; border-radius: 100%; background-color: #00b3e4;}
.menu_user > li:hover {font-weight: 400;}
.menu_user > li > .link.admin {font-weight: 500; color: #00b3e4;}

/* top menu */
.menu_top {float: right; position: relative; height: 105px; box-sizing: border-box; font-family: 'NotoSerifKR', serif; z-index: 9999999;}
.menu_top_fst {height: 100%;}
.menu_top_fst > li {float: left; position: relative; height: 100%;}
.menu_top_fst > li > .link {position: relative; display: block; height: 100%; padding: 0 20px; line-height: 105px; font-size: 20px; font-weight: 400; text-align: center;}
.menu_top_fst > li > .link:before {content: ''; position: absolute; top: 50%; right: -7px; width: 12px; height: 1px; background-color: #ccc; transform: rotate(-50deg);}
.menu_top_fst > li:last-of-type > .link:before {display: none;}

.menu_top_scd {display: none; position: absolute; top: 105px; left: 50%; width: 170px; padding: 25px 0px 10px; box-sizing: border-box; background-color: #eee; font-size: 15px; box-shadow: 0px 2px 5px rgba(0,0,0,0.1) inset; transform: translateX(-50%);}
.menu_top_scd:before {content: ''; position: absolute; top: 0; left: 50%; width: 30px; height: 13px; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-color: #fff; transform: translateX(-50%);}
.menu_top_scd > li {position: relative; padding: 0 15px; box-sizing: border-box;}
.menu_top_scd > li > .link {position: relative; display: block; padding: 10px 3px 6px; box-sizing: border-box; border-bottom: 1px solid #fafafa; font-weight: 400;}
.menu_top_scd > li > .link:hover {color: #016ea7;}
.menu_top_scd .icon {position: absolute; top: 9px; right: 0; color: #bbb; font-size: 16px;}
.menu_top_scd .icon.fa-plus {font-size: 11px;}
.menu_top_scd > li > .link:hover .icon {color: #016ea7;}

.menu_top_trd {display: none; position: absolute; top: 0; right: -150px; width: 150px; background-color: #fff; 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; padding: 8.5px 18px 8.5px; box-sizing: border-box;}
.menu_top_trd > li > .link:hover {color: #016ea7;}

/******** main ********/
.banner_area {position: relative; width: 100%; height: 0; padding-bottom: 31.25%;}
.banner_cont {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.banner_cont > img {width: 100%; height:100%;}
.banner_main.bm_swiper {width:100% !important;}
.banner_img_tmp {display: block; width: 100%;}

/* section common */
.main_sec_tit {font-size: 36px; font-family: 'NotoSerifKR', serif; font-weight: 300; text-align: center; line-height: 1.7;}
.main_sec_tit .str {font-weight: 700;}
.main_sec_tit_eng {margin-bottom: 60px; font-size: 20px; font-family: 'NotoSerifKR', serif; text-align: center; color: #999;}

/* section 01 */
.main_sec01 {}
.main_sec01 .main_sec_cont {padding: 85px 0;}

.main_sermon_area {}
.main_sermon_area .cont_left {float: left; width: 47.64%; height: 445px; box-sizing: border-box;}
.main_sermon_area .cont_right {float: right; width: 52.36%; background-color: #f4f4f4; height: 445px; box-sizing: border-box;}

.srm_news_play_area {position: relative; overflow: hidden; cursor: pointer;}
.srm_news_play_area .icon_play {display:none; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: transform 0.2s; z-index: 9999;}
.srm_news_play_area .icon_play.show {display:block;}
.srm_news_play_area .bg_play {display:block; position: relative; top: 0%; left: 50%; transform: translate(-50%,0%); max-height: 300px; transition: opacity 0.2s; opacity: 1; z-index: 9;}
.srm_news_play_area .bg_play.show {z-index:999;}
.srm_news_play_area:hover .icon_play {transform: translate(-50%,-50%) scale(1.07);}
.srm_news_play_area:hover .bg_play {opacity: 0.9;}

.srm_news_video {position: absolute; top: 0%; left: 50%; display: block; width:100%; height:100%; transform: translate(-50%,0%); max-height: 300px; transition: opacity 0.2s; opacity: 1; z-index: 99;}

.srm_news_info {display: block; width: 100%; height: calc(100% - 300px); padding: 24px; box-sizing: border-box; background: url('../img/body/srm_news_btm_bg.jpg') right bottom no-repeat; background-size: cover; color: #fff; transition: opacity 0.2s;}
.srm_news_info .sbj {overflow:hidden; width:100%; margin-bottom: 2%; font-size: 24px; font-family: 'NotoSerifKR', serif; text-overflow:ellipsis; white-space:nowrap;}
.srm_news_info .step {margin-bottom: 4%; font-size: 16px; font-family: 'NotoSerifKR', serif; opacity: 0.7;}
.srm_news_info .info {font-size: 0;}
.srm_news_info .info .txt {position: relative; display: inline-block; font-size: 16px;}
.srm_news_info .info .txt:nth-of-type(1) {position: relative; padding-right: 10px;}
.srm_news_info .info .txt:nth-of-type(1):before {content: ''; position: absolute; top: 9px; right: -6px; width: 10px; height: 1px; background-color: #fff; opacity: 0.7; transform: rotate(-65deg);}
.srm_news_info .info .txt:nth-of-type(2) {padding-left: 10px;}
.srm_news_info:hover {opacity: 0.9;}

.srm_list_area {position: relative;}
.srm_list_cont {position: relative; padding: 9% 9% 0 9%;}
.srm_list_cont .tit {margin-bottom: 40px; font-size: 30px; font-family: 'NotoSerifKR', serif;}
.srm_list_cont .btn_more {position: absolute; top: 60px; right: 50px; font-size: 14px; color: #999;}
.srm_list_cont .btn_more:hover {color: #333;}
.srm_list {}
.srm_list > li {position: relative; border-bottom: 1px solid #ccc;}
.srm_list > li > .link {overflow: hidden; display: block; padding: 13px 9px; box-sizing: border-box;}
.srm_list > li > .link > .txt {float: left; overflow: hidden; width: calc(100% - 75px); text-overflow: ellipsis; white-space: nowrap; color: #777; transition: color 0.2s;}
.srm_list > li > .link > .date {float: right; width: 70px; text-align: right; color: #aaa; transition: color 0.2s;}
.srm_list > li:hover > .link > .txt {color: #18315a;}
.srm_list > li:hover > .link > .date {color: #18315a;}
.srm_list > li:hover:before {content: ''; position: absolute; top: 18px; left: -10px; display: block; width: 8px; height: 8px; background-image: linear-gradient(120deg, #18315a 0%, #2a658d 100%); transform: rotate(45deg);}

.srm_list_quick {overflow: hidden; position: absolute; bottom: 0; left: 0; width: 100%; text-align: center; color: #fff;}
.srm_list_quick .link {display: block; float: left; width: 33.333%; padding: 5%; box-sizing: border-box; border-right: 1px solid #ccc; font-size: 20px; background-image: url('../img/body/main_sec01_bg.jpg');}
.srm_list_quick .link:last-of-type {border-right: 0;}

@media screen and (max-width:768px) {
  .main_sec01 .main_sec_cont {padding: 30px 22px 10px;}
  .main_sermon_area .cont_left {float: none; width: 100%; height: auto;}
  .main_sermon_area .cont_right {float: none; width: 100%; height: auto;}
  
  .main_sec_tit {font-size: 30px; text-align: center; word-break: keep-all; line-height: 1.3;}
  .main_sec_tit_eng {margin-bottom: 30px; padding-top: 10px; font-size: 16px; word-break: keep-all;}
  
  .srm_news_info {}
  .srm_news_info .sbj {font-size: 23px;}
  .srm_news_info .step {font-size: 14px;}
  .srm_news_info .info .txt {font-size: 14px;}
  
  .srm_list_cont {overflow: hidden; padding: 10px;}
  .srm_list_cont .tit {float: left; width: 30%; padding: 10px; line-height: 1.3; word-break: keep-all;}
  .srm_list_cont .btn_more {left: 24px; bottom: 28px; top: auto;}
  .srm_list {float: right; width: 70%; margin-bottom: 15px; font-size: 14px;}
  .srm_list > li+li+li+li {display: none;}
  .srm_list_quick {position: static;}
  .srm_list_quick .link {padding: 3%; font-size: 15px;}
}

@media screen and (max-width:400px) {
  .srm_list_cont .tit {font-size: 20px;}
  .main_sec_tit {font-size: 25px;}
}

/* section 02 */
.main_sec02 {background: url('../img/body/main_sec02_bg.jpg') no-repeat; background-size: cover; background-attachment: fixed;}
.main_sec02 .main_sec_cont {padding: 55px 0;}
.main_sec02 .cont_left {float: left; width: 245px; box-sizing: border-box;}
.main_sec02 .cont_right {float: right; width: calc(100% - 245px); box-sizing: border-box;}
.news_tit {margin-bottom: 60px; font-size: 36px; font-family: 'NotoSerifKR', serif; color: #fff;}

.news_timeline_area {padding-left: 25px; box-sizing: border-box;}
.news_timeline {width: 100%;}
.news_timeline > li {position: relative; width: 100%; padding: 0 17px; margin-bottom: 30px; font-size: 20px; font-weight: 300; color: #fff; box-sizing: border-box; opacity: 0.6; cursor: pointer;}
.news_timeline > li.active {font-weight: 500; opacity: 1;}
.news_timeline > li:hover {opacity: 1;}
.news_timeline > li:before {content: ''; position: absolute; top: 7px; left: 0; display: block; width: 8px; height: 8px; background-color: #fff; border-radius: 100%;}
.news_timeline > li:after {content: ''; position: absolute; top: 19px; left: 3px; display: block; width: 1px; height: 33px; background-color: #fff; opacity: 0.7;}
.news_timeline > li:last-of-type:after {display: none;}

.news_tbl_area {position: relative; min-height: 306px; transform-style: preserve-3d; transform: perspective(1000px) translateZ(0px); }
.news_tbl_item {visibility: hidden; position: absolute; top: 0; left: 0; padding: 15px 25px; transform: rotateX(360deg); background-color: rgba(255,255,255,0.8); transition: transform 0.5s ease; backface-visibility: hidden; opacity: 0; z-index: 99;}
.news_tbl_item.show {visibility: inherit; transform: rotateX(0deg); opacity: 1;}
.news_tbl {width: 100%; text-align: center; table-layout: fixed;}
.news_tbl_col:nth-of-type(1) {width: calc(100% - 100px);}
.news_tbl_col:nth-of-type(2) {width: 100px;}
.news_tbl th {padding: 14px 0; font-size: 18px; font-weight: 400; border-bottom: 1px solid #333;}
.news_tbl td {padding: 14px 10px; font-size: 16px; border-bottom: 1px solid #cecece;}
.news_tbl td:first-of-type {position: relative; text-align: left;}
.news_tbl td:first-of-type:hover:before {content: ''; position: absolute; top: 19px; left: -13px; display: block; width: 6px; height: 6px; background-image: linear-gradient(120deg, #18315a 0%, #2a658d 100%); transform: rotate(45deg);}
.news_tbl td:last-of-type {color: #777;}
.news_tbl td .link {overflow: hidden; display: block; width: 100%; text-overflow: ellipsis; white-space: nowrap;}
.news_tbl td .link:hover {color: #18315a; font-weight: 500;}
.news_tbl tr:last-child td {border-bottom: 0;}

@media screen and (max-width:768px) {
  .main_sec02 .main_sec_cont {padding: 32px 22px 10px;}
  .main_sec02 .cont_left {float: none; width: 100%;}
  .main_sec02 .cont_right {float: none; width: 100%;}
  .news_tit {font-size: 28px; margin-bottom: 20px;}
  .news_timeline_area {padding-left: 10px;}
  .news_timeline {overflow: hidden; padding:10px 0;}
  .news_timeline > li {float: left; display: inline-block; width: auto; padding: 0 13px; margin-bottom: 10px; font-size: 17px;}
  .news_timeline > li:before {width: 6px; height: 6px;}
  .news_timeline > li:after {display: none;}
  .news_tbl_area {min-height: 285px;}
  .news_tbl_item {padding: 0;}
  .news_tbl th {border-bottom: 1px solid #a2a2a2;}
  .news_tbl td {padding: 0; border-bottom: 1px solid #ccc;}
  .news_tbl td .link {padding: 15px;}
  .news_tbl_col:nth-of-type(1) {width: 70%;}
  .news_tbl_col:nth-of-type(2) {width: 30%;}
}

/* section 03 */
.main_sec03 {}
.main_sec03 .main_sec_cont {padding: 75px 0;}

.album_top {overflow: hidden; margin-bottom: 10px; border-top: 1px solid #dcdcdc;}
.album_top .btn_arw {float: left; width: 50px; height: 35px; background: none; border: 0; border-bottom: 1px solid #dcdcdc; border-left: 1px solid #dcdcdc; border-right: 1px solid #dcdcdc; text-align: center; box-sizing: border-box; font-size: 20px; cursor: pointer; color: rgba(0,0,0,1); line-height: 35px;}
.album_top .btn_arw:hover {color: rgba(0,0,0,0.5);}
.album_top .btn_arw.arw_right {border-left: 0;}
.album_top .btn_arw.disable {color: rgba(0,0,0,0.5); cursor: default;}
.album_top .btn_more {float: right; display: block; width: 100px; height: 35px; background: none; color: #666; font-weight: 500; text-align: center; line-height: 35px; border-bottom: 1px solid #dcdcdc; border-right: 1px solid #dcdcdc; border-left: 1px solid #dcdcdc; font-size: 15px;}
.album_top .btn_more:hover {color: #333;}

.album_list {}
.album_list > li {float: left; width: calc((100% - 66px) / 3); }
.album_list > li:nth-of-type(2) {margin: 0 33px;}
.album_list > li > .link {overflow: hidden; position: relative; display: block; width: 100%; height: 0; padding-bottom: 64.34%;}
.album_list .thumbnail {overflow: hidden; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9;}
.album_list_img {display: block; position: absolute; top: 50%; left: 50%; width: auto; height: 100%; transform: translate(-50%, -50%);}
.album_list_img.portrait {width: 100%; height: auto;}
.album_list_info {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); transition: opacity 0.3s; opacity: 0; z-index: 99;}
.album_list_info .more {position: absolute; top: -60px; right: -60px; padding: 10px; transition: all 0.3s;}
.album_list_info .more .icon {position: relative; color: #fff; font-size: 20px; z-index: 99;}
.album_list_info .more_bg {position: absolute; top: 0; right: 0; width: 0; height: 0; border-top: 60px solid #000; border-left: 60px solid transparent; z-index: 9;}
.album_list_info .txt_area {position: absolute; bottom: 0; left: 0; width: 100%; padding: 25px; color: #fff; font-weight: 300; box-sizing: border-box;}
.album_list_info .txt_area .sbj {padding-bottom: 14px; margin-bottom: 14px; font-size: 22px; border-bottom: 1px solid rgba(255,255,255,0.4); line-height: 1.2;}
.album_list_info .txt_area .date {font-size: 16px;}
.album_list > li:hover .album_list_info {opacity: 1;}
.album_list > li:hover .more {top: 0; right: 0;}

@media screen and (max-width:768px) {
  .main_sec03 .main_sec_cont {padding: 30px 22px;}
  .album_list > li {width: calc((100% - 20px) / 3);}
  .album_list > li:nth-of-type(2) {margin: 0 10px;}
}

@media screen and (max-width:450px) {
  .album_list > li {width:100%;}
  .album_list > li:nth-of-type(2) {margin: 0;}
}

/* section 04 */
.main_sec04 {background: url('../img/body/main_sec04_bg.jpg') no-repeat; background-size: cover; background-attachment: fixed;}
.main_sec04 .main_sec_cont {padding: 67px 0;}

.quick_list_area {float: left; width: calc((100% - 64px) / 3); height: 276px; padding: 0 30px; background-color: #fff; box-sizing: border-box; vertical-align: top; text-align: center; color: #535353;} 
.quick_list_area:nth-of-type(2) {margin: 0 32px;}
.quick_list_area .tit {position: relative; display: block; padding: 27px 0 16px; margin-bottom: 36px; text-align: center; font-size: 22px; border-bottom: 1px solid #dcdcdc;}
.quick_list_area .tit:before {content: ''; position: absolute; bottom: -10px; left: 50%; display: block; width: 22px; height: 10px; background-color: #dcdcdc; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; transform: translateX(-50%);}
.quick_list_area .tit:hover {border-bottom: 1px solid #aaa;}
.quick_list_area .tit:hover:before {background-color: #aaa;}

.quick_list {width: 100%;}
.quick_list > li {margin-bottom: 14px; font-size: 0; text-align: left;}
.quick_list > li > .txt {display: inline-block; font-size: 16px;}
.quick_list > li > .txt.sbj {overflow: hidden; width: calc(100% - 150px); text-overflow: ellipsis; white-space: nowrap;}
.quick_list > li > .txt.date {width: 150px;text-align: right; }
.quick_list > li > .txt.loc {width: 42px; text-align: left;}

.quick_list_area.loc .txt.addr {padding: 16px 0;}
.quick_list_area.loc .txt {line-height: 1.8;}

.quick_list_area .scroll {overflow-y: scroll; height: 56%;}
.quick_list > li > .cal {overflow: hidden; display: block; width: 98%; font-size: 16px; text-overflow: ellipsis; white-space: nowrap;}

.quick_list_area .scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px transparent;
	border-radius: 10px;
	background-color: transparent;
}
.quick_list_area .scroll::-webkit-scrollbar
{
	width: 7px;
	background-color: transparent;
}
.quick_list_area .scroll::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px #dcdcdc;
	background-color: #dcdcdc;
}

@media screen and (max-width:768px) {
  .main_sec04 .main_sec_cont {padding:22px;}
  .quick_list_area:nth-of-type(2) {margin: 0;}
  .main_sec_cont .quick_list_area {float: none; width: 100%; margin-bottom: 10px; box-shadow: 0px 0px 5px rgba(0,0,0,0.5);}
  .main_sec_cont .quick_list_area:last-of-type {margin-bottom: 0;}
}

@media screen and (max-width:450px) {
  .quick_list > li > .txt {font-size: 14px;}
  .quick_list_area.loc .txt {font-size: 14px;}
  .quick_list > li > .cal {font-size: 14px;}
}

/* section 05 */
.main_sec05 {background-color: #5a5a5a;}
.main_sec05 .main_sec_cont {padding: 20px 0;}


/******** footer ********/
.footer {background-color: #353535;}
.footer_cont {padding: 32px 0; color: #b7b7b7;}
.copy_txt {font-size: 16px; line-height: 1.4;}
.copy_txt.small {font-size: 14px;}
.copy_txt .c_gray {color: #8c8c8c;}
.bott_info_link:hover {color: #fff;}

@media screen and (max-width:768px) {
  .footer {background-color: #fff; border-top: 1px solid #c2c2c2;}
  .footer_cont {padding: 15px; box-sizing: border-box;}
  .bott_info_link {display: none;}
  .copy_txt {display: none;}
  .copy_txt.copy {display: block; text-align: center;}
}

/******** mobile ********/
.btn_sand_mobi, .top_menu_mobi_btn_cls {position: absolute; top: 15px; right: 15px; width: 35px; height: 28px; padding: 0; box-sizing: border-box; background: none; border: 0; cursor: pointer;}
.btn_sand_mobi .line, .btn_sand_mobi:after ,.btn_sand_mobi:before, .top_menu_mobi_btn_cls .line, .top_menu_mobi_btn_cls:after {position: absolute; left: 0; display: block; width: 90%; height: 3px; background-color: #ccc;}
.btn_sand_mobi:before {top: 1px; content:"";}
.btn_sand_mobi .line {top: 50%; transform: translateY(-50%);}
.btn_sand_mobi:after {bottom: 1px; content:"";}
.btn_sand_mobi:hover .line {background-color: #666;}

.top_menu_mobi_btn_cls .line {transform: rotate(45deg);}
.top_menu_mobi_btn_cls:after {transform: rotate(-45deg); content:"";}
.top_menu_mobi_btn_cls:hover {color: #ccc;}


/* top menu mobile */
.wrap .menu_top_mobi {position: absolute; top: 0; right: -100%; width: 100%; background-color: #414141; 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: 0; display: inline-block; width: 250px;}
.menu_top_mobi_logo > .link {display: block;}
.menu_top_mobi_logo .logo_img {display: block; width:auto; max-width: 100%;}

.menu_top_fst_mobi {margin-top: 60px; border-top: 1px solid #727272; color: #fff;}
.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 6%; font-family: 'NotoSerifKR', serif; font-size: 20px;}
.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;}
.menu_top_scd_mobi > li {}
.menu_top_scd_mobi > li > .link {display: block; padding: 10px 6%; font-size: 17px; border-top: 1px solid #4c4c4c; 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; border-top: 1px solid #4c4c4c; opacity: 0.6;}
.menu_top_trd_mobi > li > .link:hover {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 {padding: 15px; font-size: 14px; color: #ccc; box-sizing: border-box;}
.menu_user_mobi > .link {float: left; display: block; width: calc((100% - 15px) / 2); padding: 10px 0; margin-right: 15px; border: 1px solid #646464; text-align: center; box-sizing: border-box;}
.menu_user_mobi > .link:last-of-type {margin: 0;}
.menu_user_mobi > .link:hover {background-color: #333;}

/* 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 {}
.main_sub_cont {min-height: 600px;}

/* sub top */
.sub_top_tit_area {height: 110px; background: url('../img/body/sub_top_bg.jpg') bottom center no-repeat; background-size: cover; text-align: center;}
.sub_top_tit_area .tit {font-size: 30px; color: #fff; font-family: 'NotoSerifKR', serif; line-height: 107px;}

@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 {border-bottom: 1px solid #e4e4e4;}
.menu_slct_area .btn_home {float: left; width: 50px; height: 50px; font-size: 18px; color: #a6a6a6; box-sizing: border-box; text-align: center; border-left: 1px solid #e4e4e4; border-right: 1px solid #e4e4e4;}
.menu_slct_area .btn_home:hover {color: #fff; background-image: linear-gradient(120deg, #18315a 0%, #2a658d 100%);}
.menu_slct_area .btn_home > i {padding:.9em 0}
.menu_slct {float: left; 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.menu_slct_trd {display:none;}
.menu_slct.menu_slct_trd.active {display:block;}

.menu_slct_list {display: none; position: absolute; left: -1px; width: 100%; z-index: 999; border-left: 1px solid #e4e4e4; border-bottom: 1px solid #bbb; border-right: 1px solid #bbb; background-color: #fff; border-top: 1px solid #e4e4e4;}
.menu_slct_list > li {border-bottom: 1px solid #e4e4e4;}
.menu_slct_list > li:last-of-type {border-bottom: 0;}
.menu_slct_list > li:hover {background-image: linear-gradient(120deg, #18315a 0%, #2a658d 100%); color: #fff;}
.menu_slct_list > li > .link {display: block; height: 50px; padding-left: 20px; box-sizing: border-box; line-height: 50px; font-size: 14px;}
.menu_slct_list .icon {display:none;}

@media screen and (max-width:1100px) {
  .menu_slct_area .btn_home {width: 40px; height: 40px; font-size: 15px;}
  .menu_slct {height:40px; width: calc((100% - 40px) / 3); padding: 0 10px 0 10px;}
  .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 {padding: 50px 0 75px;}
#solution_title_comm {height: 30px !important; margin-bottom: 20px !important; padding: 0 !important; font-family: 'NotoSerifKR', serif !important; 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: 'NotoSerifKR', serif !important; font-weight: 300 !important; font-size: 30px !important; color: #333 !important; line-height: 30px !important;}

@media screen and (max-width:1100px) {
  .main_sub_cont {min-height: 450px;}
  .main_sub_cont .content {padding: 20px 10px; box-sizing: border-box;}
  #solution_title_comm {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);
  }
}