/******** common ********/
.wrap {overflow:hidden; font-family: 'NanumSquare', sans-serif; font-size: 1.6rem; color: #333;}
.wrap .pc_area {display: block;}
.wrap .mobi_area {display: none;}
.cont_size {max-width: 1200px; margin: 0 auto;}

.c_black {color:#000;}

@media screen and (max-width:1200px) {
	.wrap .pc_area {display: none;}
	.wrap .mobi_area {display: block;}
}

/*** header ***/
.header {position: absolute; top: 0; left: 50%; width: 100%; transform: translateX(-50%); z-index: 9999;}
.header_user {display: flex; justify-content: flex-end; padding: 1em 0;}
.header_user > li {position:relative; padding:0 10px;}
.header_user > li:before {content:""; position:absolute; top:50%; left:0; width:1px; height:12px; background:#fff; box-shadow: 0px 0px 2px #555; transform:translateY(-50%);}
.header_user > li:first-of-type:before {display:none;}
.header_user > li > .link {color:#fff; font-weight:600; font-size:1.4rem; text-shadow: 0px 0px 2px #555;}
.header_user > li > .link.admin {}

.header_cont {display: flex; justify-content: space-between; position:relative; padding:1em 2em; background:#fff; border:1px solid #F2F2F2; border-radius: 35px; box-sizing:border-box;}
.header .logo_img {max-width: 220px;}

@media screen and (max-width:1200px) {
	.header {position: initial; transform: none;}
	.header_user {display:none;}
	.header_cont {padding: 10px 0; height: auto; border: none; border-radius: 0;}
	.header_cont > .cont_size {position: relative;}
	.header .logo_img {padding-left: 10px; max-width: 200px;}
}

/* top menu */
.menu_top {display: flex; position: relative; width:calc(100% - 250px);}
.menu_top_fst {display: flex; justify-content: space-around; align-items: center; width:100%; text-align: center;}
.menu_top_fst > li {position: relative;}
.menu_top_fst > li > .link {display: block; font-weight: 600; font-size:1.8rem;}
.menu_top_fst > li:hover > .link {color:#0c3952;}
.menu_top_scd {display: none; position: absolute; top: 30px; left: 50%; width: 170px; padding: 5px 0; transform: translateX(-50%); background-color: #eee; border-radius:5px; line-height: 1.2; box-shadow: 0px 0px 5px #777; z-index: 99999999;}
.menu_top_scd > li > .link {display: block; padding: 0.5em 1em; color: #737373; font-weight:600; font-size:1.5rem; white-space: nowrap;}
.menu_top_scd > li:hover > .link {color:#0c3952; font-weight:600;}
.menu_top_trd {padding:5px 0; background: rgba(0,0,0,0.1);}
.menu_top_trd > li {}
.menu_top_trd > li > .link {color:#939191; font-size: 1.4rem; font-weight:600;}
.menu_top_trd > li:hover > .link {color: #0c3952;}


/* top menu mobile */
.menu_btn_sand {position: absolute; top: 50%; right: 10px; width: 40px; height: 40px; padding: 0; border: 0; transform: translateY(-50%); background: #333; opacity: 0.8;}
.menu_btn_sand:hover {opacity: 0.9;}
.menu_btn_sand > .line {width: 80%; height: 3px; background-color: #fff; border-radius: 25px;}
.menu_btn_sand > .line:nth-child(1) {position: absolute; top: 8px; left: 50%; transform: translateX(-50%);}
.menu_btn_sand > .line:nth-child(2) {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.menu_btn_sand > .line:nth-child(3) {position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%);}

.menu_top_mobi {overflow-y: auto; position: fixed; top: 0; right: -90%; height: 100%; width: 85%; background-color: #1b1b1b; box-shadow: -2px -2px 5px rgba(0,0,0,0.8); transition: right 0.3s; z-index: 99999999;}
.menu_top_mobi.show {right: 0px;}
.menu_top_mobi_fst {padding: 1em;}
.menu_top_mobi_fst > li {}
.menu_top_mobi_fst > li > .txt {position: relative; padding: 0.7em 0; font-size: 2.2rem; color: #FFF; border-bottom: 1px solid #333; cursor: pointer;}
.menu_top_mobi_fst > li > .txt .icon_arw {position: absolute; top: 50%; right: 6%; transform: translateY(-50%); font-size: 1.4rem; opacity: 0.3;}
.menu_top_mobi_fst > li > .txt .icon_arw.active {transform: translateY(-50%) rotate(180deg); opacity: 1;}
.menu_top_mobi_fst > li:hover > .txt {color: #fff;}
.menu_top_mobi_scd {display: none; padding-top: 0.7em; line-height: 1.5;}
.menu_top_mobi_scd > li {}
.menu_top_mobi_scd > li > .link {position: relative; display: block; padding: 0.3em 0px 0.3em 15px; color: rgba(255,255,255,0.5); font-weight: 600; font-size:1.7rem;}
.menu_top_mobi_scd > li > .link:hover {color: rgba(255,255,255,1);}
.menu_top_mobi_trd {padding: 0.3em 0px 0.5em 25px;}
.menu_top_mobi_trd > li {position:relative; padding-left:1em;}
.menu_top_mobi_trd > li:before {content:""; position:absolute; top:10px; left:0; width:5px; height:1px; background:rgba(255,255,255,0.4);}
.menu_top_mobi_trd > li > .link {color: rgba(255,255,255,0.4); font-weight: 500;}
.menu_top_mobi_trd > li:hover > .link {color: rgba(255,255,255,0.4); font-weight: 600;}

.menu_user_mobi {display: flex; align-items: center; padding: 10px 0; color: #666; border-bottom: 1px solid #333;}
.menu_user_mobi > li {flex: 1 1 30%; text-align: center;}
.menu_user_mobi > li:last-of-type {flex: 0 0 50px;}
.menu_user_mobi > li > .link {display: block; padding: 0.7em 0; color: #b1b1b1; font-size: 1.5rem;}
.menu_user_mobi > li:hover > .link {color: #fff;}
.menu_user_mobi_btn_cls {width: 100%; padding: 10px 0; border: 0; background: none; color: #555; font-size: 2.6rem;}
.menu_user_mobi_btn_cls:hover {color: #fff;}

.mobi_user{
	display: flex;
	padding-left: 1em;
	gap: 10px;
}
.mobi_user .link{
	color: #fff;
}

@media screen and (max-width:1200px) {
	.menu_top {display:none;}
}

/*** main ***/
.main {}

/* banner */
.banner_area {position: relative; width: 100%; height: 0; padding-bottom: 48.75%;}
.banner_cont {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.banner_main {max-width:100%;}
.banner_cont img {width:100%;}

/* section 01 */
.main_sec01 {padding: 4em 0;}
.main_sec01_cont {}
.main_sec01_list {display: flex; justify-content: space-between; align-items: center;}
.main_sec01_list > li {position:relative; top:0; width:31%; padding: 1em 2em; border:2px solid #E5E5E5; border-radius: 55px; transition:all 0.2s;}
.main_sec01_list > li:hover {top: -10px; border: 2px solid #9c7f55; box-shadow: 0px 0px 15px rgb(0 0 0 / 40%);}
.main_sec01_list > li > .link {display: flex; align-items: center;}
.main_sec01_list > li > .link > .icon {margin-right: 1em;}
.main_sec01_list > li > .link > .txt {font-weight:600; font-size:2rem;}
.main_sec01_list > li > .link > .txt .txt_eng {display:block; margin-top: 5px; font-weight:400; font-size:1.4rem; word-break: keep-all; line-height: 1.3;}


@media screen and (max-width:768px) {
	.main_sec01 {padding: 3em 1em; box-sizing:border-box;}
	.main_sec01_list > li {display: flex; justify-content: center; align-items: center; width: 140px; height: 140px; padding: 0; border-radius: 50%;}
	.main_sec01_list > li > .link {flex-direction: column;}
	.main_sec01_list > li > .link > .icon {margin-right: 0; margin-bottom: 1em;}
	.main_sec01_list > li > .link > .txt {}
	.main_sec01_list > li > .link > .txt .txt_eng {display:none;}
}
@media screen and (max-width:450px) {
	.main_sec01_list > li {width: 120px; height: 120px;}
}

/* section 02 */
.main_sec02 {padding: 2em 0 5em; background:url('../img/main/main_bg.jpg') no-repeat center; background-size:cover;}
.main_sec02_cont {}
.main_sec02_srm {position: relative; margin-bottom: 7em; z-index: 9;}
.main_sec02_srm .sec02_srm_bg {position: absolute; right: 0; top: 0; width:50%; height:0; padding-bottom:50%; background:#9c7f55; z-index: -9;}
.main_sec02_srm .sec02_srm_img {max-width:70%; margin: 40px 0;}
.main_sec02_srm .sec02_srm_main {position: absolute; top:50%; right:36px; width: 55%; padding:60px; background:#fff; transform:translateY(-50%); box-sizing:border-box;}
.main_sec02_srm .sec02_srm_main_tit {margin-bottom: 1em; color:#9c7f55; font-weight:600; font-size:3rem;}
.main_sec02_srm .sec02_srm_main_sbj {display:block; overflow:hidden; width:100%; margin-bottom: 1em; font-weight:600; font-size:3.4rem; text-overflow:ellipsis; white-space: nowrap; word-wrap:normal;}
.main_sec02_srm .sec02_srm_main_sbj:hover {color:#9c7f55;}
.main_sec02_srm .sec02_srm_main_info {line-height: 1.8;}
.main_sec02_srm .sec02_srm_main_info .info_txt {color: #555; font-weight:600; font-size:1.8rem;}
.main_sec02_srm .sec02_srm_main_info .info_txt:hover {color:#9c7f55;}
.main_sec02_srm .sec02_srm_main_info .info_txt .icon {margin-right: 10px; vertical-align: middle;}
.main_sec02_srm .sec02_srm_main_btn {display: block; width: 200px; margin-top:3em; padding: 10px 0; color:#9c7f55; font-weight:600; font-size:1.8rem; text-align: center; border:1px solid #B5B5B5;}
.main_sec02_srm .sec02_srm_main_btn:hover {color:#fff; background:#9c7f55;}
.main_sec02_srm .sec02_srm_main_btn .icon {margin-left: 2em; vertical-align: middle;}

.main_sec02_quick_swiper {position:relative;}
.main_sec02_quick_cover {}
.main_sec02_quick {display: flex; justify-content: space-between; background: #fff; border:1px solid #E5E5E5; border-radius: 25px;}
.main_sec02_quick > li {position:relative; width: 33.33%; padding: 30px; border-right:1px solid #E5E5E5; box-sizing: border-box;}
.main_sec02_quick > li:before {content:""; position:absolute; bottom:30px; right:30px; width:90px; height:1px; background:#C8D6D6;}
.main_sec02_quick > li:after {content:""; position:absolute; bottom:40px; right:25px; width:30px; height:1px; background:#C8D6D6; transform: rotate(45deg);}
.main_sec02_quick > li:hover:before {height: 2px; background:#9c7f55;}
.main_sec02_quick > li:hover:after {height: 2px; background:#9c7f55;}
.main_sec02_quick > li > .link {}
.main_sec02_quick > li > .link .main_sec02_quick_img {display:block; width:100%; margin-bottom: 2em;}
.main_sec02_quick > li:hover > .link .main_sec02_quick_img {box-shadow: 0px 0px 10px #555;}
.main_sec02_quick > li > .link .main_sec02_quick_tit {display:block; margin-bottom:10px; font-weight:600; font-size:2.6rem;}
.main_sec02_quick > li:hover > .link .main_sec02_quick_tit {color:#9c7f55;}
.main_sec02_quick > li > .link .main_sec02_quick_txt {display:block; margin-bottom: 2em; color: #666; font-weight:600; line-height: 1.3;}
.main_sec02_quick > li:hover > .link .main_sec02_quick_txt {}

.main_sec02 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {display:none; width:26px; height:26px; background-image:url('../img/main/btn_next.png'); background-size:26px;}
.main_sec02 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {display:none; width:26px; height:26px;  background-image:url('../img/main/btn_prev.png'); background-size:26px;}

@media screen and (max-width:768px) {
	.main_sec02 {padding: 0 0 5em; background-position: center bottom; background-size: contain;}
	.main_sec02_srm {margin-bottom: 2em;}
	.main_sec02_srm .sec02_srm_main {right: 0; width: 60%; padding: 20px 30px;}
	.main_sec02_srm .sec02_srm_main_tit {font-size: 2.4rem;}
	.main_sec02_srm .sec02_srm_main_sbj {font-size: 2.6rem;}
	.main_sec02_srm .sec02_srm_main_info .info_txt {font-size: 1.5rem;}
	.main_sec02_srm .sec02_srm_main_btn {width: 150px; margin-top: 2em;}
	.main_sec02_srm .sec02_srm_main_btn .icon {margin-left: 1em;}

	.main_sec02_quick_swiper {}
	.main_sec02_quick_cover {width: 75%;}
	.main_sec02_quick {background: transparent; border: none; border-radius: 0;}
	.main_sec02_quick > li {background: #fff; border: 1px solid #E5E5E5; border-radius: 25px;}

	.main_sec02 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {display:block;}
	.main_sec02 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {display:block;}
}
@media screen and (max-width:500px) {
	.main_sec02_srm .sec02_srm_main_tit {margin-bottom: 10px; font-size: 1.8rem;}
	.main_sec02_srm .sec02_srm_main_sbj {margin-bottom: 10px; font-size: 2rem;}
	.main_sec02_srm .sec02_srm_main_info .info_txt .icon {width: 20px;}
	.main_sec02_srm .sec02_srm_main_btn {margin-top: 1em; font-size: 1.5rem;}
}

/* section 03 */
.main_sec03 {padding: 2em 0 5em;}
.main_sec03_cont {}
.main_sec03_tit {margin-bottom:25px; font-weight:600; font-size:4.8rem; text-align:center;}
.main_sec03_quick_swiper {}
.main_sec03 .sec03_gal_list {display: flex; justify-content: space-between;}
.main_sec03 .sec03_gal_list > li {width:24.5%;}
.main_sec03 .sec03_gal_list > li .link {position: relative; overflow: hidden; display: block; width: 100%; height: 0; padding-bottom: 100%; border-radius: 25px;}
.main_sec03 .sec03_gal_list > li .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: 1.3rem; z-index: 99; opacity: 0; transition: opacity 0.2s;}
.main_sec03 .sec03_gal_list > li:hover .gal_list_info {opacity: 1;}
.main_sec03 .sec03_gal_list > li .gal_list_info .gal_list_info_sbj {}
.main_sec03 .sec03_gal_list > li .gal_list_info .gal_list_info_date {}
.main_sec03 .sec03_gal_list > li .thumbnail {position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: transform 0.2s; z-index: 9;}
.main_sec03 .sec03_gal_list > li .thumbnail .centered {position: absolute; top: 0; left: 0; right: 0; bottom: 0; -ms-transform: translate(50%, 50%); transform: translate(50%, 50%);}
.main_sec03 .sec03_gal_list > li .thumbnail .centered .gal_list_img {display: block; position: absolute; top: 0; left: 0; width: auto; height: 100%; transform: translate(-50%,-50%);}
.main_sec03 .sec03_gal_list > li .thumbnail .centered .gal_list_img.portrait {width: 100%; height: auto;}

.main_sec03 .swiper-pagination {display:none;}

@media screen and (max-width:1200px) {
	.main_sec03 {width: 90%; margin: 0 auto; padding: 0 0 5em;}
	.main_sec03_tit {font-size:3.8rem;}

	.main_sec03 .swiper-pagination {display:block; width:90%; margin-top: 10px;}
	.main_sec03 .swiper-pagination-clickable .swiper-pagination-bullet {margin:0 1px;}
}

/*** °ü¸®ÀÚ¹è³Ê ***/
#banner-box {margin: 0 auto 1em;}

/*** footer ***/
.footer {width: 100%; background-color: #e5e5e5;}
.footer_cont {padding:3em 0; text-align: center; line-height: 1.5;}
.footer_cont .copy_txt {color: #4a4a4a; font-weight:600; font-size: 1.4rem;}
.footer_cont .copy_txt a {color: #4a4a4a;}
.footer_cont .copy_txt a:hover {color: #fff;}
.footer_cont .copy_txt .bott_info_link {display: inline-block; margin:0 2px; color: #000; font-weight:600;}
.footer_cont .copy_txt .bott_info_link:first-of-type {color: #4a4a4a;}
.footer_cont .copy_txt .bott_info_link:hover {color: #9c7f55;}
.footer_cont .footer_cont_noti {}
.footer_cont .footer_cont_noti .copy_user {display:none;}
.footer_cont .footer_cont_noti .copy_user .link {width: 100px; margin:0 5px; padding: 3px 0; color:#7c7c7c; border:1px solid #BFBFBF; border-radius:25px;}
.footer_cont .footer_cont_noti .copy_user .link.admin {}

@media screen and (max-width:1200px) {
	.footer_cont {padding:10px;}
	.footer .footer_cont_info {width:100%;}
	.footer .footer_cont_info .bott_info_link {display: none;}
	.footer .copy_txt {text-align: center; font-size: 1.2rem;}
	.footer_cont .footer_cont_noti {margin-top: 1em;}
	.footer_cont .footer_cont_noti .copy_user {display: flex; justify-content: center;}
}


/*** sub page ***/
/* main */
.main.sub {padding:0px 0; background-color: #fff;}
.main.sub .main_cont {min-height: 600px; margin-bottom: 2em;}
.main_contents {}

.sub_top {width:100%; padding: 200px 0 50px; background:url('../img/main/sub_top_bg.jpg') no-repeat; background-size:cover;}
.sub_top_img {display: block; width:auto; max-width:100%; margin:0 auto 20px;}
.sub_top_tit {color:#fff; font-weight:600; font-size:4.8rem; text-align:center;}

@media screen and (max-width:1200px){
  .main.sub .main_cont {display:block; padding:0 10px; box-sizing:border-box;}
  .sub_top {padding: 20px 0;}
  .sub_top_img {display: none;}
  .sub_top_tit {font-size:3rem;}
}

/* sub select menu */
.menu_slct_area {margin-bottom:4em; border-bottom:1px solid #dcdcdc;}
.menu_slct_area .btn_home {display: none;}
.menu_slct.menu_slct_fst {display:none;}
.menu_slct.menu_slct_scd .txt_slcted {display:none;}
.menu_slct .icon_arw {display:none;}

.menu_slct_list {display: flex; justify-content: center;}
.menu_slct_list > li {position:relative;}
.menu_slct_list > li:hover:before {content:""; position:absolute; bottom:-1px; left:50%; width:150px; height:2px; background: #333; transform:translateX(-50%);}
.menu_slct_list > li > .link {display: block; padding: 1em; font-weight: 600;}

.menu_slct.menu_slct_trd {display:none;}
.menu_slct.menu_slct_trd.active {display:block; background: #ecf3ff;}
.menu_slct.menu_slct_trd.active .txt_slcted {display:none;}
.menu_slct.menu_slct_trd.active .menu_slct_list li .link {padding: 1em; font-size: 1.4rem;}

@media screen and (max-width:1200px) {
  .menu_slct_area {margin-bottom: 1em;}
  .menu_slct_cont {border: none;}
  .menu_slct_area .btn_home {display: block; float: left; width: 40px; height: 40px; color:#fff; background:#333; font-weight:600; font-size: 1.5rem; line-height:40px; text-align: center; border-right: 1px solid #dcdcdc; box-sizing: border-box;}
  .menu_slct {float: left; position: relative; height:40px; width: calc((100% - 40px) / 3); padding: 0 10px 0 10px; border-right: 1px solid #dcdcdc; box-sizing: border-box; cursor: pointer;}
  .menu_slct.menu_slct_fst {display:block;}
  .menu_slct.menu_slct_scd .txt_slcted {display:block;}
  .menu_slct .txt_slcted {overflow: hidden; position: relative; width:90%; color: #555; font-weight: 600; font-size: 1.4rem; text-align: left; text-overflow: ellipsis; white-space: nowrap; word-wrap:normal; line-height: 40px; z-index: 99;}
  .menu_slct:hover .txt_slcted {color: #06155D; font-weight:bold;}
  .menu_slct i {position: absolute; top: 50%; right: 15px; color: #555; font-size: 2rem; transform: translateY(-50%); z-index: 9;}
  .menu_slct .icon_arw {display:block; right: 8px;}
  .menu_slct:hover .icon_arw {color: #06155D;}

  .menu_slct_list {display: none; position: absolute; left: -1px; width: 100%; z-index: 99999; border-left: 1px solid #dcdcdc; border-bottom: 1px solid #bbb; border-right: 1px solid #bbb; background-color: #fff; border-top: 1px solid #dcdcdc;}
  .menu_slct_list > li {border-bottom: 1px solid #dcdcdc;}
  .menu_slct_list > li:last-of-type {border-bottom: 0;}
  .menu_slct_list > li:hover {color: #06155D; font-weight:bold;}
  .menu_slct_list > li:hover:before {display:none;}
  .menu_slct_list > li > .link {display: block; height: 50px; padding: 0 10px; line-height: 50px; font-weight:400; font-size: 1.4rem; box-sizing: border-box;}
  .menu_slct_list .icon {display:none;}

  .menu_slct.menu_slct_trd.active {background: #fff;}
  .menu_slct.menu_slct_trd.active .txt_slcted {display:block;}
  .menu_slct.menu_slct_trd.active .menu_slct_list li .link {padding: 0 10px;}
}

#solution_title_comm {display: block !important; height: auto !important; margin-bottom: 2em; text-align: center !important; line-height: 1.6 !important;}
#solution_title_comm .link {color:#484952 !important;}
#solution_title_comm.media_board_tit .link {line-height: 1.6 !important;}
#solution_title_comm.sboard_tit .link {line-height: 1.6 !important;}

.document_area  .document_cont {padding: 3em 5em; border: 1px solid #333; border-radius: 25px; box-sizing: border-box;}
.document_area  .document_cont {padding: 3em 5em; border: 1px solid #333; border-radius: 25px; box-sizing: border-box;}

@media screen and (max-width:768px) {
 #solution_title_comm {margin-bottom: 1em;}
 #solution_title_comm .link {font-size: 2.8rem !important;}
 .document_area  .document_cont {padding: 0; border: none; border-radius: 0;}
}


/* ¹Ìµð¾îº¸µå ¾Ù¹üÇü2 fix */
.sol_media_board_area .media_abm_list_item.type02 {width: calc(33.333% - 40px); margin: 0 20px;}

@media screen and (max-width:768px) {
  .sol_media_board_area .media_abm_list_item.type02 {width: calc(50% - 20px); margin:0 10px;}
}
@media screen and (max-width:500px) {
  .sol_media_board_area .media_abm_list_item.type02 {width: 100%; margin:0 0px;}
}



/* ¹ÝÀÀÇü Å¬·¡½º */
.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;}
