@charset "utf-8";
@import url('/skin/notokr/notokr.css');
@import url('/skin/NanumSquare/NanumSquare.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff; padding-top:109px;}
#weekly + .row,#weekly + .row + .row,#weekly + .row + .row +.row{visibility:hidden;}
/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr', 'Malgun Gothic',sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}

.navbar .caret, 
.navbar .divider-vertical, 
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}

.navbar-inverse {
    background-color: #FFF;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
}

.navbar-inverse .navbar-brand {
    color: #333;
    padding: 0;
    margin: 15px 0 !important;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #333;
}
.navbar-inverse .navbar-brand img{
	margin-top:10px;
	height:58px;
}

@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-right > li:nth-child(5),
	.navbar-inverse .navbar-right > li:nth-child(6),
	.navbar-inverse .navbar-right > li:nth-child(7){
		display:none;

	}
	.divider-vertical + li,
	.divider-vertical + li + li{
		display:none;
	}
	.navbar-inverse .navbar-nav > li{
		margin-bottom:-3px;
		position:relative;
		z-index:1000;
	}
	.navbar-inverse .navbar-nav > li > a {
        padding: 58px 20px 28px;
        font-size: 20px;
        font-weight: 600;
        color: #222;
        -webkit-text-shadow: none;
        text-shadow: none;
        border-bottom: 5px solid transparent;
        font-family: "NanumSquare";
        line-height: 1;
    }
  
 	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus,
	.navbar-inverse .navbar-nav > li:hover > a,
	.navbar-inverse .navbar-nav > li:focus > a,
	.navbar-inverse .navbar-nav > .open > a,
	.navbar-inverse .navbar-nav > .open > a:hover,
	.navbar-inverse .navbar-nav > .open > a:focus,
	.navbar-inverse .navbar-nav > .active > a,
	.navbar-inverse .navbar-nav > .active > a:hover,
	.navbar-inverse .navbar-nav > .active > a:focus {
		-webkit-box-shadow: none;
	  	box-shadow: none;
	  	background-color: transparent;
	  	color: #333;
		border-color:#00A887;
  	}
}
.navbar-inverse .navbar-nav > li .sub-menu{
	display:none;
	opacity:0;
	z-index:-1;
	position:absolute;
	left:50%;
	top:100%;
	transform:translatex(-50%);
/* 	text-align:center; */
	width:calc(150 * 4px);
	text-align:center;
}
.navbar-inverse .navbar-nav > li:hover .sub-menu{
	display:block;
	animation-name:fadeIn;
	animation-duration:0.5s;
	animation-delay:0.1s;
	animation-fill-mode:both;
	z-index:10000;
}
.navbar-inverse .navbar-nav > li .sub-menu:after{
	content:'';
	display:block;
	clear:both;
}
.navbar-inverse .navbar-nav > li .sub-menu ul{
	display:inline-block;
	width:160px;
	margin:0;
	padding:30px 15px 30px 0;
	vertical-align:top;
}
.navbar-inverse .navbar-nav > li .sub-menu ul a{
	display:block;
	font-size:14px;
	font-weight:400;
	color:#444;
    margin-bottom:3px;
    padding:2px 0;
    border-bottom:1px solid #ddd;
}
.navbar-inverse .navbar-nav > li .sub-menu ul a:hover{
	color:#00A887;
    font-weight:500;
}
.navbar-inverse .navbar-nav > li .sub-menu ul .first a{
	padding-bottom:10px;
	font-size:18px;
    font-weight:500;
    color:#222
}
#menu-bottom{
	opacity:0;
	z-index:0;
	position:absolute;
	left:0;
	top:100%;
	width:100%;
	height:0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #00A887;
	background:#fff;
	transition:all .3s ease;
}
#menu-bottom .sub-menu{
	display:none;
}
#menu-bottom.on{
	opacity:1;
	height:350px;
}
.maintenance {
    margin-top: 5px;
    border: 2px solid #e3e3e3;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}
/*bbs - b type*/
.dhb-txt-box-type-b-img-layout .thumb-hidden {
	min-height: 200px;
	height: 200px;
	max-height: 200px;
	border: none;
    box-shadow: none;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead {
	width: 100%;
	height: 100%;
	float: left;
	margin: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead img {
	width: 100%;
	height: 100%;
	float: left;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	visibility: hidden;
	opacity: 0;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b {
    background: transparent;
    border: none;
    padding: 0 10px;
    margin-bottom: 20px;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row {
    margin: 0;
    background: #000;
    border: 2px solid #ddd;
    transition: all ease 0.3s;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row:hover, 
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row:focus {
    border-color: #00a887;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row > div {
    padding: 0;
}
.dhb-txt-box-type-b-text-layout h4 {
    text-align: center;
    margin: 0 !important;
    padding: 15px 15px !important;
    font-size: 16px !important;
    font-weight: 500;
    background: #fff;
    transition: all ease 0.3s;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b .thumb-hidden a {
    transition: all ease 0.3s;
}
.dhb-txt-box-type-b-text-layout h4 strong {
    font-weight: 500;
}

.dhb-txt-box-type-b-text-layout h4 a {
    transition: all ease 0.3s;
}

.dhb-txt-box-type-b-text-layout h4:before,
.dhb-txt-box-type-b-text-layout .txt-box-footer{
	display:none;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row:hover h4 {
    background: #00a887;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b > .row:hover h4 a,
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row:hover h4 {
    color: #fff;
}

/* -------------------메인 페이지 썸네일------------------ */
.dh-front-blog>.col-md-4>.thumbnail {
    position: relative;
    min-height: 0;
    margin: 0;
    border: 2px solid #ddd;
    background: #000;
}
.dh-front-blog>.col-md-4>.thumbnail>a.blogthumb {
    height: 200px;
    border: none;
    box-shadow: none;
    overflow: hidden !important;
    transition: all ease 0.3s;
}
.dh-front-blog>.col-md-4>.thumbnail:hover,
.dh-front-blog>.col-md-4>.thumbnail:focus{
    border-color: #00a887;
}
.dh-front-blog>.col-md-4>.thumbnail:hover a.blogthumb, 
.dh-front-blog>.col-md-4>.thumbnail:focus a.blogthumb{
    opacity: 0.5;
}
.dh-front-blog>.col-md-4>.thumbnail .caption {
    position: static;
    width: 100%;
	min-height:109px;
    padding: 10px 15px;
    color: #333;
    border: none;
	text-align:center;
    text-decoration: none !important;
    background: #fff;
    transition: all ease 0.3s
}
.dh-front-blog>.col-md-4>.thumbnail:hover .caption,
.dh-front-blog>.col-md-4>.thumbnail:focus .caption{
    background: #00a878;
}
.dh-front-blog>.col-md-4>.thumbnail>.caption h5 {
    margin: 0;
    padding: 10px 0 !important;
    font-size: 15px;
    letter-spacing: -0.03em;
    font-weight: 600;
    color: #222;
    transition: all ease 0.3s
}

.dh-front-blog>.col-md-4>.thumbnail>.caption .blog-row-contents {
    margin: 0;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 1.5;
    transition: all ease 0.3s
}
.dh-front-blog>.col-md-4>.thumbnail>.caption .blog-row-contents br{
	display:none;
}
.dh-front-blog>.col-md-4>.thumbnail:hover .caption h5,
.dh-front-blog>.col-md-4>.thumbnail:hover .caption .blog-row-contents{
    color: #fff;
}

@media(min-width:768px){
	.dh-front-blog>.col-md-4{
		width:25%;
	}
}
/* #sermon .dhb-txt-box,
#lecture .dhb-txt-box {
    float: left;
    border: none;
    height: 250px;
    background: transparent;
    margin: 0 0 30px;
    padding: 0;
}
#sermon .dhb-txt-box > .dhb-txt-list,
#lecture .dhb-txt-box > .dhb-txt-list{
	border:none;
}
#sermon .dhb-txt-box > .dhb-txt-list,
#lecture .dhb-txt-box > .dhb-txt-list,
#sermon .dhb-txt-box > .dhb-txt-list .row > div,
#lecture .dhb-txt-box > .dhb-txt-list .row > div{
	width:100%;
	text-align:center;
}
#sermon .dhb-txt-box > .dhb-txt-list .row > div h5,
#lecture .dhb-txt-box > .dhb-txt-list .row > div h5,
#sermon .dhb-txt-box > .text-right,
#lecture .dhb-txt-box > .text-right{
	display:none;
}
#sermon .dhb-txt-box > .dhb-txt-list h4,
#lecture .dhb-txt-box > .dhb-txt-list h4{
	font-size:15px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
#sermon  .dh-margin-top:before,
#lecture  .dh-margin-top:before{
	content:'';
	display:block;
	clear:both;
}
@media(min-width:768px){
	#sermon .dhb-txt-box,
	#lecture .dhb-txt-box{
		width:25%;
	}	
} */
/*bbs - a type*/
.bbs-blog-index-layout .bbs-area{
    margin-top: 40px;
}
.bbs-blog-index-layout .bbs-area .dh-board {
    border-top: 2px solid #00a887;
}
/* .dhb-txt-box:first-child{
	border-top:1px solid #00a887;
} */
.dhb-txt-box {
    padding: 15px 5px;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    margin: 0;
}
.dhb-txt-box:hover {
    background: #f3f3f3;
}
.dhb-txt-box > .col-md-4{
	display:none;
}
.dhb-txt-list{
	width: 100%;
    border-right: none;
}
.dhb-txt-box .thumb-hidden{
	border: none;
    box-shadow: none;
    height: 112px;
    max-height: none;
}
.dhb-txt-box .thumb-hidden > a{
	display: block;
    height: 100%;
	background-size:cover;
	background-position:center;
}
.dhb-txt-box .thumb-hidden > a img{
	display:none;
}
.dhb-txt-list .col-md-7 h4 {
    margin: 5px 0 0;
	font-size:20px;
}
.dhb-txt-list .col-md-7 h4 a {
    letter-spacing: -0.03em;
    color: #333;
    font-weight: 600;
}
.dhb-txt-list .col-md-7 h5 {
    margin-top: 20px;
}
.dhb-txt-list .col-md-7 h5 a {
	display: block; 
    color: #666;
    font-weight: 400;
    letter-spacing: -0.03em;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.6em;
    height: 3.2em;
}
.dh-view-box {
    margin-top:40px;
}
.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row,#mod_type_formForm{
	visibility:hidden;
}
@media(min-width:768px){
	.dhb-txt-list > .row > .col-md-5{
		width:20%;
	}
	.dhb-txt-list > .row > .col-md-7{
		width:80%;
	}
}
/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
    background: #f5f5f5;
    padding: 100px 15px;
}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel{
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr{
    display: none;
}
.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body{
    padding: 0;
}
.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    float: none;
}
.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2{
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}
.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}
.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}
.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.login-layout label,
.id-find-layout label,
.pw-find-layout label{
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control{
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus{
    border-color: #aaa;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #00a887;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}
.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover{
    background: #008268;
}
.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p{
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}
.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
    border-left: 1px solid #ccc;
}
.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a{
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width:768px){
    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }
    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }
    .login-layout .panel-body > div.col-sm-12 h2,
    .id-find-layout .panel-body > div.col-sm-12 h2,
    .pw-find-layout .panel-body > div.col-sm-12 h2{
        font-size: 24px;
    }
    .inner-box-msg p {
        font-size: 12px;
    }
    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }
    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control{
        font-size: 13px;
        height: 36px;
    }
    .login-layout form > div > p > a,
    .id-find-layout form > div > p > a,
    .pw-find-layout form > div > p > a{
        font-size: 12px;
    }
    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning{
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}
/* personal setting 0.59v */
/* layout */
.mt-0{margin-top:0px!important;}
.mt-20{margin-top:20px!important;}
.mt-30{margin-top:30px!important;}
.mt-40{margin-top:40px!important;}
.mt-60{margin-top:60px!important;}
.mb-0{margin-bottom:0px!important;}
.mb-20{margin-bottom:20px!important;}
.mb-30{margin-bottom:30px!important;}
.mb-40{margin-bottom:40px!important;}
.mb-60{margin-bottom:60px!important;}
.mv-10{margin-bottom:10px!important;margin-top:10px!important;}
.mv-30{margin-bottom:30px!important;margin-top:30px!important;}
.mv-60{margin-bottom:60px!important;margin-top:60px!important;}
.mg-0{margin:0!important;}
.pd-0{padding:0!important;}

@media(min-width:768px){
	.col-sm-20{
		width:20%;
	}
}
/* img */
.img-shadow {
	box-shadow: 10px 10px 2px rgba(0, 0, 0, 0.1);
}
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin:10px 0;
	text-align:center;
	font-size:16px;
	color:#555;
	font-weight:500;
}
/* align */
.absolute-center{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	padding:0;
	margin:0;
}
.horizontal-center{
	position:relative;
	left:50%;
	transform:translateX(-50%);
	padding:0;
	margin:0;
}

.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td{
	text-align:center!important;
	vertical-align:middle!important;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td{
	text-align:left!important;
}
/* font */
.font-12{font-size:12px!important;}
.font-14{font-size:14px!important;}
.font-16{font-size:16px!important;}
.font-18{font-size:18px!important;}
.font-20{font-size:20px!important;}
.font-22{font-size:22px!important;}
.text-bold{font-weight:bold!important;}
.numbering{margin-right:10px;}
.numbering.sqr {
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em;
    text-align: center;
    font-weight: 600;
    color: #fff;
    border-radius: 0;
    background: #00A887;
    font-family: "NanumSquare";
}
/*list style*/
.li-none > li{list-style:none!important; margin-left:20px;}
.li-circle > li{list-style:circle!important; margin-left:20px;}
.li-square > li{list-style:square!important; margin-left:20px;}
.li-disc > li{list-style:disc!important; margin-left:20px;}
.li-dash > li,
.li-dot > li{margin-left:10px; padding-left:20px; position:relative;}
.li-dash > li:before,
.li-dot > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before{
	content:'·';
}
.location-li{
    border-top: 2px solid #222;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 15px;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}
.location-li span i {
    margin-right: 5px;
    color: #00A887;
}
.partner-li{
	margin:20px 0;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li > li{
	float:left;
	width:20%;
	padding:10px;
}
.partner-li > li img{
	border:1px solid #ddd;
}
.category-li{
	display:inline-block;
	margin:20px auto;
}
.category-li:after{
	content:'';
	display:block;
	clear:both;
}
.category-li > li{
	float:left;
	display:inline-block;
	margin:5px;
	padding:10px 20px;
	background:#f5f5f5;
	border:1px solid #ddd;
}
.trait-dl{
	margin:40px 0;
}
.trait-dl:after{
	content:'';
	display:block;
	clear:both;
}
.trait-dl dt, 
.trait-dl dd {
    float: left;
    margin-bottom: 20px;
    padding: 30px 0px;
    border-top: 2px solid #ddd;
}
.trait-dl dt{
	font-size:18px;
}
@media(min-width:768px){
	.trait-dl dt{
		width:25%;
	}
	.trait-dl dd{
		width:75%;
	}	
}
@media(max-width:767px){
	.partner-li > li{
		width:50%;
	}
}
/* component */
.card{
	display:block;
	position:relative;
	padding:15px;
	margin-bottom:20px;
	border:1px solid #ddd;
	border-top:2px solid #00A887;
	min-height:max-content;
}
.card .card-ttl{
	margin:-15px -15px 15px;
	padding:10px 0;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#fff;
	background:#00A887;
}
.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}
.column-2 ul,
.column-2 dl,
.column-2 ol{
	margin:0;
}
.quote-box{
	margin:20px auto;
	padding:25px;
	background:#f5f5f5;
}
.greet .quote,
p.quote{
	margin:30px 0;
	font-size:26px;
	font-weight:300;
	color:#555;
	line-height:1.2;
}
p.quote span{
	font-weight:500;
}
/* custom setting */
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
	margin:0;
}
ul,dl,ol{padding:0;}
p,li,dt,dd{line-height:1.6; font-size:16px;}
a:hover,a:focus{text-decoration:none;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}
.table.table-hover {
    margin: 0;
    border-top: 2px solid #00a887;
}
.table thead tr th, 
.table tbody tr th, 
.table tbody tr td {
    padding: 13px 15px;
    font-size: 16px;
    color: #555;
    letter-spacing: -0.03em;
    line-height: 1.6;
    border-bottom: 1px solid #ddd;
}
.table thead tr th, 
.table tbody tr th { 
    color: #222; 
	padding: 10px 15px;
}
.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #222;
}

.table-style tr th,
.table-style tr td {
	padding: 10px 10px !important;
	border-bottom: 1px solid #ddd !important;
	letter-spacing: -0.02em;
	word-break: keep-all;
	vertical-align: middle !important;
}

.table-style tr th {
	color: #222;
	text-align: center;
}

.table-style thead tr th {
	background: #f5f5f5;
}

.table-style tr td {
	color: #555;
}

.history-table {
    border-top: none;
}
.history-table tbody tr th {
    padding: 20px 40px 20px 0 !important;
    font-size: 18px;
    white-space: nowrap;
    font-weight: 500;
}
.history-table tbody tr th.year {
    vertical-align: top!important;
}
.history-table tbody tr th.year span {
    display: inline-block;
    padding: 10px 45px;
    font-size: 26px;
    color: #fff;
    background: #00A887;
    font-family: "NanumSquare";
    line-height: 1;
    margin-top: -4px;
}
/* personal setting 0.59v end */
/* navigation setting */
.menu-top,
.menu-top > .container{
	position:relative;
	z-index:1081;
}
.menu-top ul{
	position:absolute;
	right:0;
	top:0;
	padding:10px 15px;
	z-index:1081;
}
.menu-top ul:after{
	content:'';
	display:block;
	clear:both;
}
.menu-top ul li {
    float: left;
    padding: 0 14px;
    line-height: 1;
    position: relative;
}
.menu-top ul li i{
	margin-right:5px;
	color:#e00;
}
.menu-top ul li:before {
    content: "";
    background: #d1d1d1;
    width: 1px;
    height: 10px;
    position: absolute;
    top: 60%;
    right: 0;
    transform: translateY(-50%);
}
.menu-top ul li:last-child:before {
    content: "";
    background: none;
}
.menu-top ul li a {
    font-size: 12px;
    font-weight: 500;
    color: #666;
}
.menu-top ul li a:hover{
	color:#35a0b7;
}
.mobile-menu{
	display:none;
}
@media(max-width:767px){
	.menu-top{
		display:none;
	}
}
/* mainpage setting */
#myCarousel .item{ height:calc(100vh - 88px); }
#myCarousel .item1{ background:url(/skin/img/slide/slide1.jpg) no-repeat center / cover; }
#myCarousel .item2{ background:url(/skin/img/slide/slide2.jpg) no-repeat center / cover; }
#myCarousel .item3{ background:url(/skin/img/slide/slide3.jpg) no-repeat center / cover; }
#myCarousel .item4{ background:url(/skin/img/slide/slide4.jpg) no-repeat center / cover; }
#myCarousel .item5{ background:url(/skin/img/slide/slide5.jpg) no-repeat center / cover; }
.carousel-caption {
    margin: 0;
    padding: 0;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%,-50%);
    width: 85%;
    max-width: 1170px;
	text-shadow: 0 0 0 rgba(0,0,0,0);
}
#myCarousel .carousel-caption span{
	opacity:1;
	padding:0;
	background:transparent;
}
.carousel-caption h1,
.carousel-caption p {
    font-family: "NanumSquare";
}
.carousel-caption h1 {
    margin: 0;
    font-size: 66px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 15px rgba(0,0,0,0.25);
    line-height:1.4
}
.carousel-caption p {
    margin: 20px 0 0;
    font-size: 30px;
    letter-spacing: -0.02em;
    color: #fff;
    font-weight: 600;
    line-height: 1.4;
}
.carousel-indicators {
    margin-bottom: 0;
    bottom: 40px;
}
.carousel-indicators li,
.carousel-indicators li.active {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    margin: 0 4px 0;
}

.m-slide-btn{
	margin:60px 0 0;
	display:inline-block;
}
.m-slide-btn:after{
	content:'';
	display:block;
	clear:both;
}
.m-slide-btn li {
    float: left;
    padding: 0 10px;
    margin: 0;
}
.m-slide-btn li a {
    display: inline-block;
    width: 185px;
    padding: 10px 10px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    border: 2px solid #fff;
    transition: all .2s ease;
}
.m-slide-btn li a:hover {
    background: #fff;
    color: #222;
}
.intro-board-widget-layout{
	display:none;
}
.main-video {
    padding: 70px 0;
    background: url(/skin/img/main/main_video_bg.jpg) no-repeat center bottom / cover;
}
.main-video .dh-front-blog>.col-md-4{
	width:100%;
}
.main-video .dh-front-blog>.col-md-4>.thumbnail{
	border: 10px solid #fff;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.05);
}
.main-video .dh-front-blog>.col-md-4>.thumbnail:hover{
	border-color:#00a878;
}
.main-video .dh-front-blog>.col-md-4>.thumbnail:after{
	content:'';
	display:block;
	clear:both;
}
.main-video .dh-front-blog>.col-md-4>.thumbnail>a.blogthumb{
	float:left;
	width:50%;
	height:300px;
}
.main-video .dh-front-blog>.col-md-4>.thumbnail .caption{
	float:left;
	width:50%;
	height:300px;
	padding:10px 60px;
}
.main-video .dh-front-blog>.col-md-4>.thumbnail>.caption h5{
	position:relative;
	margin-top:50px;
	margin-bottom:30px;
	font-size:24px;
}
.main-video .dh-front-blog>.col-md-4>.thumbnail>.caption h5:after{
	content:'';
	display:block;
	width:20px;
	height:1px;
	background:#666;
	position:absolute;
	left:50%;
	bottom:-25px;
	transform:translatex(-50%);
	z-index:100;
}
.main-video .dh-front-blog>.col-md-4>.thumbnail>.caption .blog-row-contents {
	 font-size:16px
}
.main-video .dh-front-blog>.col-md-4>.thumbnail>.caption .blog-row-regdate{
	display:block;
	margin-top:40px;
	font-size:14px;
	color:#666;
}
.main-video .dh-front-blog>.col-md-4>.thumbnail:hover>.caption .blog-row-regdate{
	color:#fff;
}
/* .main-video .row{
	margin:0 -5px;
}
.main-video .row > div{
	padding:0 5px;
}
.main-video .inner {
    padding: 15px;
    background: #fff;
    box-shadow: 8px 10px 20px rgba(0,0,0,0.1);
}
.main-video .right-con .inner{
	height:438px;
    padding: 30px 30px;
}
.main-video h4 {
    font-size: 26px;
    margin: 0 0 15px;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #222;
}
.main-video a{
	position:relative;
	display:block;
	margin-bottom:20px;
}
.main-video a:hover:after{
	content:'\f061';
	font-family:'fontawesome';
	font-size:30px;
	color:#ddd;
	position:absolute;
	right:15px;
	top:50%;
	transform:translatey(-50%);
}
.main-video a p{
	margin-bottom:5px;
	line-height:1.2;
    letter-spacing: -0.02em;
}
.main-video a p.title {
    font-size: 16px;
    font-weight: 600;
    color: #00A887;
    margin-bottom: 7px;
}
.main-video a p.des{
	padding-left:10px;
	font-size:15px;
	color:#333;
}
.main-video a p.date {
    padding-left: 10px;
    color: #888;
}
.main-video a:hover .title {
    text-decoration: underline;
} */
.main-news,
.main-notice{
	padding:70px 0 80px;
}
/* .main-content .title{
	padding:0 5px;
} */
.main-notice {
    background: #eee;
}
.main-content .title {
    margin-bottom: 40px;
}
.main-content .title h3 {
    margin: 0;
    font-size: 40px;
    font-family: "NanumSquare";
    font-weight: 600;
    color: #222;
}
.main-content .title h3 small {
    margin-left: 5px;
    font-family: "notokr", "Malgun Gothic", sans-serif;
    color: #777;
    letter-spacing: -0.02em;
    font-size: 20px;
}
.main-content .title h3 a {
    display: inline-block;
    float: right;
    font-size: 15px;
    padding: 12px 15px;
    margin-top: -1px;
    line-height: 1;
    color: #fff;
    background: #00a887;
    font-family: "notokr", "Malgun Gothic", sans-serif;
    font-weight: 400;
    letter-spacing: -0.02em;
    transition: all ease 0.3s;
}
.main-content .title h3 a i {
    font-size: 10px;
    float: right;
    margin-top: 3px;
    margin-left: 5px;
}
.main-content .title h3 a:hover {
    background: #008268;
}
.main-video .page-header,
.main-content .bbs-area .page-header{
	display:none;
}
.front-panel>.panel{
	border:none;
	background:transparent;
    margin:0;
}
.front-panel>.panel .panel-body {
    padding: 0;
}
.dh-front-list2 h6{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-width: 80%;
}
.dh-front-list2 h6 a, .dh-front-list2 h6 a span,
.dh-front-list2 h5, .dh-front-list2 h5 a, .dh-front-list2 h5 p, .dh-front-list2 h5 span{
	color:#222 !important;
}
.dh-front-list2-words {
    text-align: center;
    height: 240px;
    transition: all ease 0.5s;
    background: #fff;
    border: 2px solid #fff;
}
/* .dh-front-list2-words:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 3px solid rgba(255, 255, 255, 0);
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease 0.5s;
} */
.dh-front-list2-words:hover {
    border-color: #00A887;
    box-shadow: 8px 10px 15px rgba(0,0,0,0.1);
}
.dh-front-list2-words .list-row-subject {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.dh-front-list2 h5.list-row-contents{
	display:none;
}
.list-row-regdate{
	display:none;
}
.dh-front-list2-words .label-danger,
.row-separator{
	display:none;
}
.dh-front-list2 h5{
	border:none;
}
.dh-front-list2 h5,
.dh-front-list2 h5 a,
.dh-front-list2 h5 p,
.dh-front-list2 h5 span {
    font-size: 15px !important;
    line-height: 1.75;
    margin: 20px 0 0;
    padding: 0;
    color: #777 !important;
    font-weight: 400;
    letter-spacing: -0.03em;
}
.dh-front-list2-words h5:after {
   display:none;
}

.dh-front-blog{
	margin:0 -8px;
}
.dh-front-blog>.col-md-4 {
    padding: 0 8px;
}
.main-banner{
	height:500px;
	background:url(/skin/img/main/m_banner_bg.jpg) no-repeat center / cover;
	background-attachment:fixed;
}
.main-banner .container{
	position:relative;
	height:100%;
}
.main-banner .container p {
    margin: 0;
    position: absolute;
    /* left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); */
	right:15px;
	bottom:70px;
    font-size: 26px;
	text-align:right;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.2);
    font-family: "NanumSquare";
    max-width: 780px;
    width: 100%;
}
.main-banner .container p span{
	display:block;
	text-align:right;
}
.dh-vod-thumb {
    background: #fff;
    box-shadow: 8px 10px 15px rgba(0,0,0,0.1);
}

.dh-vod-thumb img {
    border-radius: 0;
    border: none;
    padding: 5px;
}

.dh-vod-thumb .video-row-subject {
    margin: 0;
    padding: 10px 0 15px;
}

.dh-vod-thumb .video-row-subject a {
    font-size: 18px;
}

.dh-vod-thumb .video-row-subject .label {
    color: #e2512f !important;
    background: rgba(0,0,0,0);
    padding: 0;
    font-size: 14px !important;
    font-weight: 500;
    margin-left: 10px !important;
}
@media(min-width:768px){
	.dh-front-list2-words {
        width: 24%;
        margin-top: 0!important;
        margin: 0 0.5%;
        padding: 60px 30px;
    }
}
@media(max-width:767px){
	
}
/* footer setting */
.footer_copy > div{
	padding:0;
	background:#fff;
	color:#777;
	font-size:13px;
    letter-spacing:-0.02em
}
.footer-top{
	text-align:left;
	background:#a5a5a5;
}
.footer-top{
	padding:20px 0;
}
.footer-bottom {
    padding: 50px 0;
}
.footer-top ul {
    display: inline-block;
    margin: 5px 0 0;
}
.footer-top .footer-list4 {
    margin: 0;
}
.footer_copy ul:after{
	content:'';
	display:block;
	clear:both;
}
.footer_copy li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ccc;
    line-height: 1;
}
.footer-top li a {
    font-size: 15px;
    color: #fff;
    letter-spacing: -0.02em;
    display: inline-block;
    line-height: 1;
}
.footer_copy li:last-of-type{
	border-right:none;
}
.footer-list4 .admin{
	display:none;
}
.footer-list4 li {
	padding-right:0;
	border:none;
}
.footer-list4 li a {
    display: inline-block;
    padding: 6px 8px;
    border: 1px solid #d3d3d3;
    color: #fff;
    font-size: 12px;
}
.footer-bottom ul {
    margin: 12px 0 3px;
}
.footer-bottom li a {
    display: inline-block;
    margin-top: -5px;
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #666;
    font-size: 13px;
}
.footer-bottom .copy {
    margin: 0;
    opacity: 0.75;
    font-size: 14px;
}
@media(max-width:767px){
	
}
/* subpage setting */
.pageheader{
	height:250px;
	background:#000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.breadcrumb{
	margin:0;
	padding:0;
	background:transparent;
	font-size:13px;
	color:#bbb;
}
.breadcrumb .active{
	color:#00A887;
}
.subpage-content .emp{
	font-weight:500;
	color:#009e7f;
}
.subpage-content section{
	padding:80px 0;
}
.subpage-content section h4 {
    position: relative;
    margin-bottom: 20px;
    font-size: 28px;
    letter-spacing: -0.02em;
    color: #222;
}
.subpage-content section h5 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #222;
    letter-spacing: -0.02em;
}
.subpage-content .se1 {
    padding-bottom: 30px;
}
.subpage-content > section:last-child {
    padding-bottom: 100px;
}
.subpage-content .se1 h2 {
    margin: 0 0 50px;
    font-size: 48px;
    font-weight: bold;
    font-family: "NanumSquare";
}
.subpage-content p {
    letter-spacing: -0.02em;
    line-height: 1.75;
}

