/********** common *********/
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700&subset=korean');
.wrap {width: 100%;  font-family: "¸¼Àº°íµñ","Malgun Gothic",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 {}
.header_cont {}
.logo {float: left; margin-top:40px;}

/* gnb */
.gnb {float: right; width: 77%; text-align: right;}

.menu_user {font-size: 0;}
.menu_user > li {display: inline-block; padding: 12px 0; margin: 0 5px; font-size: 14px;}
.menu_user > li > .link {color: #999;}
.menu_user > li > .link:hover {color: #666;}
.menu_user > li > .link i {transition: transform 0.2s;}
.menu_user > li > .link:hover i {transform: rotate(15deg);}
.menu_user > li > .link.user_btn_admin {color:#333; font-weight:bold;}
.menu_user_btn {border: 1px solid #ddd; padding: 5px 10px; color: #333; font-weight: bold; font-size: 13px;}
.menu_user_btn:hover {background-color: #666; color: #fff;}

.menu_top {font-size: 0; padding-top: 15px;}
.menu_top > li {position: relative; display: inline-block; font-size: 16px; vertical-align: top;}
.menu_top > li:before {content: ""; display: block; position: absolute; top: 0; left: 0; width: 0; height: 3px; background-color: #32aeac; transition: width 0.3s;}
.menu_top > li:hover:before {width: 100%;}
.menu_top > li > .link {display: block; width: 110px; padding: 15px 0px 30px; font-weight: bold; color: #000; text-align: center;}
.menu_top > li > .link .f_small {display:block; padding-top:5px; font-size:11px; color:#666666;}
.menu_top_scd {display: none; position: absolute; width: 100%; padding: 0px 20px 20px; text-align: left; box-sizing: border-box; background-color: #fff; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; box-shadow: 1px 1px 1px rgba(0,0,0,0.2); z-index: 9999999;}
.menu_top_scd > li {padding: 10px 0; font-size: 13px;}
.menu_top_scd > li > .link {color: #333;}
.menu_top_scd > li > .link:hover {color: #32aeac;}

/***** main *****/
.main {}

/* sermon */
.main_sec01 {position: relative; width: 100%; height: 0; overflow: hidden; padding-bottom: 31.25%;}
.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;  height:320px; top: 0px; right: -300px; margin-top: 0px; display: inline-block; width: auto; background-color: rgba(255,255,255,0.8); font-size: 0; opacity: 0;}
.srm_video_cover {border: 4px solid #b6b5b5; max-width:500px;}
.srm_video_cover > img {width: 100%; height:100%;}
.srm_video_cover > a > img {width:520px;}
.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_area > img {width: 100%; height:100%;}

/* quick menu */
.main_sec02 {width: calc(100% - 10px); margin: 0 auto; padding: 10px 0;}
.menu_quick {position: relative; overflow: hidden; height: 210px; font-size: 0; text-align: center; box-sizing: border-box;}
.menu_quick > li {position: relative; display: inline-block; width: calc(25% - 10px); margin: 0 5px; background: #ddd; font-size: 17px; font-weight: bold; opacity: 0;}
.menu_quick > li:nth-child(1) {right: -50px; background: url("../img/body/quick_bg01.jpg") bottom right no-repeat; background-size: cover;}
.menu_quick > li:nth-child(2) {left: -50px; background: url("../img/body/quick_bg02.jpg") bottom left no-repeat; background-size: cover;}
.menu_quick > li:nth-child(3) {right: -50px; background: url("../img/body/quick_bg03.jpg") bottom center no-repeat; background-size: cover;}
.menu_quick > li:nth-child(4) {left: -50px; background: url("../img/body/quick_bg04.jpg") bottom right no-repeat; background-size: cover;}
.menu_quick > li > .link {display: block; padding: 60px 0; color: #fff;}
.menu_quick > li i {font-size: 35px; padding-bottom: 18px; color: #fff;}
.menu_quick_txt {color:#fff;}

/* news */
.main_sec03 {padding: 50px 0;}
.news_area {position: relative; float: left; width: 48%; padding-top: 38px;}
.news_tit {position: absolute; top: 2px; left: 0; padding: 10px 18px; border-top: 1px solid #ddd; border-bottom: 1px solid #fff; border-left: 1px solid #ddd; border-right: 1px solid #ddd; font-size: 15px; color: #666; 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 dashed #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-size: 15px; color: #626262; 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;}
.album_list > li:nth-child(2){margin:0 15px;}
.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;}

/***** 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;}

/*** mobile ***/
/* mobile top menu */
.btn_mobi_menu {float: right; width: 70px; height: 60px; background: none; border: 0; cursor: pointer;}
.btn_mobi_menu > .line {display: block; width: 60%; height: 3px; margin: 0 auto 6px; background-color: #333; box-shadow: 1px 1px 1px rgba(0,0,0,0.2);}
.btn_mobi_menu > .line:last-child {margin: 0 auto;}

.gnb_mobi {clear: both; position: fixed; top: 0; right: -300px; width: 240px; height: 100%; padding: 22px; background-color: #262626; box-sizing: border-box; z-index: 9999999;}
.gnb_mobi_btn_cls {position: absolute; top: 0; left: -60px; width: 60px; height: 60px; box-sizing: border-box; cursor: pointer; background: none; border: 0;}
.gnb_mobi_btn_home {padding: 0; font-size: 25px; color: #d0d0d0; background: none; border: 0; cursor: pointer;}

.menu_user_mobi {padding: 20px 0 25px; margin-top: 15px; border-top: 3px solid #39aea7;}
.menu_user_mobi > .link {position: relative; padding-right: 12px; font-size: 16px; color: #fff; opacity: 0.7;}
.menu_user_mobi > .link:before {content: ''; position: absolute; top: 2px; right: 3px; width: 2px; height: 15px; background-color: #fff; opacity: 0.7;}
.menu_user_mobi > .link:last-child:before {display: none;}

.menu_top_mobi {}
.menu_top_mobi > li {position: relative; box-sizing: border-box; color: #fff; cursor: pointer; opacity: 0.7;}
.menu_top_mobi > li > .txt {padding: 10px 0; font-size: 16px; border-bottom: 1px solid #666;}
.menu_top_mobi > li:last-child > .txt {border: 0;}
.menu_top_mobi > li > i {position: absolute; top: 10px; right: 0; display: block;}
.menu_top_mobi_scd {display: none; padding: 15px; box-sizing: border-box; font-size: 14px;}
.menu_top_mobi_scd > li {padding: 7px 0;}
.menu_top_mobi_scd > li > .link {color: #fff;}

.gnb_mobi .link_hover:hover {opacity: 1; color: #fff;}

	/*Èå¸£´Â ¹è³Ê ¼³Á¤½Ã display ¼öÁ¤*/
	#banner-box {display:none; padding-bottom:20px;}

@media screen and (max-width:1200px) {
	.logo {padding: 8px 10px 5px; margin-top:0px; margin-bottom:0px;}
	.logo_img {width: 260px;}
	
	/* sermon */
	.main_sec01 {padding-bottom: 45%; background-color: #ccc;}
	.srm_cont {top: 55%; left: 0; margin-left: 0; text-align: center;}
	.srm_video_area {display: none;}
	.srm_tit:before {left: 50%; margin-left: -105px;}
	.banner_area {top:50%; left:50%; width:140%; 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) {
	/* sermon */
	.main_sec01 {padding-bottom: 66.66%;}
	.srm_tit {font-size: 30px;}
	.srm_link {font-size: 16px;}
	.banner_area {width:180%;}
	
	/* quick menu */
	.menu_quick {height: 0; padding-bottom: 28%;}
	.menu_quick > li {font-size: 13px;}
	.menu_quick > li > .link {padding: 30px 0;}
	
	/* 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:500px) {
	/*logo*/
	.logo {padding: 8px 10px 5px; margin-top:7px;}
	.logo_img {width: 180px;}

	/* 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;}
	
	/* quick menu*/
	.menu_quick {width: 100%; padding: 2px; height: 122px;}
	.menu_quick > li {position: static; top:auto; left: auto; right: auto; width: calc(25% - 4px); height: 100%; margin: 0 2px;}
	.menu_quick > li > .link {padding: 24px 0; box-sizing: border-box;}
	
	
}

/********** sub page *********/
.main_sub {min-height: 600px; padding: 50px 0; box-sizing: border-box;}
/* top title */
.top_tit_area {height: 175px; /*height: 240px;*/ background: url("../img/top/sub_top_bg.jpg") no-repeat; background-size: 100% 100%; text-align: center; color: #fff; transition: height 1s;}
.top_tit {position: relative; padding: 75px 0 30px; font-size: 38px; text-shadow: 1px 1px 1px rgba(0,0,0,0.3);}
.top_tit:before {content: ""; display: block; position: absolute; bottom: 15px; left: 50%; margin-left: -35px; width: 70px; height: 1px; background-color: #fff; opacity: 0.5;}
.top_tit_eng {text-transform: uppercase; font-size: 14px;}

/* left menu */
.lnb {float: left; width: 230px;} 
.menu_left_tit {padding: 30px 0; font-size: 25px; font-weight: bold; color: #fff; background-color: #39aea7; border: 1px solid #39aea7; text-align: center;}
.menu_left {text-align: center;}
.menu_left > li {border-left: 1px solid #ddd; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd;}
.menu_left > li > .link {display: block; padding: 16px 0; font-size: 14px; color: #333;}
.menu_left > li > .link:hover {background-color: #e9f2f9; font-weight: bold;}
.menu_left > li > .link.hover {background-color: #e9f2f9; font-weight: bold;}

/* main */
.main_sub_cont {float: right; width: 890px; box-sizing: border-box;}
#solution_title_comm {position: relative !important; height:auto !important; padding: 30px 0 !important; margin: 0 !important; font-size: 35px !important; color: #333 !important; line-height:1 !important; }
#solution_title_comm:before {content: ''; display: block; position: absolute; top: 0; left: 0; width: 40px; height: 3px; background-color: #333;}

@media screen and (max-width:1200px){
	.main_sub {padding:0 5px;}
	.lnb {display:none;}
	.main_sub_cont {float:none; width:100%;}
	#solution_title_comm:before {display:none;}
}
@media screen and (max-width:768px) {
	.top_tit_area {height:110px;}
	.top_tit {padding: 30px 0; font-size: 25px;}
}

/* ¹ÝÀÀÇü Å¬·¡½º */
.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;}

@media screen and (max-width:1200px) {
	.m_resize {width:100% !important; height:auto !important;}
}