/********** common *********/
.wrap {width: 100%; font-family: "NanumGothic", sans-serif;}
.wrap .pc_area {display: block;}
.wrap .mobi_area {display: none;}
.cont_size {width: 1200px; margin: 0 auto;}
.tit_hidden {width: 0; height: 0; visibility: hidden;}

@media screen and (max-width:1200px) {
	.cont_size {width: 100%;}
	.wrap .pc_area {display: none;}
	.wrap .mobi_area {display: block;}
}

/********** main page *********/
/***** header *****/
.header {position:absolute; width:100%; max-width:1920px; z-index:99999999;}
.header_cont {height:100px; width:100%; border-bottom:1px solid #cac8c7;}
.logo {display:inline-block; padding-top:20px;}
.logo .link {display:block;}
.logo_img {display:block;}

/* gnb */
.gnb {}z

.menu_user_btn {padding: 5px 10px; color: #333; background:#fff; font-weight: bold; box-shadow:1px 1px 1px rgba(0,0,0,0.2);}
.menu_user_btn:hover {background-color: #666; color: #fff;}
.menu_top_user {position:absolute; top:50%; right:0; display:inline-block; padding:25px 5px; font-size: 13px; transform:translateY(-55%);}
.menu_top_user >  li {display:inline-block;}
.menu_top_user .menu_user {color:#000;}
.menu_user .link:hover {color: #ccc;}
.menu_user .link i {transition: transform 0.2s;}
.menu_user .link:hover i {transform: rotate(15deg);}
.menu_user .link.user_btn_admin {font-weight:bold; margin-right:10px;}
.menu_cal_sms a {margin-right:5px;}
.menu_cal_sms a:hover {color:#ccc;}

.menu_top {position:absolute; top:0%; left:50%; width:70%; height:100%; transform:translateX(-50%); text-align:center; z-index:99999999;}
.menu_top > li {position: relative; display: inline-block; padding:0px; width:calc((100% / 8) - 10px); height:100%; font-size: 18px; }
.menu_top > li > .link {display: block; height:100%; padding: 38px 0px 0; font-weight: bold; color: #000; box-sizing:border-box;}
.menu_top > li > .link .f_small {display:block; padding-top:5px; font-size:11px; color:#666666;}
.menu_top_scd {display: none; position: absolute; top:100px; left:0; width: 100%; padding-top:25px; box-sizing: border-box; z-index: 9999999;}
.menu_top_scd > li {padding: 4px 0;}
.menu_top_scd > li > .link {display:block; color: #333; font-size:17px; line-height:1.3;}
.menu_top_scd > li > .link:hover {color: #32aeac;}
.menu_top_scd > li > .link.scd {display:block; padding-left:5px; font-size:12px; color:#555;}
.menu_top_bg {display:none; position:fixed; top:0; left:0; width:100%; height:400px; background-color:#fff; z-index:9999999;}

/***** main *****/
.main {background-color:#fff;}

/* sermon */
.main_sec01 {position: relative; width: 100%; height: 0; overflow: hidden; padding-bottom: 37.25%; z-index:999;}
.srm_cont {position: absolute; overflow: hidden; display:inline-block; top: 50%; left: 50%; height: 320px; margin-top: -160px; margin-left: -600px; box-sizing: border-box; z-index:999999;}
.srm_video_area {position: absolute; top: 60%; right: -300px; margin-top: -152px; display: inline-block; width: auto; background-color: rgba(255,255,255,0.8); font-size: 0; opacity: 0;}
.srm_video_cover {}
.srm_video_cover_img {display:block; width:100%; height:100%;}
.srm_video {width: 462px; height: 304px;}
.srm_video_ifr {width: 462px; height: 304px;}
.srm_tit {position: relative; margin-bottom: 58px; font-size: 40px;}
.srm_tit:before {content: ""; position: absolute; bottom: -30px; left: 0; display: block; width: 210px; height: 1px; background-color: #fff; opacity: 0.6;}
.srm_tit .link {color:#fff;}
.srm_link {display: block; font-size: 17px; color: #fff; line-height: 1.8;}
.srm_btn_video {position: relative; overflow: hidden; display: inline-block; margin-top: 40px; padding: 15px 55px; color: #fff; border: 1px solid #fff;}
.srm_btn_video:before {content: '자세히 보기'; position: absolute; top: 0; right: 100%; display: block; width: 100%; height: 100%; line-height: 45px; text-align: center; background-color: rgba(255,255,255,0.2); color: #fff; transition: right 0.3s; font-weight: bold;}
.srm_btn_video:hover:before {right: 0;}
.srm_btn_video:hover {color: transparent;}
.srm_video_icon_play {display: none; position: absolute; top: 50%; left: 50%; margin-top: -55px; margin-left: -55px; cursor: pointer; z-index: 999; opacity: 0.9; transition: all 0.2s;}
.srm_video_icon_play:hover {transform: scale(1.1); opacity: 1;}
.srm_video_area:hover .srm_video_icon_play {display: block;}

.banner_area{position:absolute; top:0; left:0; width:100%; height:100%; z-index:9;}
.banner_main.bm_swiper {width:100% !important;}
.banner_filter {position:absolute; top:0; left:0; width:100%; height:100%; background-color: rgba(0,0,0,0.2); z-index:99;}
.banner_area > img {width: 100%; height:100%;}

/* quick menu */
.main_sec02 {background-color:#efefef;}
.main_sec02_cont {overflow:hidden; padding:20px 0;}
.menu_quick {float:left; position: relative; overflow: hidden; width: 50%; font-size: 0; text-align: center; box-sizing: border-box;}
.menu_quick > li {overflow:hidden; position: relative; display: inline-block; width: calc(50% - 2px); margin: 1px; background: #ddd; font-size: 17px; font-weight: bold; opacity: 0;}
.menu_quick > li:nth-child(1) {right: -50px; background: url("../img/body/quick_bg001.jpg") bottom right no-repeat; background-size: cover;}
.menu_quick > li:nth-child(2) {left: -50px; background: url("../img/body/quick_bg002.jpg") bottom left no-repeat; background-size: cover;}
.menu_quick > li:nth-child(3) {right: -50px; background: url("../img/body/quick_bg003.jpg") bottom center no-repeat; background-size: cover;}
.menu_quick > li:nth-child(4) {left: -50px; background: url("../img/body/quick_bg004.jpg") bottom right no-repeat; background-size: cover;}
.menu_quick > li > .link {display: block; padding: 50px 0; color: #fff;}
.menu_quick > li i {font-size: 35px; padding-bottom: 10px; color: #fff;}
.menu_quick_txt {color:#fff;}

/* sermon menu */
.menu_srm {float:right; width:46%; padding:35px 0 70px; box-sizing:border-box; background: url("../img/body/srm_bg.jpg") bottom right no-repeat;}
.menu_srm .link {display:block;}
.menu_srm_tit {font-size:45px; font-weight:900; color:#538ab6; transition: all 0.2s;}
.menu_srm_tit.eng {margin-bottom:5px; font-size:29px;}
.menu_srm_tit:hover {padding-left:10px;}
.menu_srm_tit_sub {width:50%; padding:30px 0 15px; margin-bottom:15px; font-size:25px; font-weight:bold; color:#707070; border-bottom:1px solid #ccc;}
.menu_srm_tit_sub:hover {border-bottom:1px solid #aaa; color:#555;}
.menu_srm_txt {padding-bottom:10px; font-size:15px; color:#707070;}
.menu_srm_txt:hover {text-decoration:underline;}
.menu_srm_txt .str {padding-left:20px; font-weight:bold;}


@media screen and (max-width:1200px) {
	.menu_srm {background-size:auto 100%;}
}

/* news */
.main_sec03 {padding:65px 0 80px; box-sizing:border-box;}
.news_area {position: relative; float: left; width: 48%; padding-top: 38px;}
.news_tit {position: absolute; top: 2px; left: 0; padding: 10px 20px; border-top: 1px solid #ddd; border-bottom: 1px solid #fff; border-left: 1px solid #ddd; border-right: 1px solid #ddd; font-weight:bold; font-size: 15px; color: #555; border-top-left-radius: 5px; border-top-right-radius: 5px; background-color: #fff;}
.news_btn_more {position: absolute; top: 10px; right: 0; font-size: 13px;}
.news_list {padding-top: 5px; border-top: 1px solid #ddd;}
.news_list > li {padding: 11px 0px 11px 11px; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; line-height: normal; border-bottom: 1px solid #eee;}
.news_list > li > .link {color: #797979;}
.news_list_right {float: right; display: inline-block; padding-left: 10px;}
.news_list > li:after {content: ""; display: block; clear: both;}
.news_list > li:hover {border-bottom: 1px solid #999;}
.news_list > li:hover > .link {color: #333;}

/* album */
.album_area {position: relative; float: right; width: 48%; padding-top: 38px;}
.album_tit {position: absolute; top: 2px; left: 0; padding: 10px 10px; font-weight:bold; font-size: 15px; color: #555; border-top-left-radius: 5px; border-top-right-radius: 5px;}
.album_btn_more {position: absolute; top: 10px; right: 0; font-size: 13px;}
.album_list {padding-top: 30px; border-top: 1px solid #ddd; font-size: 0; text-align: center;}
.album_list > li {display: inline-block; width: 180px; height: 165px; margin: 0 5px;}
.album_list > li+li+li {margin-top:10px;}
.album_list > li > .link {overflow: hidden; position: relative; display: block; width: 100%; height: 100%;}
.album_list > li .thumbnail {    
	overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.2s;
}
.album_list > li .centered {
	  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}
.album_img {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}
.album_img.portrait {
	width: 100%; height: auto;
}
.album_info {position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 15px 10px; background-color: rgba(0,0,0,0.5); z-index: 9999; font-size: 13px; font-weight: bold; box-sizing: border-box; text-align: left; opacity: 0; transition: opacity 0.2s;}
.album_info_sbj {color: #fff; margin-bottom: 20px; line-height: 1.5;}
.album_info_date {color: #fff;}
.album_list > li:hover .album_info {opacity: 1;}

.abm_a_info_hover {z-index:9 !important;}

#banner_roll_area {margin-bottom:10px;}
/***** footer *****/
.footer {background-color: #4c4c4c;}
.foot_cont {padding: 30px; text-align: center; color:#999;}
.foot_copy {font-size: 14px; color: #999; line-height: 1.5;}
.bott_info_link {font-size: 14px; color: #999; line-height: 1.5;}
.bott_info_link:hover {border-bottom: 1px solid #999;}
@media screen and (max-width:450px) {
	.foot_cont .copy_txt {display:block; width:100%;}
}

/*** mobile ***/
/* mobile top menu */
.logo_mobi {display:inline-block; height:100%; padding:5px 0; box-sizing:border-box;}
.logo_mobi .link {display:block; height:100%;}
.logo_mobi_img {display:block; width:auto;}
.btn_mobi_menu {position:absolute; width: 43px; height: 43px; top:14px; right:18px; background: none; border: 1px solid #333; cursor: pointer; color:#333;}
.btn_mobi_menu .txt {display:block; font-weight:700; font-size:16px; line-height:0.9;}

.gnb_mobi {clear: both; overflow-y:scroll; position: fixed; top: 0; right: -100%; width: 100%; height: 100%; padding:20px; background-color: #fff; box-sizing: border-box; z-index: 9999999;}
.gnb_mobi_btn_cls {position:absolute; top:14px; right:18px; width:43px; height:43px; padding:0; border: 1px solid #333; cursor:pointer; text-align:center; background:none;}
.menu_user_mobi {position:absolute; top:14px; left:18px;}
.menu_user_mobi .link {display:inline-block; height:43px; padding:0 10px; line-height:43px; font-size:18px; border:1px solid #333; border-radius:3px;}

.menu_top_mobi {padding-top:100px;}
.menu_top_mobi > li {}
.menu_top_mobi .txt {padding:14px; font-size:25px; font-weight:700; color:#fff; background-color:#ffb437; box-sizing:border-box;}
.menu_top_mobi_scd {padding:20px 20px 0px 20px; box-sizing:border-box; font-size:0;}
.menu_top_mobi_scd > li {display:inline-block; width:calc(100% / 3); margin-bottom:20px; color:#333; font-size:20px; vertical-align:top;}

.gnb_mobi .link_hover:hover {opacity: 1; color: #fff;}
#banner-box {padding-bottom:20px;}

@media screen and (max-width:1200px) {
	.logo {padding: 0px;}
	.logo_img {display:none;}
	
	/* quick menu */
	.main_sec02_cont {padding:0 0 10px 0;}
	.menu_quick {float:none; width:100%; padding:10px;}

	/* sermon */
	.menu_srm {float:none; width:100%; padding:10px;}
	.main_sec01 {padding-bottom: 31.25%;}
	.srm_cont {top: 55%; left: 0; height:auto; margin-left: 0; text-align: center;}
	.srm_video_area {display: none;}
	.srm_tit {font-size:30px; margin-bottom:30px;}
	.srm_tit:before {left: 50%; bottom:-20px; margin-left: -105px;}
	.banner_area {top:50%; left:50%; width:100%; transform: translate(-50%,-50%)}
	
	/* album */
	.album_list > li {width: calc(33.33% - 10px); height: 0; padding-bottom: calc(91.66% / 3);}
	.album_list > li > .link {position: absolute; top: 0; left: 0;}
	
	/* footer */
	.foot_cont {box-sizing: border-box;}
	.foot_copy {font-size: 13px;}
	.bott_info_link {display: none;}
}

@media screen and (max-width:768px) {
	.banner_area {width:100%;}

	/* sermon */
	.main_sec01 {}
	.srm_cont {top:68%;}
	.srm_tit {font-size: 30px;}
	.srm_link {font-size: 14px;}
	.srm_btn_video {padding:10px 35px; margin-top:20px;}
	
	/* quick menu */

	
	/* news */
	.main_sec03 {padding: 15px 0 30px;}
	.news_area {float: none; width: 95%; margin: 0 auto 30px;}
	.news_list > li {font-size: 13px;}
	
	/* album */
	.album_area {float: none; width: 95%; margin: 0 auto;}

}

@media screen and (max-width:650px) {
	.menu_top_mobi_scd > li {font-size:16px;}

	/* sermon */
	.srm_cont {top: 0; left: 0; margin: 0 auto; height: 100%; padding-top: 25px; box-sizing: border-box;}
	.srm_btn_video {margin-top: 15px; padding: 10px 35px;}
	.srm_tit {margin-bottom: 20px; font-size: 25px;}
	.srm_tit:before {bottom: -13px;}
	.srm_link {font-size: 13px;}

	.menu_srm {padding:30px 20px;}
	.menu_srm_tit {font-size:37px; font-weight:700}
	.menu_srm_tit.eng {font-size:25px;}
	.menu_srm_tit_sub {font-size:20px;}

	.banner_area .bx-wrapper .bx-pager {display:none;}

	/*메인광고알림판 사진 비율 맞추기*/
	.banner_area .bx-wrapper ul.bxslider > li > a > img{transform:scale(1.6); height:auto !important; position:absolute; top:30px;}
	.banner_area .bx-wrapper ul.bxslider > li:nth-child(5) > a > img{top:0px; transform:none; height:100% !important;}
}

@media screen and (max-width:550px) {
	.main_sec01{width:100%; margin:0 auto; padding-bottom:46.25%;}
	.header_cont {border-bottom:none !important;}
}

@media screen and (max-width:450px) {
	.menu_quick > li > .link {padding:30px 0;}
	.menu_srm_tit {text-shadow:1px 1px 2px #fff;}
	.menu_srm_txt {color:#333; text-shadow:0px 0px 2px #fff, 0px 1px 2px #fff, 1px 0px 2px #fff, 1px 1px 2px #fff;}

	.srm_link {line-height:1.4;}
	.srm_tit {margin-bottom:10px;}
	.srm_tit:before {display:none;}
	.srm_btn_video {padding:5px 30px;}

	.menu_top_mobi_scd > li {width:calc(100% / 2); font-size:16px;}
}

@media screen and (max-width:380px) {
	.srm_cont {padding-top:10px;}
}

/********** sub page *********/
.main_sub {position:relative; min-height: 600px; padding: 50px 0; box-sizing: border-box;}
/* top title */
.top_tit_area {height: 395px; background: url("../img/top/sub_top_visual.jpg") no-repeat; background-size: cover; text-align: center; color: #fff;}
.top_tit {position: relative; padding: 195px 0 30px; font-size: 65px; text-shadow: 1px 1px 1px rgba(0,0,0,0.3);}
.top_tit_eng {text-transform: uppercase; font-size: 14px; letter-spacing:10px;}

/*sub gnb*/
.sub_menu_area {position:absolute; top:360px; width: 100%; max-width:1920px; height: 75px; z-index:99;}
.sub_menu {width:100%; max-width: 1200px; height:100%; margin: 0 auto; background: #FEB437; border-bottom: 5px solid #ccc; box-sizing:border-box;}
.sub_menu .btn_home {float: left; height: 100%; padding: 0 22px; line-height: 75px; font-weight:700; font-size: 26px; color: #fff;}
.sub_menu .btn_home .fa-home {position:relative; line-height:75px;}
.sub_menu .btn_home .fa-home:after {content:""; position:absolute; top:28px; right:-20px; display:block; margin-left:20px; width:1px; height:20px; background:#fff; opacity:0.7;}
.sub_slct {float: left; position: relative; width: 220px; height: 100%; line-height: 75px; box-sizing: border-box; z-index:99999999;}
.sub_slct > .sub_slcted {display: block; padding: 0 22px; font-size: 20px; font-weight: bold; color: #fff; cursor: pointer;}
.sub_slct > .sub_slcted:hover {color: #523a12;}
.sub_slct > i {position: absolute; top: 26px; right: 17px; color: #fff;}
.sub_slct.scd_menu.disable {display:none;}
.sub_slct.trd_menu.disable {display:none;}
.sub_slct_opt {display: none; position: absolute; top: 60px; right: -1px; width: 100%; text-align: left; border-left: 1px solid #ccc; border-right: 1px solid #ccc;border-bottom: 1px solid #ccc; z-index:999;}
.sub_slct_opt > li {width: 100%; border-bottom: 1px solid #ccc; background-color:#fff; line-height:50px !important;}
.sub_slct_opt > li:last-of-type {border-bottom: 0;}
.sub_slct_opt > li:hover {color: #aaa; font-weight:bold;}
.sub_slct_opt .link {display: block; padding: 0 20px; font-size: 13px; box-sizing: border-box; color: #888;}

/* left menu */
.menu_left_tit {float:left;}
.menu_left {float:left ; padding-left:50px; text-align: center; cursor:pointer;}

.menu_left > li {display:none;}
.menu_left > li:first-child {display:block;}
.menu_left > li > .link {display: block;}
.menu_left > li > .link:hover {font-weight: bold;}
.menu_left > li > .link.scd {padding:8px 0; color:#555; font-size:13px;}


/* main */
.main_sub_cont {position:relative; width: 100%; margin-top:50px; box-sizing: border-box;}
#solution_title_comm {position: relative !important; height:auto !important; margin: 0 !important; font-size: 45px !important; color: #333 !important; line-height:1 !important; text-align:center !important; }
#solution_title_comm * {height:auto !important; line-height:1 !important; font-size:35px !important;}


@media screen and (max-width:1200px){
	.top_tit_area {height:200px;}
	.top_tit {padding-top:110px; font-size:30px; font-weight:900;}

	.sub_menu_area {top:176px; left:50%; width:98%; height: 48px; transform:translateX(-50%);}
	.sub_menu .btn_home {line-height:45px;}
	.sub_menu .btn_home .fa-home {line-height:45px;}
	.sub_menu .btn_home .fa-home:after {top:13px;}
	.sub_slct {width:150px; line-height:45px;}
	.sub_slct > .sub_slcted {font-weight:400; font-size:18px;}
	.sub_slct > i {top:13px;}
	.sub_slct_opt {top:49px;}

	.main_sub {padding:0 5px;}
	.lnb {display:none;}
	.main_sub_cont {float:none; width:100%;}
	.header_cont {height:70px; border-bottom: 1px solid #c8c8c7;}
	#solution_title_comm {font-size:23px !important; line-height:1.5 !important; text-align:center;}
	#solution_title_comm:before {display:none;}
}


/* 반응형 클래스 */
.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 screen and (max-width:1200px) {
	.m_resize {width:100% !important; height:auto !important;}
}

/* 페이지 업 다운 버튼 */
.page_scroll_wrap {position:absolute; right:-20px;}
.page_scroll {position:fixed; bottom:300px;}
.page_scroll > a {display:block; margin:3px 0; padding:12px; font-size:20px; border:1px solid #ccc; background-color:rgba(255,255,255,0.5); }
.page_scroll .btn_page_up {padding-bottom:5px; border-top-right-radius: 6px; border-top-left-radius: 6px;}
.page_scroll .btn_page_down {padding-top:5px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px;}
@media all and (max-width:1200px) {
	.page_scroll_wrap {right:50px;}
	.page_scroll {bottom:20px; opacity:0.6;}
}