/* subpage about */
#about01 .se1{
	height:calc(100vh - 92px);
	color:#fff;
	background:url(/skin/img/sub/vision.jpg) no-repeat center / cover;
}
#about01 .se1 p {
    margin-top: 20%;
    font-weight: 500;
    font-size: 22px;
    line-height: 2;
    letter-spacing: -0.02em;
    text-shadow: 0 0 2px rgba(0,0,0,0.1);
}
.greet p strong,
#about01 .se1 p strong{
	font-size:1.2em;
}
.greet{
	padding-top:30px;
}
.greet p {
    margin-bottom: 30px;
    font-size: 16px;
    color: #555;
}
.trait-wrap{
	margin:20px -15px;
}
.trait-wrap .clearfix{
	padding-bottom:30px;
}
.trait-wrap .txt-box {
    padding-left: 30px;
}
.trait-wrap h4{
	margin-top:50px;
}
.trait-wrap h4 small {
    position: relative;
    margin-bottom: 20px;
    display: block;
    font-size: 16px;
    letter-spacing:0;
}
.trait-wrap h4 small:after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #00a887;
    margin: 20px 0px;
}
.trait-wrap p {
    font-size: 16px;
    margin: 0;
    color: #555;
}
.ci-wrap {
	max-width:100%;
    width: 900px;
    margin: 0 auto;
}
.ci-wrap ul {
    margin-top: 30px;
    padding-top: 20px;
    margin-bottom: 30px;
    max-width: 640px;
    margin: 0 auto 60px;
}
.ci-wrap ul:after{
	content:'';
	display:block;
	clear:both;
}
.ci-wrap ul li {
    float: left;
    width: 33.3333%;
    text-align: center;
}
.ci-wrap ul li a {
    display: inline-block;
    padding: 12px 10px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #00A887;
    width: 95%;
    transition: all ease 0.3s;
}
.ci-wrap ul li a i{
	margin-right:8px;
}
.ci-wrap p {
    font-size: 16px;
    color: #555;
}
#about06 .at2 h4{
	margin-top:40px;
}
#about06 .at2 ul li{
	position:relative;
	padding-left:40px;
	margin-bottom:5px;
}
#about06 .at2 ul li span{
	position:absolute;
	left:0;
}
#about07-slide .item1{background:url(/skin/img/sub/about07-slide1.jpg) no-repeat center / cover;}
#about07-slide .item2{background:url(/skin/img/sub/about07-slide2.jpg) no-repeat center / cover;}
#about07-slide .item3{background:url(/skin/img/sub/about07-slide3.jpg) no-repeat center / cover;}
#about07-slide .item4{background:url(/skin/img/sub/about07-slide4.jpg) no-repeat center / cover;}

