@charset "utf-8";
/*@import url(http://ts.daumcdn.net/custom/blog/0/606/skin/images/nanumgothic.css);*/
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
/*@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);*/
/*@import url(http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css);*/
/*@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css);*/
*{
	margin:0px;
	padding:0px;	
}
html, body{
	width:100%;
	height:100%;
}
body{
	font-size:12px;
	font-family:Gulim;
	/*font-family: 'Nanum Gothic';*/
	color:#313131;
	background-color:#F0F0F0; 
	/*padding-top:60px;*/
}
a{
	border:0;
	color:#313131;
}
.container-narrow{
	margin: 0 auto;
	width:100%;
	/*background:url('../../inc/img/main_bg.jpg') repeat-x 0 0px;*/
	background-color:#F0F0F0;
}
#top{
	height:33px;
	width:100%;
	border-bottom:solid 1px #8E9AA8;
	background-color:#48524A;
}
#top_box{
	height:33px;
	margin: 0 auto;
	max-width:994px;
	width:994px;
}
.link_text{font-size:12px;font-family:Gulim;color:#fff;}
.login_text{font-size:12px;font-family:Gulim;font-weight:bold;color:#fff;}
#top_box>ul>li>a:hover,#top_box>h7>ul>li>a:hover{line-height:12px;background-color:#4C5469;}
#main_box{
	height:425px;
	margin: 0 auto;
	max-width:994px;
	width:994px;
	background:url('../../inc/img/main_img_20250107.jpg') no-repeat 0 0px;	
}
#menubar{
	/*height:112px;*/
	height:92px;
	margin: 0 auto;
	/*max-width:994px;*/
	width:100%;
	display: flex;
	justify-content: center;
	font-family: 'Nanum Gothic';
	font-size:12pt;
	font-weight:bold;
	color:#000;
}
#logo{
	float:left;
	width:160px;
	height:50px;
	background:url('../../inc/img/logo.jpg') no-repeat 0 0px;
	/*margin-top:20px;*/
	margin-top:0px;
	margin-left:28px;
	margin-right:75px;
	padding:0px;
}
#main_menu{
	/*padding-top:25px;*/
	padding-top:5px;
}
#main_menu>li{
	/*width:120px;*/
	padding-left:12px;
	text-align:center;
}
#main_menu>li>a:hover{
	background-color:#08c;
	color:#fff;	
}

/*
#main_img{
	width:100%;
	height:310px;
	background:url('../../inc/img/main_img_bg.jpg') repeat-x 0px -100px;
	border-bottom:solid 1px #ebebeb;
}
*/

#main_banner{
	position:relative;
	left:52px;
	top:3px;
	height:229px;
	width:342px;
	background-color:#fff;
	border:solid 1px #e1e1e1;
}
#myCarousel{
	/*padding:15px;*/
}
.carousel-indicators{
	margin-right:0px;
	margin-top:0px;
	top:5px;
}
.carousel-indicators .active{
	background-color:white;
	/*background-color:#469ab2;*/
	/*background-color:#47EFA2;*/
}
.carousel-indicators li{
	/*background-color:#fff;*/
	/*background-color:#afafaf;*/
	background-color:#CFE2F3;
}
.carousel img {
	/*
	width:325px;
	height:212px;
	*/
	width:100%;
	height:100%;
}
.carousel .item {
	/*height: 250px;*/
	height:229px;
}
.carousel-caption{}

.transparent{
	/* 자막 배경 없앨때 .. IE도 동작*/
	background-color: transparent;	
}
.opacity{
	/* 불투명도 주기 IE도 동작 */
	/*background-color:#fff;*/
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.3;	
}
.right_box {
	vertical-align:middle;
	width:400px;
	left:550px;
	top:90px;
}

/*
.caption_title{
	font-family: 'Nanum Brush Script';
	font-size:48pt;
	font-weight:bold;
	color:#2642EA;
}
.caption_dot{
	font-family: 'Nanum Brush Script';
	font-size:28pt;
	font-weight:bold;
	color:#2642EA;	
}
.caption_text{
	font-family: 'Nanum Myeongjo';
	font-size:14pt;
	font-weight:bold;
	color:#453D3D;
}
*/

.carousel-control {
	height:24px;
	width:30px;
	top:135px;
	padding-top:10px;
	padding-bottom:14px;
	padding-right:5px;
	margin-bottom:5px;
	margin-left:4px;
	font-size: 100px;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	background-color: transparent;
	border: 0;
	z-index: 10;
}
.right.carousel-control{
	margin-right:5px;
}

.carousel_title{
	/*font-family: 'Nanum Brush Script';*/
	font-size:18px;
	font-weight:bold;
	padding-bottom:2px;
}

