/******** common ********/
.wrap {overflow: hidden; position: relative; width: 100%; font-family: 'NotoSansKR', serif; color: #333; line-height:1.6;}
.pc_area {display: block;}
.mobi_area {display: none;}
.cont_size {width: 1200px; margin: 0 auto;}
.pc_hide {display:none;}

@media screen and (max-width:1200px) {
	.wrap .cont_size {width: 100%;}
	.wrap .pc_area {display: none;}
	.wrap .mobi_area {display: block;}
	.pc_hide {display:block;}
}

/******** header ********/
.header {/*border-top:1px solid #D1D1D1;*/ border-bottom:1px solid #D1D1D1;}
.header_cont {display: flex; justify-content: space-between; align-items: center; padding: 10px 0; font-family: ui-serif;}

.menu_home {padding: 0 1em;}
.menu_home > img {display: inline-block; vertical-align: middle;}
.menu_home > span {display: inline-block; color:#9b9b9b; font-size: 1.3rem;}
.menu_home:hover > span {color:#345E46; font-weight:600;}

.menu_user {display: flex; align-items: center;}
.menu_user > li {position:relative; padding:0 1em;}
.menu_user > li:last-of-type {padding-right:0;}
.menu_user > li+li:before {content:''; position:absolute; top:50%; left:0; width:1px; height:10px; background:#ccc; transform:translateY(-50%);}
.menu_user > li > .link {color:#9b9b9b; font-size: 1.3rem;}
.menu_user > li > .link.login_btn {color:#333;}
.menu_user > li > .link.admin {color:#333; font-weight:600;}
.menu_user > li:hover > .link {color:#345E46; font-weight:600;}


/******** left menu ********/
.main {background:url('../img/body/main_bg.jpg') no-repeat top center #bbb;}
.main_cont  {display: flex; justify-content: space-between;}
.menu_top_area {display: flex; flex-direction: column; justify-content: space-between; width: 240px; min-height: 100vh; padding: 1em; background:url('../img/body/main_left_bg.jpg') no-repeat #313131; box-sizing: border-box;}


/* logo */
.logo {margin-bottom: 3em;}
.logo .logo_img {max-width: 100%;}

/* menu */
.menu_top {min-height: 50%; margin-bottom:4em; padding: 0 1em; color: #fff; box-sizing: border-box;}
.menu_top_fst_area {}

.menu_top_area .menu_top_fst {}
.menu_top_fst > li {padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.1);}
.menu_top_fst > li.list_align01 {}
.menu_top_fst > li > .link {color:#fff; font-size: 2.4rem;}
.menu_top_area .menu_top_scd {display: none; padding: 1em 2em; background:rgba(26,26,26,0.3); border-top: 1px solid rgba(255,255,255,0.1);  line-height: 2; box-sizing: border-box;}
.menu_top_scd > li {}
.menu_top_scd > li > .link {color:rgba(255,255,255,0.4); font-size:1.8rem;}
.menu_top_scd > li:hover > .link {color:rgba(255,255,255,0.9);}
.menu_top_scd > li > .link i {;}
.menu_top_area .menu_top_trd {display: none;}
.menu_top_trd.show {}
.menu_top_trd > li {}
.menu_top_trd > li > .link {}

/* footer */
.footer {margin-top: auto; padding: 0 1em; color: rgba(255,255,255,0.6); font-size:1.2rem; box-sizing: border-box;}
.copy_area {margin-bottom: 1.5em;}
.btn_copy {}
.btn_copy .bott_info_link {display: block; color: rgba(255,255,255,0.6); font-size:1.2rem;}
.btn_copy .bott_info_link:hover {color:#fff;}
.copy_info {}
.copy_eng .copy_txt {color: rgba(255,255,255,0.3); font-size:1.1rem; text-transform: uppercase; line-height: 1.4;}

@media screen and (max-width: 1200px) {
	.main_cont {flex-direction: column;}
	.menu_top_area {flex-direction: initial; position: relative; width: 100%; min-height: auto; padding: 1em;; box-sizing: border-box;}
	.logo {margin-bottom: 0;}
	.logo .logo_img {max-width: 150px;}

}

/******** main ********/
.main_cont_area {width:calc(100% - 240px); background-color:#fff;}
.main_cont_area.sub {padding: 0 55px;}

@media screen and (max-width:1200px) {
	.main_cont_area {width:100%;}
	.main_cont_area.sub {padding: 0;}
}

/* section 01 */
.main_sec01 {display:flex; width: 100%;}
.banner_area {position: relative; width: calc(100% - 190px); height: 0; padding-bottom: 53%;}
.banner_cont {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.banner_cont .banner_main{width: 100% !important; height:100% !important;}
.banner_cont img {width:100%;}
.main_quick_list {display: flex; flex-direction: column; justify-content: space-around;width:190px; padding:0 10px; box-sizing:border-box;}
.main_quick_list > li {padding: 1em; border: 1px solid #BFBFBF; border-radius: 3px; box-sizing: border-box; transition: all 0.4s;}
.main_quick_list > li:hover {box-shadow: 2px 2px 4px #b7b5b5;}
.main_quick_list > li > .link {display: flex; justify-content: space-evenly; align-items: center;}
.main_quick_list > li > .link > .icon {transition: all 0.7s;}
.main_quick_list > li > .link:hover > .icon {transform:rotateY(360deg);}
.main_quick_list > li > .link > .txt {color:#555; font-weight: 600; font-size:1.8rem;}

@media screen and (max-width:768px) {
	.main_sec01 {flex-direction: column;}
	.banner_area {width:100%; padding-bottom: 66.4%;}
	.main_quick_list {justify-content: space-between; flex-direction: row; flex-wrap: wrap; width:100%; padding: 10px;}
	.main_quick_list > li {width: 32%; margin-bottom: 10px; padding: 1em 0;}
}
@media screen and (max-width:500px) {
	.main_quick_list > li > .link > .txt {font-size:1.4rem;}
}

/* section 02 */
.main_sec02 {padding: 3em 20px; box-sizing:border-box;}
.main_sec02_list {display: flex; justify-content: space-between;}
.main_sec02_list > li.menu_board {width: 30%;}
.menu_board_tit {display: flex; justify-content: space-between; margin-bottom: 15px; font-weight: 500; font-size: 3rem;}
.menu_board_tit > .more {transition: transform 0.7s}
.menu_board_tit:hover > .more {transform:rotateX(360deg);}
.menu_board_list {}
.menu_board_list > li {padding-top: 5px; border-bottom: 1px solid #EBEBEB}
.menu_board_list > li:after {content: ''; display:block; padding-bottom: 5px; border-bottom: 1px solid rgba(0,0,0,0.5); transform: scaleX(0); transition: transform 0.4s ease-in-out; transform-origin:  0% 50%;}
.menu_board_list > li:hover:after {transform: scaleX(1);}
.menu_board_list > li > .link {display:flex; justify-content: space-between; font-size: 15px;}
.menu_board_list > li > .link > .sbj {overflow:hidden; width:calc(100% - 90px); color:#9A9A9A; text-overflow:ellipsis; white-space: nowrap; word-wrap:normal;}
.menu_board_list > li:hover > .link > .sbj {color:rgba(0,0,0,0.7);}
.menu_board_list > li > .link > .date {color:#ccc;}

@media screen and (max-width:768px) {
	.main_sec02 {padding: 0 10px;}
	.main_sec02_list {flex-direction: column;}
	.main_sec02_list > li.menu_board {width:100%; margin-bottom: 2em;}
}

/* section 03 */
.main_sec03 {padding: 0 20px 3em; box-sizing: border-box;}
.menu_gal_tit {display: flex; justify-content: space-between; margin-bottom: 15px; font-weight: 500; font-size: 3rem;}
.menu_gal_tit > .more {transition: transform 0.7s}
.menu_gal_tit:hover > .more {transform:rotateX(360deg);}
.menu_gal_list {font-size: 0;}
.menu_gal_list > li {display: inline-block; position: relative; width: calc(100%/4 - 1px); margin-right: 1px; margin-bottom: 1px; font-size: 14px;}
.menu_gal_list > li:last-of-type {margin-right: 0;}
.menu_gal_list > li > .link {position: relative; overflow: hidden; display: block; width: 100%; height: 0; padding-bottom: 67.5%;}
.gal_list_info {display: flex; flex-direction: column; justify-content: flex-end; position: absolute; position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 8%; box-sizing: border-box; background-color: rgba(0,0,0,0.7); color: #fff; line-height: 1.3; font-size: 13px; z-index: 99; opacity: 0; transition: opacity 0.2s;}
.gal_list_info_date {padding-top: 10px;}
.menu_gal_list > li .thumbnail {position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: transform 0.2s; z-index: 9;}
.menu_gal_list .centered {position: absolute; top: 0; left: 0; right: 0; bottom: 0; -ms-transform: translate(50%, 50%); transform: translate(50%, 50%);}
.gal_list_img {display: block; position: absolute; top: 0; left: 0; width: auto; height: 100%; transform: translate(-50%,-50%);}
.gal_list_img.portrait {width: 100%; height: auto;}

/* ¾Ù¹ü È£¹ö È¿°ú */
.menu_gal_list > li:hover .gal_list_info {opacity: 1;}
.menu_gal_list > li .gal_list_info:before,
.menu_gal_list > li .gal_list_info:after {width: 5px; height: 0;}
.menu_gal_list > li .gal_list_info:before {right: 0;top: 0;}
.menu_gal_list > li .gal_list_info:after {left: 0; bottom: 0;}
.menu_gal_list > li:before,
.menu_gal_list > li:after,
.menu_gal_list > li .gal_list_info:before,
.menu_gal_list > li .gal_list_info:after {position: absolute; content: ''; background-color: #fff; z-index: 1; transition: all 0.4s ease-in; opacity: 0.8;}
.menu_gal_list > li:before,
.menu_gal_list > li:after {height: 5px; width: 0%;}
.menu_gal_list > li:before {top: 0; left: 0;}
.menu_gal_list > li:after { bottom: 0; right: 0;}
.menu_gal_list > li:hover .gal_list_info,
.menu_gal_list > li.hover .gal_list_info {opacity: 1;}
.menu_gal_list > li:hover .gal_list_info:before,
.menu_gal_list > li.hover .gal_list_info:before,
.menu_gal_list > li:hover .gal_list_info:after,
.menu_gal_list > li.hover .gal_list_info:after {height: 100%;}
.menu_gal_list > li:hover:before,
.menu_gal_list > li.hover:before,
.menu_gal_list > li:hover:after,
.menu_gal_list > li.hover:after {width: 100%;}
.menu_gal_list > li:hover:before,
.menu_gal_list > li.hover:before,
.menu_gal_list > li:hover:after,
.menu_gal_list > li.hover:after,
.menu_gal_list > li:hover .gal_list_info:before,
.menu_gal_list > li.hover .gal_list_info:before,
.menu_gal_list > li:hover .gal_list_info:after,
.menu_gal_list > li.hover .gal_list_info:after {opacity: 0.1;}


@media screen and (max-width:768px) {
	.main_sec03 {padding: 0 10px 10px;}
	.menu_gal_list > li {width:calc(100%/2 - 1px);}
}

/* °ü¸®ÀÚ ¹è³Ê */
#banner_roll_area {margin:1em 0;}

/* footer */
.footer_mobi {display:none; padding: 2em; color:rgba(250,250,250,0.4); background-color:#313131;  font-size:1.3rem; box-sizing: border-box;}
.footer_mobi .btn_copy .bott_info_link {display: inline-block; position:relative; margin-right: 1em; padding-right: 1em; color:rgba(250,250,250,0.4); font-size:1.4rem;}
.footer_mobi .btn_copy .bott_info_link:after {content:""; position:absolute; top:50%; right:0; width:1px; height:10px; background:#ccc; transform:translateY(-50%);}
.footer_mobi .btn_copy .bott_info_link:last-of-type:after {display:none;}
.footer_mobi .copy_area {margin-bottom: 1em;}
.footer_mobi .copy_info{}
.footer_mobi .copy_eng{margin-bottom:0;}


@media screen and (max-width:768px) {
	.footer_mobi {display:block;}
}



/******** mobile ********/
.menu_user_mobi {display: none; align-items: center; padding-right: 1.5em; box-sizing: border-box;}
.menu_user_mobi > li {position:relative; color: #989898; font: bold 1.2rem ui-serif;}
.menu_user_mobi > li+li:before {content:""; position:absolute; top:50%; left:0; width:1px; height:10px; background: #989898; transform: translateY(-50%);}
.menu_user_mobi > li > .link {padding: 0 5px; color: #989898;}
.menu_user_mobi > li+li > .link {padding: 0 5px; color: #686868;}
.menu_user_mobi > li > .link:hover {font-weight:600;}

@media screen and (max-width:1200px) {
	.menu_user_mobi {display: flex;}
}

.btn_sand_mobi {position: absolute; top: 50%; right: 1em; padding: 0; background: none; border: 0; transform: translateY(-50%); cursor: pointer;}
.top_menu_mobi_btn_cls {position: absolute; top: 40px; right: 1em; padding: 0; box-sizing: border-box; background: none; border: 0; transform: translateY(-50%);cursor: pointer;}
.btn_sand_mobi > img, .top_menu_mobi_btn_cls > img {}


/* top menu mobile */
.wrap .menu_top_mobi {position: absolute; top:0; right: -100%; width: 100%; background-color: #313131; 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: 1em; left: 1em; display: inline-block;}
.menu_top_mobi_logo > .link {display: block;}
.menu_top_mobi_logo .logo_img {display: block; max-width: 100%; max-height:60px;}

.menu_top_fst_mobi {margin-top: 85px; padding: 0 2em 5em; color: #fff; box-sizing: border-box;}
.menu_top_fst_mobi > li {cursor: pointer;}
.menu_top_fst_mobi > li {border-bottom: 1px solid #727272;}
.menu_top_fst_mobi > li > .txt {position: relative; display: block; padding: 15px 0; font:500 3rem NotoSansKR, serif;}
.menu_top_fst_mobi > li > .txt:hover {background-color: #484646;}
.menu_top_fst_mobi > li > .txt .icon_arw {position: absolute; top: 50%; right: 6%; transform: translateY(-50%); font-size: 14px; opacity: 0.3;}
.menu_top_fst_mobi > li > .txt .icon_arw.active {transform: translateY(-50%) rotate(90deg); opacity: 1;}

.menu_top_scd_mobi {display: none; padding: 1em 0; background: #2a2a2a; border-top: 1px solid #4c4c4c;}
.menu_top_scd_mobi > li {}
.menu_top_scd_mobi > li > .link {display: block; padding: 10px 6%; font-size: 2.2rem; color: #fff; opacity: 0.6;}
.menu_top_scd_mobi > li > .link:hover {background-color: #333;}

.menu_top_trd_mobi {}
.menu_top_trd_mobi > li {}
.menu_top_trd_mobi > li > .link {position: relative; display: block; padding: 10px calc(6% + 20px); font-size: 15px; opacity: 0.6;}
.menu_top_trd_mobi > li > .link:hover {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%);}


/* 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 {width:calc(100% - 240px); padding: 0 55px; background-color:#fff; box-sizing: border-box;}
.main_sub_cont {width: 100%; min-height: 600px;}

@media screen and (max-width:1200px) {
	.main_sub {width:100%; padding:0;}
}


/* sub top */
.sub_top_tit_area {height: 0; margin-bottom: 2em; padding-bottom: 17.64%; background: url('../img/top/sub_top_bg.jpg') bottom center no-repeat; background-size: cover; text-align: center;}
.sub_top_tit_area .tit {font-size: 30px; font-family: 'NotoSerifKR', serif; line-height: 107px;}

.menu_slct_scd_swiper .swiper-button-next {display:block; right: 2px; background-image: url(../img/top/sub_top_arrow_r.png); background-size: auto;}
.menu_slct_scd_swiper .swiper-button-prev {display:block; left: 2px; background-image: url(../img/top/sub_top_arrow_l.png); background-size: auto;}
.menu_slct_trd_swiper .swiper-button-next {display:block; right: 2px; background-image: url(../img/top/sub_top_arrow_r.png); background-size: auto;}
.menu_slct_trd_swiper .swiper-button-prev {display:block; left: 2px; background-image: url(../img/top/sub_top_arrow_l.png); background-size: auto;}

@media screen and (max-width:768px) {
	.sub_top_tit_area .tit {line-height: 70px; font-size: 22px;}
}

/* sub select menu */
.menu_slct_area {}
.menu_slct_cont  {}
.menu_slct.menu_slct_fst {display:none}
.menu_slct {position: relative; height: 50px; padding: 0 80px 0 20px; box-sizing: border-box; border-right: 1px solid #e4e4e4; cursor: pointer;}
.menu_slct .txt_slcted {position: relative; line-height: 50px; font-size: 15px; color: #555; text-align: left; z-index: 99;}
.menu_slct .icon_arw {position: absolute; top: 50%; right: 15px; color: #ccc; font-size: 12px; transform: translateY(-50%); z-index: 9;}
/*.menu_slct:hover {background-image: linear-gradient(120deg, #18315a 0%, #2a658d 100%);}*/
.menu_slct:hover .txt_slcted {color: #fff;}
.menu_slct:hover .icon_arw {color: #fff;}
.menu_slct_scd_swiper {position: relative; background: #a68f8e;}
.menu_slct.menu_slct_scd {width: calc(100% - 4em) !important; margin: 0 auto;}
.menu_slct.menu_slct_scd .menu_slct_list {background-color: #ddd;}
.menu_slct_list > li {width:25%; background-color: #ddd; color:#808080; text-align: center;}
.menu_slct_list > li > .link {display: block; height: 50px; box-sizing: border-box; line-height: 50px; font-size: 14px;}
.menu_slct_list > li > .link > i {margin-left: 5px;}
.menu_slct_trd_swiper {display:none; position: relative; background: #294f82;}
.menu_slct_trd_swiper.active {display:block;}
.menu_slct.menu_slct_trd {width: calc(100% - 4em) !important; margin: 0 auto;}
.menu_slct.menu_slct_trd.active {display:block;}
.menu_slct.menu_slct_trd .menu_slct_list {background-color: #ddd;}

@media screen and (max-width: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 {}
.main_sub_cont .content > .main_cont_sub {width: 100%; min-height: 500px; padding-top: 2em;}



#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:1200px) {
  .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;}