.partner-church .right-con p{
	font-size: 22px;
    text-align: center;
    padding: 25px 40px;
}
.p-church{
	border-bottom:1px solid #ddd;
}
.p-church:first-child{
	border-top:1px solid #ddd;
}
.p-church:after{
	content:'';
	display:block;
	clear:both;
}
.p-church img,
.p-church .txt-box{
	float:left;
}
.p-church img{
	margin-top:15px;
}
.p-church .txt-box{
	width:calc(100% - 300px);
	padding:20px;
}
.p-church .txt-box p{
	margin-bottom:0;
}
.p-church .name{
	font-size:20px;
	font-weight:500;
}
.p-church .name small{
	margin-left:10px;
	font-size:15px;
	color:#666;
}
/* subpage member */
.homeroom-minister{
	background:#eee;
}
.homeroom-minister .img-box p {
    margin-top: 20px;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 500;
    color: #222;
}
#member01 .homeroom-minister .txt-box {
    padding-left: 30px;
}
#member01 .homeroom-minister .txt-box .clearfix{
	padding-bottom:50px;
}
#member02 .homeroom-minister .txt-box {
    padding-right: 30px;
}
.homeroom-minister .txt-box p {
    font-size: 16px;
    margin-bottom: 20px;
    color:#444
}
.homeroom-minister .txt-box .emp{
	font-size:22px;
}
.profile:after,
.homeroom-minister ul:after{
	content:'';
	display:block;
	clear:both;
}
.homeroom-minister ul {
    margin: 0;
}
.homeroom-minister ul li{
	float:left;
	padding:0 5px;
}
.homeroom-minister ul a {
    display: inline-block;
    padding: 12px 20px;
    color: #444;
    border: 1px solid #bbb;
    font-size: 16px;
    line-height: 1;
}
.homeroom-minister ul a:hover {
    border-color: #aaa;
    background: #fff;
    color: #222;
}
.homeroom-minister .name {
    margin-top: 30px;
    font-weight: 500;
    margin: 40px 0 0;
}
.homeroom-minister .name small{
	display:block;
}
#member03 .se2,
#member04 .se2{
    padding-top: 0;
}
#thinking .se1,
#column .se1{
	height:300px;
	background:url(/skin/img/sub/column-bg.jpg) no-repeat center / cover;
}
#thinking .se1 h2,
#column .se1 h2{
	color:#fff;
}
#thinking .se2,
#column .se2 {
    padding-top: 80px;
}
.profile {
	margin-bottom:30px;
}
.profile .txt-box,
.profile img{
	float:left;
}
.profile .txt-box{
	width:calc(100% - 300px);
	padding:0 20px 0 30px;
}
.profile .txt-box .name {
    font-size: 22px;
    font-weight: 500;
    margin: 15px 0 10px;
}
.profile .txt-box .name small {
    margin-left: 5px;
    color: #666;
}
.profile .email i{
	margin-right:10px;
	color:#00A887;
}
.profile .area {
    display: inline-block;
    color: #555;
    border: 1px solid #ccc;
    text-align: center;
    font-weight: 500;
    padding: 5px 0;
    width: 80px;
    line-height: 1;
    font-size: 16px;
}