#main_info{
	margin: 0 auto;
	max-width:974px;
	width:974px;
	position:relative;
	top:0px;
	padding-top:25px;
	padding-left:10px;
	padding-right:10px;
	/*padding-bottom:10px;*/
	background-color:#fff;
	border-left:2px solid #DBDBDB;
	border-right:2px solid #DBDBDB;
}
#main_info .row-fluid .span4{*width:290px;}
.info_box{
	/*padding:10px 0px;*/
	padding:10px;
	background-color:#fff;
}
.head_title{
	font-family: 'Nanum Gothic';
	font-size:14px;
	font-weight:bold;
	color:#5E719B;
	*padding-top:10px;
	padding-bottom:5px;
	border-bottom:2px solid #CDDBE8;
}
.head_title a{color:#5E719B;}
h4 a:hover{text-decoration:none;font-size:15px;}

.tabbable{margin:0px;padding:0px;}
.nav-tabs{
	border-bottom:1px solid #CDDBE8;
	margin-bottom:10px;
	font-family: 'Nanum Gothic';
	font-size:14px;
	font-weight:bold;
	color:#5E719B;
}
.nav-tabs>li.active> a{
	border:2px solid #CDDBE8;
	border-bottom:0px solid #fff;
	font-family: 'Nanum Gothic';
	font-size:14px;
	font-weight:bold;
	color:#5E719B;
}
.nav-tabs>li.active> a:hover{
	border:2px solid #CDDBE8;
	border-bottom:0px solid #fff;
	font-family: 'Nanum Gothic';
	font-size:14px;
	font-weight:bold;
	color:#5E719B;
}
.nav-tabs>li> a{
	font-family: 'Nanum Gothic';
	font-size:14px;
	font-weight:bold;
	color:#5E719B;
}
.nav-tabs>li> a:hover{
	font-family: 'Nanum Gothic';
	font-size:14px;
	font-weight:bold;
	color:#5E719B;
	background-color:#fff;
}
.tab-content, .tab-pane{margin:0px;padding:0px;}

.sermon_thumb{
	/*width:290px;*/
	width:277px;
	height:114px;
	background:url('../../inc/img/sermon_thumb.jpg') no-repeat 0 0px;
	*margin-top:2px;
	margin-bottom:10px;
}
.sermon_thumb_caption{
	position: relative;
	height:40px;
	top:70px;
	/*padding: 15px;*/
	padding:2px 15px;
	background: #333333;
	background: rgba(0, 0, 0, 0.75);
	color:yellow;	
}

.movie_thumb{
	width:280px;
	height:206px;
	background:url('../../inc/img/movie_thumb.jpg') no-repeat 0 0px;
	margin-bottom:2px;
}

.church_intro_thumb{
	width:268px;
	/*height:112px;*/
	height:132px;
	background:url('../../inc/img/church_intro.jpg') no-repeat 0 0px;
	margin-top:10px;
	*margin-top:20px;
	margin-bottom:20px;
}
.church_come_thumb{
	width:268px;
	height:95px;
	background:url('../../inc/img/church_come.jpg') no-repeat 0 0px;
}

.schedule_box{
	/*
	list-style-type:circle;
	list-style-position:inside;
	*/
	/*list-style-image:url('../../inc/img/right_arrow.gif');*/ /* IE7 위치 깨짐 */
}
.schedule_box li{
	border-bottom:solid 1px #e1e1e1;
	padding-top:5px;
	padding-bottom:5px;
}

.people_box{
	border-top:dashed 1px #e1e1e1;
	margin-top:10px;
	padding-top:10px;
}
.pic_frame{
	float:left;
	text-align:center;
}
.pic_frame:first-child{
	margin-right:12px;	
}
*:first-child+html .pic_frame{  /* IE7 Hack */
	margin-right:10px;
}
.pic_thumb{
	width:130px;
	height:90px;
	background-color:#fff;
	border:solid 1px #e1e1e1;
}
.pic_thumb img{
	border:0;
	padding:0;
	margin:5px;
	width:120px;
	max-width:120px;
	height:80px;
	max-height:80px; 
}

.photo_box{

}

.clear_box{
	clear:both;
}

#bottom{
	width:100%;
	/*height:70px;*/
	/*background:url('../../inc/img/bottom_bg.jpg') repeat-x 0px 0px;*/
	/*margin-bottom:10px;*/
	background-color:#8FAFAA;
}
#bottom_box{
	margin: 0 auto;
	max-width:990px;
	height:36px;
	background-color:#fff;
	border-left:2px solid #DBDBDB;
	border-right:2px solid #DBDBDB;
	border-bottom:2px solid #768F8B;
}
#quick_box{
	/*height:64px;*/
	margin: 0 auto;
	max-width:940px;
	/*
	border:solid 1px #e1e1e1;
	background-color:#fff;
	*/
}
#quick_menu{
	color:#fff;
	padding-top:16px;
	padding-bottom:10px;
	margin-bottom:0px;
}
#quick_menu>li>a{color:#fff;font-size:12px;font-weight:bold;font-family: 'Nanum Gothic';}
#quick_menu>li>a:hover{background-color:#8FAFAA;font-size:13px;font-weight:bold;}

#footer{
	/*
	padding-top:30px;
	padding-bottom:20px;
	*/
	width:100%;	
	height:55px;
	/*border-top:1px solid #e1e1e1;*/
	/*background:url('../../inc/img/footer_bg.jpg') repeat-x 0px 0px;*/
	background-color:#8FAFAA;
	color:#bdbfbe;
}
#footer_box{
	margin: 0 auto;
	width:940px;
	max-width:940px;
	height:55px;
	/*padding-top:2px;*/
}
#footer_box>p{/*padding-top:7px;*/text-align:right;color:#557872;}

/*
.dropdown.open>a:link{
	background-color:#08c;
}
*/

.dropdown-menu{
	/*
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
	border:1px solid #515151;
	border:1px solid rgba(0,0,0,0,2);
	background-color:#515151;
	*/
	width:750px;
	border:0;
	font-size:10pt;            	
	-webkit-box-shadow:0 0px 0px rgba(0,0,0,0);
	-moz-box-shadow:0 0px 0px rgba(0,0,0,0);
	box-shadow:0 0px 0px rgba(0,0,0,0);
}
ul.dropdown-menu.nav-pills{
	background-color:transparent;
}
.dropdown-menu>li>a{
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bold;
	/*color:#717171;*/
	color:#515151;
}
/*
.dropdown-menu .divider{
	background-color:#919191;
	border-bottom:1px solid #515151;	
}
*/
/*
.navbar .nav > li > .dropdown-menu:before{
	content:'';
	border-bottom:0px solid #ccc;
}
.navbar .nav > li > .dropdown-menu:after{
	content:'';
	border-bottom:0px solid #fff;
}
*/