
/*? 공용 Start */

.wrap {
	font-family: 'NotoSansKR';
}

.cont_size {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/*? 공용 END */

/*? 반응형 클래스 Start */

.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;}

.wrap .pc_area {
    display: block;
}
.wrap .mobi_area {
    display: none;
}
.wrap .pc_area_flex {
    display: flex;
}
.wrap .mobi_area_flex {
    display: none;
}

/*? 반응형 클래스 End */


/*? Header Start */

/*Header 유틸메뉴 */
.util_wrap {border-bottom: 1px solid #eee;}
.util {display: flex; justify-content: end; gap: 17px;}
.util > li {padding: 17px 2px; font-family: "돋움"; font-size: 12px; color: #000;} 
.util > li:last-child{margin-right: 16px;}
.util > li:hover{color: #da262e;}

/*Header gnb메뉴 */
.gnb.cont_size {display: flex; position: relative;height: 90px; align-items: center; }
.gnb.cont_size .logo{flex: 1;}

.menu_top_fst {display: flex; justify-content: flex-end; flex: 1; }
.menu_top_fst > li{position: relative; min-width: 90px;  margin-right: 16px;}
.menu_top_fst > li:last-child {margin: 0;}
.menu_top_fst > li > .link { display: inline-block;width: 100%; text-align: center; padding:35px 16px 36px;  font-family:'NotoSansKR'; font-size: 18px; color: #484848; border-bottom: 1px solid #fff;}

.menu_top_scd {visibility: hidden; opacity: 0; transform: translateY(-20px);transition: 0.3s; width: 100%; font-family:'NotoSansKR';color: #fff; background: #cea18f; position: absolute; top: 90px; left: 0; z-index: 9999; padding: 25px 16px;}
.menu_top_scd > li  { word-break: keep-all; text-align: center; padding: 8px 0; width: 100%;  font-family: 'NanumSquare'; }



.gnb.cont_size > .btn.mobi_area { position: absolute; right: 0; background: #fff; border: none; font-size: 20px;}
.gnb.cont_size > .btn.mobi_area .material-symbols-outlined {font-size: 36px; color: #333;}
.nav_util.mobi_area {margin-top: 20px;}

.menu_top_area .btn.btn_close { position: absolute; display:none; align-items: center;justify-content: center;top: 15px; left: -39px; background: #cea18f; font-size: 26px; color: #fff; border: none; width: 40px; height: 40px;} 
.menu_top_area.open .btn.btn_close {display: flex;}
@media (min-width: 1200px) {
	.menu_top_fst > li:hover > .link{ background: #cea18f; color: #fff; } 
	.menu_top_scd li:hover { color: #484848;}
	.menu_top_fst > li:hover .menu_top_scd{ display: inline-block;  visibility: visible; opacity: 1; transform: translateY(0px)}
}

@media (max-width: 1200px) {
	
	.util > li {padding: 10px 2px;}
	.gnb.cont_size {height: 65px;}
	.gnb.cont_size > .btn.mobi_area {display: flex;}
	.logo{padding-left: 6px;}
	.menu_top_area {position: absolute; top: 700px;}
	.menu_top_area {
		z-index: 9999;
		position: fixed;
		top: 0;
		right: 0;
		background-color: #cea18f;
		height: 100vh;
		padding-right: 4vw;
		padding-left: 5vw;
		transform: translateX(100%);
		transition: transform .3s;
		will-change: transform;
	}

	.menu_top_area.open {
		transform: translateX(0);
	}

	.menu_top_fst {
		display: flex;
		justify-content: space-around;
		flex-direction: column;
		gap: 15px;
		color: #fff;
		margin-top: 16px;
	}

	.menu_top_fst {
		-ms-overflow-style: none;
		/* IE and Edge */
		scrollbar-width: none;
		/* Firefox */
	}

	.menu_top_fst::-webkit-scrollbar {
		display: none;
		/* Chrome , Safari , Opera */
	}

	.menu_top_fst > li:not(:last-child) {
		margin-right: 0;
	}

	.menu_top_fst > li > .link {
		display: flex;
		color: #fff;
		padding: 0 0 10px 10px;
	}

	.menu_top_fst > li.active > .link {
		color: #333;
		border-bottom: 1px solid #333;
	}

	.menu_top_fst > li > .link:not(:only-child) {
		pointer-events: none;
		position: relative;
	}

	.menu_top_fst > li > .link:not(:only-child)::after {
		position: absolute;
		top: 0;
		right: 20px;
		display: block;
		font-family: "FontAwesome";
		content: "\f105";
		color: #fff;
		transform: rotate(90deg);
		
		transition: transform 0.3s;
	}
	.menu_top_fst > li.active > .link:not(:only-child)::after {
		transform: rotate(-90deg);
		color: #333;
	}
	.menu_top_scd {
		display: none;
		opacity: 1;
		visibility: visible;
		position: static;
		transform: unset;
		box-shadow: none;
		text-align: left;
		transition: max-height .5s cubic-bezier(0, 1, 0, 1);
		padding: 10px 0;
	
	}

	.menu_top_scd > li {
		max-width: 176px;
		color: #696969;
		background-color: #f9e5d3;
		padding: 0;
	}
	.menu_top_scd > li:hover {color: #f9e5d3; background-color: #696969;}
	.menu_top_scd > li:first-child {
		margin-top: 15px;

	}
	.menu_top_scd > li > .link {
		padding: 12px 0;
		display: flex;
		justify-content: center;
	}
	/* .menu_top_fst > li:hover > .link:not(:only-child)::after {
		border: none;
	}

	.menu_top_fst > li:hover .menu_top_scd {
		max-height: 0;
		transition: max-height .5s cubic-bezier(0, 1, 0, 1);
	} */

	/* .menu_top_fst > li.active .menu_top_scd {
		max-height: 100vw;
		transition: max-height .75s ease-in-out;
	} */

}
@media (max-width: 768px) {
	.gnb.cont_size {height: 45px;}
	.util > li {padding: 4px 2px;}
}
/*? header End */

/* ? Main Start */

/* Main txt */
.main_txt {font-family: 'NotoSerifKR'; color: #000; text-align: center; margin: 50px 0; word-break: keep-all;}
.main_txt .txt_god {display: inline-block; font-family: 'NotoSerifKR'; font-size: 36px; font-weight: 500; margin-bottom: 5px;}
.main_txt .txt_god span {font-weight: bold;}
.main_txt .txt_welcom {font-size: 24px;}
@media (max-width:1024px) {
	.main_txt {margin: 36px 0;}
	.main_txt .txt_god {font-size: 30px;}
	.main_txt .txt_welcom {font-size: 20px;}
}
@media (max-width:768px) {
	.main_txt {margin: 20px 0;}
	.main_txt .txt_god {font-size: 26px;}
	.main_txt .txt_welcom {font-size: 16px;}
}

/* quick banner */
.quick_wrap {display: flex; justify-content: space-between; flex-wrap: wrap; margin: 0 auto; max-width: 1200px; text-align: center;}
.quick_wrap > .quick_banner {cursor: pointer;}
.quick_wrap > .quick_banner .quick_title {margin-top: 24px; font-size: 18px; font-family:'NotoSansKR'; font-weight: bold; color: #484848;}
.quick_wrap > .quick_banner:hover img{transform: scale(1.2);}
.quick_wrap > .quick_banner:hover .quick_title {color: #cea18f;}
.quick_wrap > .quick_banner img {transition: 0.2s;} 
@media (max-width: 1024px) {
	.quick_wrap {gap: 35px 0;}
	.quick_wrap > .quick_banner {width: 50%;}
}
@media (max-width: 768px) {
	.quick_wrap > .quick_banner .quick_title {margin-top: 12px;}
	.quick_wrap {gap: 20px 0;}
}
@media (max-width: 400px) {
	.quick_wrap > .quick_banner img {width: 99px;}
}
/* banner */
.banner_area {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 53%;
}

.banner_cont,.temp_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* sermon */
.sermon { background: no-repeat url(../img/body/sermon_bg.jpg) center / cover; width: 100%; margin: 60px 0 70px; padding: 66px 0 62px; display: flex; flex-direction: column; align-items: center;}
.sermon .sermon_title {text-align: center;  font-size: 30px; font-weight: 500; color: #fff;}
.sermon .sermon_title:hover {color: #cea18f; transition: 0.2s;}
.sermon .media_container {margin: 30px 0 35px; width: 100%; max-width: 1200px;}
.sermon .media_container > .media_box {display: flex; justify-content: center;}
.sermon .media_container iframe,
.sermon .media_container img,
.sermon .media_container video {width: 84%; aspect-ratio: 16 / 9; }

.sermon_link {background-color: #eee; padding: 14px 48px 13px 28px; position: relative; transition: 0.2s;}
.sermon_link i {transition: 0.2s;}
.sermon_link:hover {background-color: #cea18f; color: #fff;}
.sermon_link:hover i {transform: translateX(5px);}
.sermon_link .sermon_link_txt { font-size: 18px; font-weight: 500;}
.fas.fa-caret-right {font-size: 27px; position: absolute; top: 10px; right: 23px;}

@media (max-width:1024px){
	
	.sermon {padding: 44px 0 40px; margin: 30px 0 40px;}
	.sermon .media_container {margin: 20px 0 24px;}
	.sermon .media_container iframe, .sermon .media_container img, .sermon .media_container video {width: 95%;}

	
}
@media (max-width:768px){
	.sermon .sermon_title {font-size: 26px;}
	.sermon {padding: 20px 0; margin: 24px 0;}
	.sermon .media_container {margin: 12px 0 16px;}
	.sermon_link {padding: 8px 24px 9px 14px;}
	.sermon_link .sermon_link_txt { font-size: 14px;}
	.fas.fa-caret-right {font-size: 20px;  top: 8px; right: 10px;}
}

/* notice */
.notice {margin-bottom: 73px;}
.notice .notice_title {text-align: center;  font-size: 30px; margin-bottom: 37px;}
.notice .notice_title:hover {color: #cea18f; transition: 0.2s;}
.notice .notice_container {max-width: 1200px; border-bottom: 4px solid #000; border-top: 4px solid #000; margin: 0 auto;  font-size: 18px;}
.notice .notice_container li > .link {display: flex; justify-content: space-between; padding: 23px 18px 23px 0; border-bottom: 1px solid #dcdcdc;}
.notice .notice_container li > .link:hover {color: #fff; background-color: #cea18f;transition: 0.2s;}
.notice .notice_container li:last-child > .link {border-bottom: none;}
.notice .notice_container li > .link > span {display: inline-block; white-space: nowrap;}
.notice .notice_container li > .link > .notice_txt {text-overflow: ellipsis; overflow: hidden; width: 70%;}
.notice .notice_container li > .link > .notice_date {width: 30%; text-align: end;}
@media (max-width: 1024px){
	.notice {margin-bottom: 40px;}
	.notice .notice_container {font-size: 16px;}
	.notice .notice_container li > .link { padding: 16px;}
}
@media (max-width:768px) {
	.notice {margin-bottom: 24px;}
	.notice .notice_title {font-size: 26px; margin-bottom: 20px;}
	.notice .notice_container {border-top: 2px solid #000; border-bottom: 2px solid #000; }
}

/* news */
.news { width: 100%; background: no-repeat url(../img/body/news_bg.jpg) center / cover; padding: 60px 0 85px;}
.news_wrap {max-width: 1200px; margin: 0 auto; }
.news_wrap > .news_title {text-align: center; font-size: 30px; padding-bottom: 45px;}
.news_wrap > .news_container {width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; }
.news_wrap > .news_container > .news_list {background-color: #f8f8f8; width: 23%; padding: 30px 0 32px;transition: 0.2s; }
.news_wrap > .news_container > .news_list:hover {box-shadow: 3px 3px 3px gray;}
.news_wrap .news_smtitle  {display: flex; align-items: center; border-bottom: 1px solid #c6c6c6; padding-bottom: 20px; margin: 0 20px;}
.news_wrap .news_smtitle .news_h3 {font-size: 24px; flex: 1; font-weight: 500;}
.news_wrap .news_smtitle .link {font-size: 16px; transition: 0.2s;}
.news_wrap .news_smtitle .link:hover {color: #cea18f;}

.news_wrap .news_content {display: block; padding: 23px 20px 0; transition: 0.2;}
.news_wrap .news_content:hover {color: #cea18f;}
.news_wrap .news_content > .content_txt {font-size: 18px; margin-bottom: 16px; text-overflow: ellipsis; overflow: hidden;white-space: nowrap;}
.news_wrap .news_content > .constent_date {font-size: 16px;}

@media (max-width:1024px) {
	.news { padding: 25px 0 35px;}
	.news_wrap > .news_title {padding-bottom: 25px;}
	.news_wrap > .news_container {justify-content: space-around;}
	.news_wrap > .news_container > .news_list {width: 45%; margin-top: 20px; padding: 20px 0 22px;}	


}
@media (max-width:768px) {
	.news { padding: 10px 0 15px;}
	.news_wrap > .news_title {padding-bottom: 10px; font-size: 26px;}
	.news_wrap > .news_container > .news_list {width: 95%; margin-top: 10px; padding: 15px 0 16px;}	
	.news_wrap .news_smtitle .news_h3 {font-size: 22px;}
}

/* information */
.information {max-width: 1200px; margin: 0 auto; }
.information > .information_container {display: flex; justify-content: space-around; flex-wrap: wrap;}
.information > .information_container > .information_list{font-size: 18px; transition: 0.2s;}
.information > .information_container > .information_list a {display: inline-block; padding: 32px 0 30px; width: 100%;transition: 0.2s;}
.information > .information_container > .information_list:hover a {transform: translateY(-5px); color: #cea18f;}

@media (max-width:1024px) {
	.information > .information_container > .information_list {width: calc(50% - 1px); text-align: center; margin: 5px 0;}
	.information > .information_container > .information_list:nth-child(odd) { border-right: 1px solid #c6c6c6;}
	.information > .information_container > .information_list a{padding: 16px 0 15px;}
}
@media (max-width:768px){
	.information > .information_container > .information_list {font-size: 16px;}
	.information > .information_container > .information_list a{padding: 8px 0 7px; text-align: center;}	
}
/* ? Main End */

/*? Footer Start */
.footer{display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 50px; font-weight: 300; line-height: 1.5; text-align: center; color: #bababa;padding:150px 0 180px; width: 100%; background: no-repeat url(../img/body/footer_bg.jpg) center / cover;}
.footer > a {display: block; width: 130px; height: 35px; }
.footer > a:hover .st2 {fill: #fff; transition: 0.3s;}
.footer > a:hover #polygon7431 {fill: #fff; transition: 0.3s;}
.footer > a:hover #path7429 {fill: red; transition: 0.3s;}
.footer_cont.cont_size {word-break: keep-all;}
.footer_info .info_tel{}

@media (max-width:1024px) {
	.footer{padding: 100px 0 120px; gap: 36px;}
}
@media (max-width:768px){
	.footer{padding: 60px 0 80px; gap: 24px; font-size: 12px;}
	 .footer_info .info_tel{ display: block;}
}
@media (max-width:500px){
	.footer_cont.cont_size  {padding: 0 10px;}
	.footer{padding: 30px 0 40px; gap: 16px;}
}
/*? Footer End */


/*? 미디어보드 앨범형2 fix Start */
.sol_media_board_area .media_abm_list_item.type02 {
	width: calc(33.333% - 40px);
	margin: 0 20px;
}
/*? 미디어보드 앨범형2 fix End */


/*? sub page Start */

.main.sub {
	padding: 0px 0;
	background-color: #fff;
}

.main.sub .main_cont {
	min-height: 600px;
	margin-bottom: 2em;
}

.sub_top {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 13%;
	background: url('../img/top/sub_top_bg.jpg') no-repeat center / cover;
}

.sub_top_tit {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	color: #fff;
	font-weight: 600;
	font-size: 6rem;
	text-align: center;
	text-shadow: 0px 0px 4px #858282;
}


.menu_slct_area {
	margin-bottom: 1em;
	border-bottom: 1px solid #e7e8ea;
}
.menu_slct_area .cont_size {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.menu_slct_area .btn_home {
	position: relative;
	
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-left: 1px solid rgba(255, 255, 255, 0.4);
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	box-sizing: border-box;
	
}
.menu_slct_area .btn_home i {
	position: absolute;
	top: 19px;
	left: 50px;
	font-size: 16px;
	color: #cacaca;
	
}

.menu_slct {
	position: relative;
	padding: 0 40px 0 20px;
	box-sizing: border-box;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	cursor: pointer;
}
.menu_slct.menu_slct_scd {
	position: relative;
}
.menu_slct.menu_slct_scd i{
	position: absolute;
	color: #cacaca;
	top: 34px; 
	left: -14px;
}

.menu_slct .txt_slcted {
	position: relative;
	line-height: 80px;
	font-size: 1.6rem;
	text-align: left;
	z-index: 9998;
}

/* .menu_slct .icon_arw {
	position: absolute;
	top: 50%;
	right: 15px;
	
	transform: translateY(-50%);
	z-index: 9;
} */

.menu_slct:hover .txt_slcted {
	color: #cea18f;
}

.menu_slct.menu_slct_trd {
	display: none;
}

.menu_slct.menu_slct_trd.active {
	display: block;
}

.menu_slct_area .menu_slct_list i {
	visibility: hidden;
}

.menu_slct_list {
	display: none;
	position: absolute;
	left: -9px;
	width: calc(100% + 2px);
	border: 1px solid #725440;
	background-color: #fff;
	text-align: center;
	padding: 8px 4px;
	box-sizing: border-box;
	z-index: 999998;
}

.menu_slct_list>li {
	border-bottom: 1px solid #e0e0e0;
	color: #333;
}

.menu_slct_list>li:last-of-type {
	border-bottom: 0;
}

.menu_slct_list>li:hover {
	font-weight: bold;
	color: #cea18f;
}

.menu_slct_list>li>.link {
	display: block;
	height: auto;
	padding: 12px 0;
	box-sizing: border-box;
	font-size: 1.4rem;
}

.menu_slct_list .icon {
	display: none;
}

#solution_title_comm {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	color: #333;
	font-size: 3.6rem;
}

#solution_title_comm a {
	margin-bottom: 5px;
	color: #333;
	font-weight: 600;
	font-size: 3.6rem;
}

.main_sub_cont .content {
	padding: 0 0 75px;
}
/*? sub page End */

@media screen and (max-width:1200px) {

    .wrap .pc_area {display: none;}
	.wrap .mobi_area {display: block;}
    .wrap .pc_area_flex {display: none;}
	.wrap .mobi_area_flex {display: flex;}

	/*? banner fix Start */

	.banner_area {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 53%;
	}

	.banner_cont {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	/*? banner fix End */

	/*? Sub Start */

	.main.sub .main_cont {
		display: block;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.sub_top {
		padding-bottom: 15%;
	}

	.sub_top_tit {
		font-size: 3rem;
	}

	.menu_slct_area {
		margin-bottom: 0em;
	}

	.menu_slct_area .btn_home {
		width: 40px;
		height: 40px;
		font-size: 1.5rem;
		padding: 12px 0;
	}

	.menu_slct_area .btn_home>img {
	
	}
	.menu_slct_area .btn_home i {
		top: 13px; 
		left: 41px;
	}
	
	.menu_slct {
		height: 40px;
	}

	.menu_slct .txt_slcted {
		overflow: hidden;
		line-height: 40px;
		font-size: 1.5rem;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.menu_slct.menu_slct_scd i{
		top: 13px; 
		left: -12px;
	}
	.menu_slct .icon_arw {
		right: 8px;
	}

	.main_sub_cont {
		min-height: 500px;
	}

	.main_sub_cont .content {
		padding: 0 10px 20px;
		box-sizing: border-box;
	}

	.sub_top_menu_tit_area {
		display: none;
	}

	#solution_title_comm {
		padding: 0;
	}

	#solution_title_comm:before {
		height: 20px;
	}

	#solution_title_comm a {
		font-size: 2.6rem;
	}

	.uotc_100 #solution_title_comm {
		display: block;
	}

	.menu_slct_area {
		margin-bottom: 0em;
	}

	.menu_slct_area .btn_home {
		width: 40px;
		height: 40px;
		font-size: 1.5rem;
		padding: 12px 0;
	}

	.menu_slct_area .btn_home>img {
		
	}

	.menu_slct {
		height: 40px;
	}

	.menu_slct .txt_slcted {
		overflow: hidden;
		line-height: 40px;
		font-size: 1.5rem;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.menu_slct .icon_arw {
		right: 8px;
	}

	.main_sub_cont {
		min-height: 500px;
	}

	.main_sub_cont .content {
		padding: 0 10px 20px;
		box-sizing: border-box;
	}

	.sub_top_menu_tit_area {
		display: none;
	}

	#solution_title_comm {
		padding: 0;
	}

	#solution_title_comm:before {
		height: 20px;
	}

	#solution_title_comm a {
		font-size: 2.6rem;
	}

	.uotc_100 #solution_title_comm {
		display: block;
	}

	/*? sub */

	/*? Footer Start */


	/*? footer End */

    /*? 반응형 클래스 Start */

	.wrap .pc_area {
        display: none;
    }
	.wrap .mobi_area {
        display: block;
    }

    /*? 반응형 클래스 End */
}

@media screen and (max-width:768px) {

	/*? 미디어보드 앨범형2 fix Start */

	.sol_media_board_area .media_abm_list_item.type02 {
		width: calc(50% - 20px);
		margin: 0 10px;
	}

	/*? 미디어보드 앨범형2 fix End */

	/*? Sub Start */

	#solution_title_comm {
		margin-bottom: 1em;
	}

	#solution_title_comm .link {
		font-size: 2.8rem !important;
	}

	/*? Sub End */

}

@media screen and (max-width:560px) {
	
	/*? Sub Start */
	.menu_slct_area .cont_size {
		padding-right: 0;
	}
	.menu_slct_area .btn_home {
		display: none;
	}
	.menu_slct_fb {
		flex: 1 1 auto;
		
	}
	.menu_slct_fb .txt_slcted{
		text-align: center;
	}
	
	.menu_slct {
		padding:  0 0 0 10px;
	}
	.menu_slct_list {
		width: 100%;
		padding: 0 4px;
		left: 10px;
	}
	.menu_slct_list>li>.link {
		padding-left: 0;
		font-size: 1.5rem;
	}
	.menu_slct.menu_slct_scd i {
		left: 4px;
	}
	/*? Sub End */


}

@media screen and (max-width:500px) {
	/*? Sub Start */
	.sub_top {
		padding-bottom: 25%;
	}
	.sub_top_tit {
		font-size: 2.4rem;
	}

	.sol_media_board_area .media_abm_list_item.type02 {
		width: 100%;
		margin: 0 0px;
	}

	/*? Sub End */
}