/* subpage info */
#info02 .se1,
#info01 .se1{
	height:300px;
	background:url(/skin/img/sub/info01-bg.jpg) no-repeat center / cover;
}
#info02 .se1{
	background:url(/skin/img/sub/info02-bg.jpg) no-repeat center / cover;
}
#info02 .se1 h2,
#info01 .se1 h2{
	color:#fff;
}
#info04 .se2 .at1 p {
    color: #555;
    margin-bottom: 30px;
}
.trait-dl {
    margin:0;
}
.trait-dl dt {
    font-size: 18px;
    padding: 30px 0;
}
.trait-dl dt span {
    display: inline-block;
    padding: 10px 45px;
    font-size: 26px;
    color: #fff;
    background: #00A887;
    font-family: "NanumSquare";
    line-height: 1;
}
#info02 .se2 .right-con img{
	margin:60px auto;
}
#about07 .se1,
#next01 .se1,
#info03 .se1{
	padding:0;
}
#ministry01-slide .item,
#about07-slide .item,
#next01-slide .item,
#info03-slide .item{
	height:calc(100vh - 89px);
}
#info03-slide .item1{background:url(/skin/img/sub/info03-slide1.jpg) no-repeat center / cover;}
#info03-slide .item2{background:url(/skin/img/sub/info03-slide2.jpg) no-repeat center / cover;}
#info03-slide .item3{background:url(/skin/img/sub/info03-slide3.jpg) no-repeat center / cover;}
#info03-slide .item4{background:url(/skin/img/sub/info03-slide4.jpg) no-repeat center / cover;}
#info03-slide .item5{background:url(/skin/img/sub/info03-slide5.jpg) no-repeat center / cover;}
#info03-slide .item6{background:url(/skin/img/sub/info03-slide6.jpg) no-repeat center / cover;}
#info03-slide .item7{background:url(/skin/img/sub/info03-slide7.jpg) no-repeat center / cover;}
#info03-slide .item8{background:url(/skin/img/sub/info03-slide8.jpg) no-repeat center / cover;}
#ministry01-slide .carousel-caption,
#about07-slide .carousel-caption,
#next01-slide .carousel-caption,
#info03-slide .carousel-caption{
	height:100%;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#ministry01-slide .carousel-caption h2,
