.wrap {position: relative; width: 100%; font-family: 'NotoSansKR', sans-serif;}

/* common */
.pc_area {display: block;}
.mobi_area {display: none;}
.cont_size {width: 1200px; margin: 0 auto;}

/********** header ***********/
.header {position: fixed; top: 0; width: 100%; background-color: rgba(43,43,69,0.9); z-index: 9999999;} 
.header_cont {overflow: hidden; height: 109px; padding: 5px 0 5px;}
.logo {display: inline-block; float: left; height: 45px; width: auto; margin-top: 30px;}
.logo .link {display: block; height: 100%; width: auto;}
.logo .logo_img {display: block; height: 100%; width: auto;}

/* gnb */
.gnb {float: right;}
.menu_top {font-size: 0;}
.menu_top > li {display: inline-block; width: 120px; padding: 0; font-size: 13px; text-align: center; box-sizing: border-box; vertical-align:top;}
.menu_top > li > .link {position: relative; display: block; padding: 45px 0; font-size: 18px; color: #fff;}
.menu_top > li:hover > .link {color: #f6864c;}
.menu_top .menu_top_arrow {display: none; position: absolute; bottom: 10px; left: 50%; margin-left: -7.815px; font-size: 25px;}
.menu_top > li:hover .menu_top_arrow {display: block;}
.menu_top_scd {margin-top: 10px;}
.menu_top_scd > li {margin-bottom: 15px;}
.menu_top_scd > li > .link {color: #b0b0b7; font-size:14px;}
.menu_top_scd > li:hover > .link {color: #f6864c;}

/********** main ***********/
.main {width: 100%;}

/* banner main */
.banner_main_area {position:relative; width: 100%; height:0; padding-bottom:46.87%; z-index:9;}
.banner_main_cont {position:absolute; top:0; left:0; width:100%; height:100%;}
.banner_main_cont > img {width: 100%; height:100%;}


/* quick */
.quick_area {padding: 50px;}
.quick_cont {font-size: 0; text-align: center;}
.quick_sec {display: inline-block; width: 32%; height: 220px; padding-top: 80px; padding-left: 30px; font-size: 18px; text-align: left; color: #fff; box-sizing: border-box;}
.quick_sec:nth-child(1) {background: url("../img/body/quick_bg01.jpg") no-repeat; background-size: cover;}
.quick_sec:nth-child(2) {margin: 0 23px; background: url("../img/body/quick_bg02.jpg") no-repeat; background-size: cover;}
.quick_sec:nth-child(3) {background: url("../img/body/quick_bg03.jpg") no-repeat; background-size: cover;}
.quick_txt {margin-bottom:10px; font-weight:300; text-shadow: 0px 0px 3px rgba(0,0,0,0.9); transition: all 0.3s;}
.quick_txt_str {font-weight: bold; font-size: 35px; text-shadow: 0px 0px 3px rgba(0,0,0,0.9); transition: all 0.3s;}
.quick_sec:hover .quick_txt {letter-spacing: 1px;}
.quick_sec:hover .quick_txt_str {letter-spacing: 6px;}

/* sermon */
.sermon_area {background: url("../img/body/srm_bg.jpg") no-repeat; background-size: cover;}
.srm_cont {box-sizing: border-box;}
.srm_cont .cont_left {float: left; width: 47%; padding-top: 80px;}
.srm_cont .cont_right {display: block; float: right; width: 47%;}
.cont_left .link {color: #fff;}
.cont_left .link:hover {border-bottom: 1px dashed rgba(255,255,255,0.2);}
.srm_tit {font-size: 50px; opacity: 0.8; margin-bottom: 40px;}
.srm_tit_sub {width: 100%; margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 35px;}
.srm_info {font-size: 17px; margin-bottom: 10px;}
.srm_txt {font-size: 14px; line-height: 1.7;}
.srm_chr {display: block;}

/********** footer ***********/
.footer {width: 100%; background-color: #d5d5da;}
.foot_cont {position: relative; padding: 50px 0;}
.foot_copy {font-size: 13px; color: #727272; line-height:1.4;}
.foot_copy .strong {display: inline-block; font-size: 23px; font-weight: bold;}
.foot_addr {display: inline-block; font-size: 13px; color: #727272;}
.bott_info_link {font-size: 13px; color: #727272;}
.bott_info_link:hover {font-weight: bold;}
.bottom_info {position: absolute; top: 35%; right: 0; width: 150px;}
.bottom_info .bott_info_link {margin-bottom: 5px;}
.bott_info_icon {vertical-align: middle; margin-bottom: 5px; margin-right: 5px;}

/* mobile css */
.btn_top_menu {position: absolute; top: 50%; right: 15px; margin-top: -22.5px; width: 45px; height: 45px; text-align: center; background-color: #f6864c; border-radius: 100%; line-height: 50px; box-sizing: border-box; cursor: pointer; z-index: 999;}
.btn_top_menu > i {font-size: 20px; color: #fff; transition: all 0.2s; line-height:45px;}
.menu_top_mobi {display: none; position: absolute; top: 20px; right: 65px; width: 280px;}
.menu_top_mobi > li {position: relative;}
.menu_top_mobi > li .menu_top_mobi_arrow {display: none; position: absolute; top: 0px; right: 150px; transform: rotate(270deg); font-size: 25px;}
.menu_top_mobi_fst {font-size: 18px; font-weight: bold; color: #fff; margin-bottom: 17px; cursor: pointer; text-shadow: 1px 1px 5px rgba(0,0,0,0.8)}
.menu_top_mobi_scd_area {position: absolute; top: 20px; right:100px; width: 100px;}
.menu_top_mobi_scd {display: none; position: absolute; top: 0; right: 0;}
.menu_top_mobi_scd > li {margin-bottom: 10px;}
.menu_top_mobi_scd > li > .link {font-size: 13px; font-weight: normal; color: #fff; opacity: 0.6;}
.btn_admin {font-size:15px; font-weight:bold;}

/******* mobile size *******/
@media screen and (max-width:1200px) {
	.pc_area {display: none;}
	.mobi_area {display: block;}
	
	.header_cont {position: relative; height: 230px;}
	.logo {height: 225px; float: none; position: absolute; top: 7px; left: 50%; margin-left: -86px;}
	
	.quick_area {padding: 20px 0px;}
	.quick_sec {width: 32%; height: auto; padding-top: 4%; padding-left: 1%; padding-bottom: 5%;}
	.quick_sec:nth-child(2) {margin: 0 1%;}
	
	.srm_cont {position: relative;}
	.srm_cont .cont_left {position: relative; padding: 4% 2% 4% 2%; box-sizing: border-box; z-index: 99;}
	.srm_tit {margin-bottom: 10px; font-size: 30px;}

	.srm_tit_sub {font-size: 20px;}
	.srm_info {font-size: 15px;}
	.srm_txt {font-size: 12px; opacity: 0.8;}
	.srm_cont .cont_right {position: absolute; bottom: 0; right: 0; float: none; height: 100%; width: auto; z-index: 9;}
	.srm_chr {display: block; height: 100%; width: auto;}
	
	.foot_cont {padding: 30px 0;}
	.foot_copy {text-align: center; padding: 0 10px; box-sizing: border-box;}
	.bott_info_link {display: none;}
	.bott_info_link.btn_login {display: block;}
	.bott_info_link.btn_admin {display:none;}
	
	.main_cont_sub {float: none; width: 100%; padding: 0 10px; box-sizing: border-box;}
	
}

@media screen and (max-width:768px) {
	.main {position: relative; overflow: hidden;}

	.banner_main_area {padding-bottom:80%;/* padding-bottom:125%; */}
	/*.banner_main_cont {left:50%; width:280%; transform:translateX(-50%);}*/
	
	.quick_area {padding-top: 6px; padding-bottom: 6px;}
	.quick_sec {font-size: 16px;}
	.quick_txt {font-size:13px;}
	.quick_txt_str {font-size: 16px;}
	
	.srm_cont .cont_left {width: 70%; padding: 4%;}
	.srm_cont .cont_left * {text-shadow: 1px 1px 2px rgba(0,0,0,0.5);}
	
	.foot_copy {font-size: 16px;}
}
@media screen and (max-width:500px) {
	.menu_top_mobi {right: 40px;}
	.menu_top_mobi_scd_area {right: 80px;}
	.srm_cont .cont_right {opacity: 0.3;}
	
}

/******* sub page *******/
.main_sub {padding-top: 130px; padding-bottom: 40px;}

/* top select menu */
.slct_menu_area {position: absolute; top: 0; right: 50%; margin-right: -120px; width: 240px; padding-top: 10px; box-sizing: border-box;}
.swiper-container {}
.slct_menu_area .swiper-wrapper {height: 20px; text-align: center;}
.slct_menu_area .slct_menu_fst {float: left; width: 45%; margin-top: 43px;}
.slct_menu_area .slct_menu_scd {float: right; width: 53%; margin-top: 15px;}
.slct_menu_area .slct_menu_scd .swiper-wrapper {height: 80px;}
.slct_menu_area .swiper-button-next {margin-left: -8.5px; width: 17px; height: 12px; background: url('../img/top/slide_arrow_down.png') no-repeat;}
.slct_menu_area .swiper-button-prev {width: 17px; height: 12px; background: url('../img/top/slide_arrow_up.png') no-repeat;}
.slct_menu_area .swiper-wrapper li {text-align: center;}
.slct_menu_area .swiper-slide {height: 20px;}
.swiper-button-next.fst {top: 87px; left: 47px; right: auto; bottom: auto; margin: 0;}
.swiper-button-prev.fst {top: 27px; left: 47px; right: auto; bottom: auto; margin: 0;}
.swiper-button-next.scd {top: 103px; right: 53px; left: auto; bottom: auto; margin: 0; background: url('../img/top/slide_arrow_down_w.png') no-repeat; opacity: 1;}
.swiper-button-prev.scd {top: 7px; right: 53px; left: auto; bottom: auto; margin: 0; background: url('../img/top/slide_arrow_up_w.png') no-repeat; opacity: 1;}
.slct_menu_area .link {color: #fff;}
.slct_menu_fst .link {font-size: 16px; font-weight: bold;}
.slct_menu_scd .link {font-size: 14px; color: #b1b1b8;}
.swiper-slide-active+.swiper-slide-next .link {font-size: 16px;}

/* left menu */
.left_area {float: left; width: 200px; box-sizing: border-box;}
.left_tit {width: 100%; padding: 23px; font-size: 16px; color: #fff; background-color: #f6864c; box-sizing: border-box; text-align: center;}
.menu_left {width: 100%; text-align: center;}
.menu_left > li {border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc;}
.menu_left > li > .link {display: block; padding: 16px 0; color: #444; font-size: 13px;}
.menu_left > li:hover .link {background-color: #dddddd; font-weight: bold;}

/* main sub cont */
.header_sub .logo {height: 110px; left: 10px; margin-left: 0;}
.header_sub .header_cont {height: 110px;}

.main_cont_sub {float: right; width: 950px; min-height: 500px;}
#solution_title_comm {position: relative !important; /*height: 120px !important;*/ font-size: 28px !important; font-weight: bold !important; color: #f6864c !important; line-height: 90px !important; text-align:left !important;}
#solution_title_comm:before {content: ""; display: block; position: absolute; top: 0; left: 0; width: 40px; height: 3px; background-color: #f6864c;}

@media screen and (max-width:1200px) {
	.cont_size {width: 100%;}
	.main_cont_sub {padding: 20px 2%;}
	#solution_title_comm {font-size: 25px !important;}
}
@media screen and (max-width:420px) {
	.header_sub .logo {opacity: 0.1;}
	.logo.small {opacity: 0.1;}
}

/*¹ÝÀÀÇü Å¬·¡½º*/
.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;}