/******** 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: 1020px; margin: 0 auto;}
.pc_hide {display:none;}

@media screen and (max-width:1020px) {
	.cont_size {width: 100%;}
	.wrap .pc_area {display: none;}
	.wrap .mobi_area {display: block;}
	.pc_hide {display: block;}
}

/******** header ********/
.header {position: relative; width: 100%; margin: 10px 0; font-weight: 300; z-index: 99999;}
.header_cont01 {align-items: center;}
.header_cont01 {display: flex; justify-content: space-between;}
.header_cont02 {}

@media screen and (max-width:1020px) {
	.header {display: flex; justify-content: space-between; height:55px; margin: 0;}
	.header_cont01 .user_menu {flex-direction: inherit; align-items: center; margin-right: 1em;}
	.header_cont02 {width: auto; margin-left: auto;}
}

/* logo */
.logo {max-width: 140px;}
.logo > .link {display:inline-block; width:100%; height:100%;}
.logo_img {max-height: 80px;}

@media screen and (max-width:1020px) {
	.logo_img {max-width: 160px;}
}

/* user menu */
.user_menu {display: flex; flex-direction: column; align-items: flex-end;}
.user_menu .btn_online {padding: 5px; color: #fff; background: #6292C3; font-size: 1.4rem; text-align:center; border: 1px solid #496D91; border-radius: 5px; line-height: 1.2;}
.user_menu .btn_online:hover {box-shadow: 0px 3px 1px #50779E;}
.user_menu_list {overflow: hidden; width: 100%;}
.user_menu_list > li {float: left; position:relative; padding: 1em; color:#666; font-size: 13px;}
.user_menu_list > li:last-of-type {padding-right: 0;}
.user_menu_list > li:after {content:""; position:absolute; top:50%; right: 0; width: 1px; height: 10px; background: #ccc; transform: translateY(-50%);}
.user_menu_list > li:last-of-type:after {display:none;}
.user_menu_list > li:hover {color:#1E549F; font-weight:600;}

/* top menu */
.menu_top {width:100%; z-index: 9999999; }
.menu_top_fst_area {}
.menu_top_fst {display: flex; justify-content: space-between;}
.menu_top_fst > li {position: relative; width: 100%; color: #fff; background: #1E549F; text-align: center;}
.menu_top_fst > li > .link {display: inline-block; position:relative; width: 100%; padding: 1em 0; font-weight:400; font-size: 1.6rem;}

.menu_top_scd {display: none; position: absolute; width: 100%; background:#3A5298;}
.menu_top_scd > li {padding: 10px 0; font-size: 15px;}
.menu_top_scd > li:hover {background: rgba(0,0,0,0.2);}
.menu_top_scd > li > .link {color: #fff;}

.menu_top_trd {padding-top: 10px;}
.menu_top_trd > li {line-height:1.6;}
.menu_top_trd > li > .link {color: bisque; font-size:14px;}
.menu_top_trd > li:hover > .link {color: aqua;}

/******** main ********/

/* section 01 */
.main_sec01 {margin-bottom: 10px;}
.main_sec01_cont {display: flex; justify-content: space-between;}

.main_sec01_left {position: relative; width: 77%;}
.main_sec01_img {position: absolute; top: 0; left: 0; width:100%; height: 100%;}

.main_sec01_right {width: calc(23% - 10px); margin-left: 10px; border: 1px solid #ccc;}
.main_sec01_worship {display: block; width: auto; max-width:100%; border-bottom: 1px solid #ccc;}
.main_sec01_cal {padding: 10px; box-sizing: border-box;}
.main_sec01_cal .tit {margin-bottom: 10px; text-align: center;}
.main_sec01_cal .tit:hover {font-weight: 600;}
.main_sec01_cal #monthCal {width: 100%; font-size: 14px; text-align: center; line-height: 1.6;}


@media screen and (max-width:1020px) {
	.main_sec01 {margin-bottom: 0;}
	.main_sec01_cont {flex-direction: column;}
	.main_sec01_left {width: 100%; height: 0; padding-bottom: 33%;}
	.main_sec01_right {display: flex; justify-content: space-around; align-items: center; width: 100%; margin-left: 0; border: none;}
	.main_sec01_worship {border-bottom: none;}
}
@media screen and (max-width:768px) {
	
}

/* section 02 */
.main_sec02 {margin-bottom:10px;}
.main_sec02_cont {}
.main_sec02_list {display:flex; justify-content: space-between;}
.main_sec02_list > li {float:left; width:50%; border-top: 1px solid #ccc; border-left: 1px solid #ccc;}
.main_sec02_list > li:nth-of-type(2) {border-right: 1px solid #ccc;}
.main_sec02_list:nth-of-type(2) > li {border-bottom: 1px solid #ccc;}

.main_sec02_list > li.sec02_list_srm {position: relative; color: #fff;}
.main_sec02_list > li.sec02_list_srm > .img {width: 100%; height: 100%;}
.main_sec02_list > li.sec02_list_srm > .link {position: absolute; top: 37%; left: 5%; width: 60%;}
.main_sec02_list > li.sec02_list_srm > .link > .tit {display:block; overflow:hidden; width:100%; margin-bottom: 5px; font-size: 20px; text-overflow:ellipsis; white-space: nowrap; word-wrap:normal; border-bottom: 2px solid transparent;}
.main_sec02_list > li.sec02_list_srm > .link > .tit:after {content: ''; display:block; padding-bottom: 5px; border-bottom: solid 2px #fff; transform: scaleX(0); transition: transform 0.5s ease-in-out; transform-origin:  0% 50%;}
.main_sec02_list > li.sec02_list_srm > .link:hover > .tit:after {transform: scaleX(1);}
.main_sec02_list > li.sec02_list_srm > .link > .body {display:block; font-size: 14px;}
.main_sec02_list > li.sec02_list_srm > .srm_btn {position: absolute; bottom: 20%; left: 5%; width: 80px; padding: 5px 0; background: #255a88; font-size: 13px; text-align: center;}
.main_sec02_list > li.sec02_list_srm > .srm_btn:hover {color: #255a88; background:#fff;}

.main_sec02_list > li.sec02_list_news {padding: 2em; box-sizing: border-box;}
.main_sec02_list > li.sec02_list_news > .news_tit {margin-bottom: 1em; padding-bottom: 1em; color: #1e549f; font-size: 18px; border-bottom: 1px solid #ccc;}
.main_sec02_list > li.sec02_list_news > .news_tit > .eng {display: inline-block; margin-left: 5px; color: #a8a8a8;  font-weight: 400; font-size: 13px;}
.main_sec02_list > li.sec02_list_news > .news_tit > .more {float: right;}
.main_sec02_list > li.sec02_list_news > .news_tit > .more i {transition:all 0.5s;}
.main_sec02_list > li.sec02_list_news > .news_tit > .more:hover i {transform: rotate(180deg);}
.main_sec02_list > li.sec02_list_news > .sec02_news_list {}
.main_sec02_list > li.sec02_list_news > .sec02_news_list > li {overflow: hidden; color: #4b4b4b; font-weight: 300; font-size: 14px; line-height: 1.6;}
.main_sec02_list > li.sec02_list_news > .sec02_news_list > li:hover {color: #1e549f; font-weight: 600;}
.main_sec02_list > li.sec02_list_news > .sec02_news_list > li > .sbj {overflow:hidden; float: left; width:calc(100% - 100px); text-overflow:ellipsis; white-space: nowrap; word-wrap:normal;}
.main_sec02_list > li.sec02_list_news > .sec02_news_list > li > .date {float: right; width:90px;}

.main_sec02_list > li.sec02_list_gal {padding: 2em; background: url(../img/body/album_bg.gif) repeat; box-sizing: border-box;}
.main_sec02_list > li.sec02_list_gal > .news_tit {margin-bottom: 1em; padding-bottom: 1em; color: #1e549f; font-size: 18px; border-bottom: 1px solid #ccc;}
.main_sec02_list > li.sec02_list_gal > .news_tit > .eng {display: inline-block; margin-left: 5px; color: #a8a8a8;  font-weight: 400; font-size: 13px;}
.main_sec02_list > li.sec02_list_gal > .news_tit > .more {float: right;}
.main_sec02_list > li.sec02_list_gal > .news_tit > .more i {transition:all 0.5s;}
.main_sec02_list > li.sec02_list_gal > .news_tit > .more:hover i {transform: rotate(180deg);}
.main_sec02_list > li.sec02_list_gal > .sec02_news_list {display: flex; justify-content: space-around;}
.main_sec02_list > li.sec02_list_gal > .sec02_news_list > li {overflow: hidden;}
.main_sec02_list > li.sec02_list_gal > .sec02_news_list > li img {transition:all 0.5s;}
.main_sec02_list > li.sec02_list_gal > .sec02_news_list > li:hover img {transform: scale(1.1);}

@media screen and (max-width:1020px) {

}
@media screen and (max-width:768px) {
	.main_sec02_list {flex-direction: column;}
	.main_sec02_list > li {width:100%; border: none;}
	.main_sec02_list:nth-of-type(2) > li {border: none;}
}

/* section 03 */
.main_sec03 {margin-bottom:10px;}
.main_sec03_cont {}
.sec03_quick_area {}
.sec03_quick_area > li {float: left; width: calc((100% - 20px) / 5); margin-right: 5px;}
.sec03_quick_area > li:last-of-type {margin-right: 0;}
/* Circle */
.sec03_quick_area > li > a {overflow:hidden; display:block; position: relative;}
.sec03_quick_area > li > a:before {content: ""; display: block; position: absolute; top: 50%; left: 50%; width: 0; height: 0; background: rgba(255,255,255,.2); border-radius: 100%; transform: translate(-50%, -50%); opacity: 0; z-index: 2;}
.sec03_quick_area > li > a:hover:before {animation: circle 0.75s;}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
.sec03_quick_area > li > a > img {width:100%;}

@media screen and (max-width:768px) {
	.main_sec03_cont {padding: 0 10px; box-sizing: border-box;}
}


/******** footer ********/
.footer {}
.copy_area {display: flex; justify-content: space-between; align-items: center; padding: 20px 10px; color:#fff; background: #9F9F9F; box-sizing: border-box;}
.copy_logo {}
.copy_info {text-align: right;}
.copy_txt {font-size: 1.4rem; line-height: 1.5;}
.bott_info_link:hover {color:#fff;}

.user_menu_list_mobi {display:none;}
.user_menu_list_mobi > li {margin: 10px; padding: 5px; border: 1px solid #fff; border-radius: 5px;}
.user_menu_list_mobi > li:hover {background-color:#fff;}
.user_menu_list_mobi > li:hover > a {color:#9F9F9F;}

@media screen and (max-width:768px) {
	.copy_area {flex-direction: column; padding: 0 10px 10px;}
	.copy_logo {max-height: 70px;}
	.copy_info {text-align: center;}
	.copy_txt .txt {display:block;}
	.bott_info_link {display:none;}
	.user_menu_list_mobi {display:flex; justify-content: center;}
}

/******** mobile ********/
.btn_sand_mobi {height: 55px; padding: 0 1em; color: #fff; background: #555; border: none;}
.btn_sand_mobi > i {display:block; font-size: 2.4rem; line-height: 1.2;}
.btn_sand_mobi > .txt {display: inline-block; font-size: 1.2rem; text-align: center; word-break: keep-all;}
.top_menu_mobi_btn_cls {float: right; padding: 1em 6%; border: none; color:#555; background: transparent;}
.top_menu_mobi_btn_cls > i {display:block; font-size: 3rem; line-height: 1.2;}
.top_menu_mobi_btn_cls > .txt {display: inline-block; font-size: 1.2rem; text-align: center; word-break: keep-all;}


/* top menu mobile */
.wrap .menu_top_mobi {position: absolute; top: 0; right: -100%; width: 80%; background-color: #fff; box-sizing: border-box; box-shadow: 0px 3px 5px rgba(0,0,0,0.5); z-index: 99999999;}
.menu_top_btn_mobi {display: flex; padding: 4% 6%;}
.menu_top_btn_mobi a > i {margin-right: 10px; color:#646464; font-size: 3.7rem;}
.menu_user_mobi {font-size: 14px; color: #484848; box-sizing: border-box;}
.menu_user_mobi > .link {float: left; display: block; width: 110px; padding: 10px 0; margin-right: 5px; border: 1px solid #D6D6D6; border-radius: 5PX; text-align: center; box-sizing: border-box;}
.menu_user_mobi > .link:last-of-type {margin: 0;}
.menu_user_mobi > .link:hover {font-weight:bold;}

.menu_top_fst_mobi {padding: 70px 0 10% 6%; border-top: 1px solid #727272; color: #333; box-sizing: border-box;}
.menu_top_fst_mobi > li {border-bottom: 1px solid #F0F0F0; cursor: pointer;}
.menu_top_fst_mobi > li > .txt {position: relative; display: block; padding: 1em 6% 1em 0; font:600 2rem NotoSansKR, serif;}
.menu_top_fst_mobi > li > .txt:hover {color: #8ca657;}
.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 {color:#8ca657; transform: translateY(-50%) rotate(180deg); 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 0; font-weight:400; font-size: 1.8rem; color: #737373;}
.menu_top_scd_mobi > li > .link:hover {color: #8ca657;}

.menu_top_trd_mobi {}
.menu_top_trd_mobi > li {}
.menu_top_trd_mobi > li > .link {position: relative; display: block; padding: 10px 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:  5px; 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 {overflow:hidden; margin-top: 3em;}
.left_area {float:left; width:203px;}
.left_area .left_tit {font-size: 2.2rem; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 2px solid #959595;}
.left_area .menu_left {}
.left_area .menu_left > li {border-bottom: 1px solid #ccc; }
.left_area .menu_left > li > .link {position:relative; display: block; width: 100%; padding: 10px 1em; box-sizing: border-box;}
.left_area .menu_left > li:hover > .link {color:#fff; background:#1E549F;}
.left_area .menu_left > li:hover > .link:after {content:""; position:absolute; top: 0; right: -18px; border-left: 18px solid #1E549F; border-top:18px solid transparent; border-bottom:18px solid transparent;}

.menu_left_trd {padding: 20px 30px; box-sizing: border-box;}
.menu_left_trd > li {margin-bottom: 10px;}
.menu_left_trd > li:last-of-type {margin-bottom: 0px;}
.menu_left_trd > li > .link {color: #888;}
.menu_left_trd > li:hover > .link {font-weight:600;}

.main_cont_sub {float:right; width:calc(100% - 240px); min-height: 600px;}

@media screen and (max-width:1020px) {
	.main_cont_sub {float:none; width:95%; margin:0 auto;}
}


/* sub select menu */
.menu_slct_area {}
.menu_slct_cont  {}
.menu_slct.menu_slct_fst {display:none}
.menu_slct {}
.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 {}
.menu_slct:hover .txt_slcted {color: #fff;}
.menu_slct:hover .icon_arw {color: #fff;}
.menu_slct.menu_slct_scd {width: calc(100% - 4em) !important; margin: 0 auto;}
.menu_slct.menu_slct_scd .menu_slct_list {display: flex; justify-content: center;}
.menu_slct_list > li {padding: 0 1em; color:#fff;}
.menu_slct_list > li > .link {position:relative; display: block; height: 50px; box-sizing: border-box; line-height: 50px; font-size: 18px; text-shadow: 0px 0px 2px #000;}
.menu_slct_list > li:hover > .link:after {content:""; position:absolute; left: 50%; bottom: 0; width:5px; height:5px; background:#d5bb51; border-radius:50%; transform: translateX(-50%);}
.menu_slct.menu_slct_trd {display:none;}
.menu_slct.menu_slct_trd.active {display:block;}

@media screen and (max-width:1200px) {
  .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 {padding: 0 0 50px;}
.main_sub_cont .content > .sub_menu_left {display:none; width: 200px; text-align: center;}
.main_sub_cont .content > .sub_menu_left .left_tit {padding: 1.5em; color:#fff; background: #287be5; font-size: 2rem;}
.main_sub_cont .content > .sub_menu_left .menu_left li {padding: 1em; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; border-right: 1px solid #ccc;}
.main_sub_cont .content > .sub_menu_left .menu_left li:hover {font-weight: 600;}
.main_sub_cont .content > .sub_menu_left .menu_left li.active {background:#dddddd;}
.main_sub_cont .content > .main_cont_sub {min-height: 500px;}

#solution_title_comm {display: block; margin-bottom: 20px !important; padding: 0 !important; font-size: 32px !important; color: #555 !important; text-align: center; line-height: 30px !important;}
#solution_title_comm * {height: 30px !important; margin-bottom: 20px !important; padding: 0 !important; font-size: 32px !important; color: #555 !important; line-height: 30px !important;}
#solution_title_comm .top_tit_img {height: auto !important;}

/* sub page title*/
#solution_title_comm.document_tit .link {display: inline-block !important; padding-bottom: 40px !important; border-bottom: 3px solid #d5bb51;}
#solution_title_comm.media_board_tit .link {display: inline-block !important; padding-bottom: 40px !important; border-bottom: 3px solid #d5bb51;}
#solution_title_comm.sboard_tit .link {display: inline-block !important; padding-bottom: 40px !important; border-bottom: 3px solid #d5bb51;}
.history_100 .history-title {display: block; text-align: center;}
.history_100 #solution_title_comm {display: inline-block!important; height: 30px !important; padding-bottom: 10px !important; border-bottom: 3px solid #d5bb51;}
.worship_view_area {text-align: center;}
.worship_view_area #solution_title_comm.wrsp_view_tit {display: inline-block!important; height: 30px !important; padding-bottom: 10px !important; border-bottom: 3px solid #d5bb51;}
.worship_view_area .wrsp_view_tbl_tit {text-align: left;}

/* document */
.document_cont_sec > img {display:block; width:auto; max-width:100%; margin:0 auto;}

/* worship */
.worship_view_area .swiper-slide-img {top: 0 !important; transform: translate(-50%, 0%) !important;}

@media screen and (max-width:1020px) {
  .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;}
  #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);
  }
}

.sboard_atch_file_tbl td > a {width:auto !important;}