#about07-slide .carousel-caption h2,
#next01-slide .carousel-caption h2,
#info03-slide .carousel-caption h2 {
    position: absolute;
    left: 0;
    top: 80px;
}
#ministry01-slide .carousel-caption h1,
#next01-slide .carousel-caption h1,
#info03-slide .carousel-caption h1{
	margin-top:30%;
    font-size: 50px;
}
#ministry01-slide .carousel-caption p,
#next01-slide .carousel-caption p,
#info03-slide .carousel-caption p {
    font-size: 22px;
    font-weight: 400;
}
.bg-caption{
	margin:0;
	position:absolute;
	right:30px;
	bottom:30px;
	font-size:22px;
	color:#fff;
	font-weight:500;
}

#info04 .se1{
	height:450px;
	background:url(/skin/img/sub/info04-bg.jpg) no-repeat center / cover;
}
#info04 .se1 .at1{
	height:100%;
}
#info04 .se1 .txt-box {
    margin-top: 30px;
    width: 550px;
    max-width: 100%;
    padding: 40px;
    color: #fff;
    background: rgba(0, 168, 135, 0.7);
}
#info04 .se1 .txt-box h2 {
    margin-bottom: 20px;
}
#info04 .se1 .txt-box p {
    margin: 0;
    font-size: 18px;
    font-family: "NanumSquare";
}


#notice .dh-board .writer,
#notice .dh-board .hits{
	display:none;
}
/* .bbs-list-index-layout .se2,
.bbs-blog2-index-layout .se2,
.bbs-blog-view-layout .se2,
.vod-index-layout  .se2,
.vod-view-layout .se2{
    padding-top: 0;
} */

.dh-board>.table-hover {
    margin: 0 0 0;
    border-top: 2px solid #00a887;
    border-bottom: 1.5px solid #222;
}
.dh-board>.table-hover th {
    background: #f5f5f5;
    border-bottom: 1px solid #ccc;
}
.dh-board>.table-hover td.subject strong a {
    font-weight: 400;
    color: #555;
}
.table-hover>tbody>tr:hover {
    background-color: #fff;
}
.dh-board>.table-hover td.subject strong a:hover {
    color: #00a887;
    text-decoration: underline;
}
.dh-board .label {
    background: rgba(0,0,0,0);
    color: #e2512f;
    font-size: 13px;
}
#news .se1,
#sermon .se1,
#notice .se1,
#lecture .se1,
#weekly .se1{
	background:#f5f5f5;
}
#weekly .dh-board .writer,
#weekly .dh-board .regdate{
	display:none;
}
/* board bottom */
.dh-margin-top {
    margin-top: 30px;
}
.pagination>li>a,
.pagination>li>span {
	border: 1px solid #ddd;
	border-radius: 0 !important;
	margin-top: 0;
	margin-bottom: 0;
	color: #777 !important;
}

.pagination>li:last-child>a {
	margin-left: 15px;
}

.pagination>li:first-child>a {
	margin-right: 15px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: #00a887;
    border: 1px solid #00a887;
    color: #fff !important;
    font-weight: 600;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	border-color: #bbb;
	background: #fff;
}

#insertForm .input-group .btn {
	border-radius: 0;
	border-color: #ddd;
}

#insertForm .input-group .form-control {
	box-shadow: none;
	border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #333;
    border: 1px solid #333;
}


/* view */
.dh-view-box{
    margin-top:0;
}

.dh-view-box>.row>.page-header {
    border-top: 2px solid #222;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 18px 18px;
    background: #f5f5f5;
}

.dh-view-box>.row>.page-header>h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #222;
}

.dh-view-box>.row>.dh-view-info {
    background: #fff;
    opacity: 0.6;
}
.dh-front-gallery>.col-md-3>a.thumbnail{
	height:200px!important;
}
@media(max-width:768px){
	.pagination{
		display:inline-block;
		margin-bottom:10px;
		position:relative;
		left:50%;
		transform:translatex(-50%);
	}
}


/* subpage worship */
#worship01 .se1 {
	height:250px;
	background:url(/skin/img/sub/worship01-bg.jpg) no-repeat center / cover;
}
#worship01 .se1 h2{
	color:#fff;
}
#worship01 .se2,
#worship01 .se2 {
	background:#eee;
}
.worship-txt p {
    color: #444;
}
#worship02 .se1 {
	height:450px;
	background:url(/skin/img/sub/info04-bg.jpg) no-repeat center / cover;
}
#worship02 .se2 .row >div{
	padding-top:50px;
}
/* subpage ministry */
.subpage-content .se1 h2 small {
    margin-left: 10px;
    font-size: 22px;
    letter-spacing: -0.02em;
}
#ministry0 .se3{
	background:#eee;
}
.ministry-wrap .txt-box {
    padding-left: 30px;
}
.ministry-wrap h5 {
    margin-bottom: 10px !important;
}
.ministry-wrap .txt-box p {
    color: #444;
}
.ministry-wrap .txt-box > h5:first-child {
    margin-top: 0;
}
.program-li {
    border-top: 1px solid #bbb;
}
.program-li li {
    padding: 8px 15px;
    border-bottom: 1px solid #ccc;
    letter-spacing: -0.02em;
    color: #444;
}
#tab2 .program-li li{
	position:relative;
 	padding-left:100px;
/*	text-indent:-60px; */
}
#tab2 .program-li li span{
	display:inline-block;
	width:80px;
	position:absolute;
	left:8px;
}
.program-li li span {
    margin-right: 10px;
    font-weight: 600;
    color: #333;
}
#ministry01 .se1{
	padding:0;
}

#ministry01-slide .item1{background:url(/skin/img/sub/ministry01-slide1.jpg) no-repeat center / cover;}
#ministry01-slide .item2{background:url(/skin/img/sub/ministry01-slide2.jpg) no-repeat center / cover;}
#ministry01-slide .item3{background:url(/skin/img/sub/ministry01-slide3.jpg) no-repeat center / cover;}
#ministry01-slide .item4{background:url(/skin/img/sub/ministry01-slide4.jpg) no-repeat center / cover;}

.object-li li{
	margin-bottom:10px;
	font-size:18px;
}
.subpage-title-top{
	text-align:center;
}
.subpage-title-top h4{
	font-size:24px;
	font-weight:bold;
	color:#00a887!important;
}
.subpage-title-top p{
	font-size:24px;
	line-height:1.5;
}
#schedule-wrap{
	text-align:center;
}
#schedule-wrap .img-box{
	position:relative;
}
#schedule-wrap .not-ready img{
	opacity:0.5;
}

#schedule-wrap .img-box .txt-box{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.2);
	color:#fff;
}
#schedule-wrap .not-ready .txt-box{
	background:rgba(60,60,60,0.5);
}
#schedule-wrap .target{
	position:absolute;
	right:15px;
	top:15px;
	font-size:16px;
	font-weight:500;
}
#schedule-wrap h5{
	margin:0;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	font-size:26px;
	font-weight:bold;
	color:#fff;
	white-space:nowrap;
}
#schedule-wrap h5 small{
	display:block;
	margin-top:10px;
	font-size:18px;
	font-weight:500;
	color:#fff;
}
#schedule-wrap .img-title{
	margin-top:10px;
	font-size:16px;
	font-weight:700;
}
.subpage-content .about-link a{
	display:block;
	margin:0 auto;
	max-width:200px;
	padding:20px;
	border:4px solid #777;
	text-align:center;
}
.subpage-content .about-link a.active,
.subpage-content .about-link a:hover{
	border-color:#4697A9;
	background:#4697A9;
}
.subpage-content .about-link h5{
	margin:0;
	font-size:32px;
	font-weight:600;
}
.subpage-content .about-link h5 span,
.subpage-content .about-link h5 small{
	display:block;
	font-weight:400;
	font-size:14px;
}
.subpage-content .about-link h5 span{
	margin-bottom:30px;
}
.subpage-content .about-link h5 small{
	margin-top:30px;
}
.subpage-content .about-link a h5 ,
.subpage-content .about-link a h5 span,
.subpage-content .about-link a h5 small{
	color:#777;
}
.subpage-content .about-link a.active h5 ,
.subpage-content .about-link a.active h5 span,
.subpage-content .about-link a.active h5 small,
.subpage-content .about-link a:hover h5 ,
.subpage-content .about-link a:hover h5 span,
.subpage-content .about-link a:hover h5 small{
	color:#fff;
}


#about07-slide .poem{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	width:1000px;
	max-width:100%;
	margin:0;
	padding:10px;
	text-align:left;
	background:rgba(10, 73, 107, 0.58);
}
#about07-slide .poem h5{
	color:#fff;
}
#about07-slide .poem p{
	font-size:14px;
}
/* subpage next */
#next01-slide .item1{background:url(/skin/img/sub/next01-slide1.jpg) no-repeat center / cover;}
#next01-slide .item2{background:url(/skin/img/sub/next01-slide2.jpg) no-repeat center / cover;}
#next01-slide .item3{background:url(/skin/img/sub/next01-slide3.jpg) no-repeat center / cover;}
#next01-slide .item4{background:url(/skin/img/sub/next01-slide4.jpg) no-repeat center / cover;}
#next01-slide .item5{background:url(/skin/img/sub/next01-slide5.jpg) no-repeat center / cover;}


/* subpage schedule */
#schedule .se1 .fc-toolbar {
    margin-bottom: 40px;
}
#schedule .se1 .fc-toolbar h2 {
    font-size: 40px;
    margin: 0;
}
#schedule .se1 .fc-button-group button {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ccc;
    margin: 0 4px;
    font-size: 16px;
    text-shadow: none;
    background: #fff;
    color: #777;
    padding: 12px 20px;
    line-height: 1;
    height: auto;
}
#schedule .se1 .fc-button-group button.fc-state-active, 
#schedule .se1 .fc-button-group button.fc-state-active:hover {
    background: #00a887;
    border-color: #00a887;
    color: #fff;
}
#schedule .se1 .fc-button-group button:hover {
    border-color: #bbb;
    background: #f3f3f3;
    color: #222;
}
#schedule .bbs-area .btn-danger {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    border: 2px solid #00a887;
    background: #fff;
    color: #00a887;
    margin: 0 3px;
}
#schedule .bbs-area .btn-danger:hover {
    background: #00a887;
    color: #fff;
}

/* subpage sitemap */
#sitemap .se2{
	padding-top:0;
}
.sitemap-wrap a{
	display:block;
	font-size:15px;
	font-weight:400;
	color:#444;
    margin-bottom:3px;
    padding:2px 0;
    font-weight:500;
}
.sitemap-wrap a:before{
	content:'';
	display:inline-block;
	width:2px;
	height:2px;
	margin-left:10px;
	margin-right:5px;
	background:#00A887;
	vertical-align:middle;
}
.sitemap-wrap a:hover{
	color:#00A887;
}
.sitemap-wrap .first a{
	padding-bottom:10px;
	font-size:18px;
    font-weight:500;
    color:#222;
    border-bottom:1px solid #ddd;
}
.sitemap-wrap .first a:before{
	display:none;
}
#sitemap h4:before{
	content:'';
	display:inline-block;
	width:6px;
	height:6px;
	margin-right:10px;
	background:#00A887;
	vertical-align:middle;
}
@media(max-width:767px){
	.body-layout{overflow-x:hidden;
		padding-top:88px;
	}
	.navbar-brand img{
		padding-left:10px;
	}
	.navbar-toggle{
		top:20px;
		right:10px;
		background:transparent!important;
		border:none!important;
	}
	.navbar-toggle .icon-bar{
		background:#333!important;
	}
	.navbar-inverse .navbar-right{
		display:none!important;
		margin:0 -15px;
		border-top:1px solid #ddd;
	}
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
		background:#00A887;
	}
	.navbar-nav .open .dropdown-menu{
		padding:0;
		background:#f5f5f5;
	}
	
	.mobile-menu a{
		padding:10px 10px;
		display:block;
	}
	.mobile-menu .d1-btn{
		font-size:15px;
		font-weight:500;
		color:#fff;
		background:#00a887;
		border-bottom:1px solid rgba(255,255,255,0.5);
	}
	.mobile-menu .d1-btn:last-child{
		border:none;
	}
	.mobile-menu .d2-btn{
		padding-left:20px;
		background:#eee;
		color:#555;
		border-bottom:1px solid rgba(0,0,0,0.1);
	}
	.mobile-menu .d2-btn:before{
		content:'';
		display:inline-block;
		margin-right:10px;
		width:3px;
		height:3px;
		background:#555;
		vertical-align:middle;
	}
	.mobile-menu .li-dash{
		margin:0;
		padding-left:30px;
	}
	.mobile-menu .li-dash li{
		padding-top:5px;
		padding-bottom:5px;
	}
	.mobile-menu .li-dash a{
		display:inline-block;
		padding:0;
		color:#555;
	}
	
	.carousel-caption h1{
		font-size:32px;
	}
	.carousel-caption p{
		font-size:20px;
	}
	.m-slide-btn li{
		float:none;
		width:100%;
	}
	.m-slide-btn li a{
		display:block;
		margin:0 auto 10px;
		width:130px;
		font-size:16px;
	}
	.main-content .title h3{
		font-size:30px;
	}
	.main-content .title h3:after{
		content:'';
		display:block;
		clear:both;
	}
	.main-content .title h3 small{
		display:block;
		margin-top:5px;
		font-size:18px;
	}
	.main-content .title h3 a{
		display:block;
		margin:20px 0;
	}
	.main-video .dh-front-blog>.col-md-4>.thumbnail .caption,
	.main-video .dh-front-blog>.col-md-4>.thumbnail>a.blogthumb{
		width:100%;
	}
	.main-video .dh-front-blog>.col-md-4>.thumbnail>.caption h5{
		margin-top:20px;
	}
	.dh-front-list2-words{
		height:100px;
		padding:15px;
	}
	.main-content .title{
		margin-bottom:20px;
	}
	.main-banner{
		background-attachment:initial;
	}
	.main-banner .container p{
		font-size:20px;
		max-width:90%;
	}
	.dh-front-blog>.col-md-4>.thumbnail{
		margin-bottom:20px;
	}
	.footer-bottom{
		padding:30px 0;
	}
	.footer_copy li{
		font-size:13px;
	}
	.footer-bottom li a{
		margin-top:10px;
	}
	.footer_copy img{
		width:50%;
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
		max-height:none;
	}
	.subpage-content .se1 h2{
		margin-bottom:40px;
		font-size:36px;
	}
	.subpage-content section{
		padding:50px 0;
	}
	.subpage-content > section:last-child{
		padding-bottom:70px;
	}
	#about01 .se1 p{
		font-size:16px;
	}
	.subpage-content section h4{
		font-size:24px;
	}
	.trait-wrap .clearfix{
		padding-bottom:60px;
	}
	.ci-wrap ul li{
		float:none;
		width:100%;
		margin-bottom:5px;
	}
	.ci-wrap ul li a{
		font-size:16px;
	}
	.history-table tbody tr th.year span{
		font-size:20px;
		padding:10px 25px;
	}
	.history-table tbody tr th{
		font-size:16px;
	}
	.greet .quote, p.quote{
		font-size:20px;
	}
	#about07-slide .poem{
		height: 50%;
   	 	overflow: scroll;
	}
	.bg-caption{
		right: 10px;
		bottom: 10px;
		font-size: 15px;
	}
	.p-church img, .p-church .txt-box{
		float:none;
	}
	
	.p-church .txt-box{
		width:100%;
		
	}
	.trait-dl dt, .trait-dl dd{
		float:none;
		padding:20px;
		border-top:none;
	}
	.trait-dl dt{
		margin:0;
		padding:0;
		border-top:none;
	}
	.profile .txt-box{
		width:100%;
	}
	.trait-dl dt span{
		font-size:20px;
	}
	#worship01 .se1,
	#info02 .se1, #info01 .se1{
		height:150px;
	}
	#ministry01-slide .carousel-caption h2, #about07-slide .carousel-caption h2, #next01-slide .carousel-caption h2, #info03-slide .carousel-caption h2{
		top:40px;
	}
	
	#ministry01-slide .carousel-caption h1, #next01-slide .carousel-caption h1, #info03-slide .carousel-caption h1{
		margin-top:50%;
		font-size:32px;
	}
	#ministry01-slide .carousel-caption p, #next01-slide .carousel-caption p, #info03-slide .carousel-caption p{
		font-size:18px;
	}
	#schedule .se1 .fc-toolbar h2{
		font-size:24px;
	}
	.subpage-content section h5{
		font-size:16px;
	}
	p, li, dt, dd{
		font-size:14px;
	}
	.object-li li{
		font-size:15px;
	}
	.event{
		padding-bottom:30px;
	}
	.subpage-content .about-link h5{
		font-size:24px;
	}
	.subpage-content .about-link a{
		margin-bottom:20px;
	}
	.ministry-wrap .txt-box{
		padding-top:20px;
	}
	.subpage-content section h4 small{
		display:block;
	}
	.dh-front-list2-words .list-row-subject{
		font-size:18px;
	}
	.dh-front-blog>.col-md-4>.thumbnail>.caption .blog-row-contents{
		display:none;
	}
	.dh-front-blog>.col-md-4>.thumbnail .caption{
		min-height:0;
	}
}
