@charset "utf-8";
/*https://www.cssportal.com/css-formatter/*/
/*
font-family: 'Noto Sans KR', sans-serif;  기본
font-family: 'Noto Serif KR', serif;

font-family: 'Song Myung', serif; 본문 강조
font-family: 'Nanum Brush Script', cursive; 본문 강조
Nato 고딕, 명조.. 300, 400, 500, 700

font-family: 'NanumSquare', sans-serif; } 300 400 700 800   서브 타이틀
font-family: 'NanumSquareRound',sans-serif; Regular(400), Bold(700), Extra Bold(800), Light(300) 지원됩니다.


CSS 코드를 최대한 보고.... Bootstrap으로 대체... 불필요코드 줄이고,
common chbk css 세트
예: 배경화면, 배경패턴, Bootstrap override
;
*/
html{overflow-x: hidden;}html::-webkit-scrollbar {width: 10px;background-color: #F5F5F5;}html::-webkit-scrollbar-thumb {background-color: #81c341;}
body{font-family:'NanumSquareRound',sans-serif;font-weight: 400;}a,a:link,a:hover,a:visited,a:active{text-decoration: none;}
body, a,a:link,a:hover,a:visited,a:active {color: #555555;}
.back-to-top {position: fixed; bottom: 0; right:0; z-index: 2; width:50px; height: 50px; color: #fff!important; line-height: 50px; font-weight:500;text-align: center; display: none; font-family: 'Roboto'; background: #81c341;}


/*Bootstrap Overwirte*/
.btn{color:white!important;border-radius: 0}
.btn-light{color:#7A7A7A!important;border:1px solid #dddddd;}
.form-control{border-radius: 0}
.input-group-text{border-radius: 0}
.custom-file-label{border-radius: 0}
/*-----------------------------------------*/

/*팝업창*/
.pops{border:4px solid #81b028!important;}
/*Mobile Menu*/
#mobileNav {position:fixed;width: 300px;top: 0;left:-300px;z-index: 101;overflow: auto;-webkit-overflow-scrolling: touch;}#mobileNav ul{list-style: none;margin:0;padding:0;}#mobileNav .mobile-header {position: relative;padding: 10px;background: #81c341;display: none;height:60px;color:white;}#mobileNav .mobile-header h4 a{color: #fff;font-size:300;}#mobileNav .mobile-header button {color: #fff;}#mobileNav .mobile-header .mobile-close {position: absolute;right: 15px;top: 10px;border: 0;font-size: 28px;color: #fff;background-color: #81C341}#mobileNav .mobile-header .mobile-close i {font-size: 28px;}#mobileNav .mgnb {border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;}#mobileNav .mgnb a {font-weight: 400;display: block;}#mobileNav .mgnb > li {}#mobileNav .mgnb > li > a {background: #fff;border-top: 1px solid #ccc;font-size: 18px;padding: 15px 20px;color: #333333;font-weight: 400;}#mobileNav .mgnb > li:first-child > a {border-top:0;}#mobileNav .mgnb > li.active > a {}#mobileNav .mgnb li > a i{margin-right:5px;color:#767a81;transition:all .2s ease-out 0;-webkit-transition:all .2s ease-out 0;}#mobileNav .mgnb li > ul > li >a i{color:white;}#mobileNav .mgnb li a i.rightico {float:right;margin: 0;}#mobileNav .mgnb li.active > a i.rightico {color:#91cb5a;-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);transition: all 0.2s ease-in-out 0s;-webkit-transition: all 0.2s ease-in-out 0s;}#mobileNav .mgnb > li > ul {border-top: 1px solid #596170;}#mobileNav .mgnb > li > ul > li > a {background: #757c89;border-bottom: 1px solid #596170;font-size: 14px;padding: 12px 20px;color: #fff;}#mobileNav .mgnb > li > ul > li > ul > li > a {background: #f5f5f5;border-top: 1px solid #cccccc;padding: 12px 35px;color: #777;font-size: 13px;}#mobileNav .mgnb > li > ul > li > ul > li:first-child > a {border-top: 0;}#mobileNav .mobile-footer {float:left;width:100%;padding: 5px 20px;background: #fff;display: none;}#mobileNav .mobile-footer a {}#mobileNav .mobile-footer ul > {float:left;}#mobileNav .mobile-footer ul > li {float:left;width:25%;text-align: center;border-right:1px solid #B1B1B1;}#mobileNav .mobile-footer ul > li{}#mobileNav .mobile-footer ul > li i{display: block;padding-bottom:10px;font-size:2em;margin:auto;}#mobileNav .mobile-footer ul > li > a {display: block;font-size:.8em;padding: 8px 0;position: relative;text-align: center;color:#757575;text-align: center}.site-overlay{display: none;}body.mobile-active .site-overlay{display: block;position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 100;background-color: rgba(0,0,0,0.7);-webkit-animation: fade 500ms;-moz-animation: fade 500ms;-o-animation: fade 500ms;animation: fade 500ms;}@keyframes fade{0% {opacity: 0;}100% {opacity: 1;}}@-moz-keyframes fade{0% {opacity: 0;}100% {opacity: 1;}}@-webkit-keyframes fade{0% {opacity: 0;}100% {opacity: 1;}}@-o-keyframes fade{0% {opacity: 0;}100% {opacity: 1;}}#navigation .mobile-header, #navigation .mobile-footer{display:none;}

/*Block when pc only - fixed width*/
@media screen and (max-width: 960px){
  .mobile-open{display:block!important;position:fixed;left:0;top:0;color:#fff;background:#4d525a;font-size:28px;border:0;border-right:1px solid #444;line-height:0;height:60px;width:60px;z-index:2}}


/*Website*/
#wrapper{/*float:left;width:100%; fixed 형*/}

.header_top{height:30px;background-color: #5B9ACD}
.header_top .utility a{color:#ffffff;font-size:.8em;padding:0 7px;}
#header{-webkit-transition: height 0.4s;-moz-transition: height 0.4s;transition: height 0.4s ease-out;z-index:10;height:120px;}
body.header-fixed #header{background-color: #ffffff;width:100%;position: fixed; -webkit-box-shadow: 0px -1px 14px 1px rgba(0,0,0,0.44); box-shadow: 0px -1px 14px 1px rgba(0,0,0,0.44);}

#header .mobile-open { display: none;}
#header .menu-section{display: flex;height:100px;justify-content: space-between;align-items: center}
#header .logo {}
#header .logo a img{margin-top:-0px;}
#header .header_menu{width:100%;}
#header .header_menu ul {float:left;width:100%;height:41px;z-index:11;display: flex;justify-content: space-between;list-style: none;}
#header .header_menu ul  > li{position:relative;text-align: center;width:100%;}
#header .header_menu ul.sf-menu  > li > a{font-family: 'NanumSquare', sans-serif;   font-size:22px;width:100%;text-align: center;font-weight:700; display: block;height:68px;padding-top:10px;color:black;}
#header .header_menu ul.sf-menu  > li > a > span {position: relative; padding-bottom: 15px;}
#header .header_menu ul.sf-menu  > li > a > span:before {
    content: '';
    width:100%;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding:1px;
    line-height: 10px;
    font-size:8px;
    font-weight:500;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
}
#header .header_menu ul.sf-menu  > li:hover > a > span:before {
    background: #ED751C;
    -webkit-transform: scale3d(1, 1, 1);
    : scale3d(1, 1, 1);
}

/*#header .header_menu li:hover ul{display: block;}*/
#header .header_menu li > ul{position:absolute;padding:0;margin:0;width: 250px; flex-direction:column;overflow: hidden;height:0;}
#header .header_menu li > ul.on{height:auto;}
#header .header_menu li > ul > li {float:left;background-color:#f1f1f1;}
#header .header_menu li > ul > li:hover a{background-color:#cacaca}
#header .header_menu li > ul > li:hover a{color:white;}
#header .header_menu li > ul > li:last-child{padding-bottom:5px;}
#header .header_menu li > ul > li > a{float:left;width:100%;padding:7px 0;font-weight:500;font-family:'Noto Sans KR',sans-serif;color:#5E5E5E;}
#header .header_menu li > ul > li:first-child{padding-top:10px;}
#header .header_menu li > ul > li:last-child{padding-bottom:10px;}

#mainContent {}
body.header-fixed .banner, body.header-fixed #subContentTop {margin-top:120px;}

/*.banner{height:680px;}*/
.swiper-container {width:100%;height:500px; transition: all .5s ease}
.swiper-container img{height:100%;}
.swiper-pagination-bullet {background: #ffffff;width:13px;height:13px;margin:0 5px;}
.swiper-pagination-bullet-active{background: transparent;border:2px solid white; }
.swiper-button-next, .swiper-button-prev{background-image:url();}
.swiper-button-next:before{content:'\f105'; font-family: "Font Awesome 5 Pro";font-size:3em;margin-left:0px;color:#81c341;}
.swiper-button-prev:before{content:'\f104'; font-family: "Font Awesome 5 Pro";font-size:3em;margin-left:10px;color:#81c341;}
.swiper-pagination-bullet{background:#81c341;opacity:.8;}
.swiper-slide {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}/* if not here there is resize issue*/
.swiper-slide img{width:100%;height:100%;}

/*비디오*/

  .homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
  }

  .no-video .video-container video,
  .touch .video-container video {
    /*//display: none;*/
  }

  .no-video .video-container .poster,
  .touch .video-container .poster {
    display: block !important;
  }

  .video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
  }

  .video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
  }

  .video-container .filter {
    z-index:0 ;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
  }

  .video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
  }

  .video-container video.fillWidth {
    width: 100%;
  }

.deco {position: absolute;top:0;left: 0;z-index: 2;width:100%;height:100%;}
.deco  img{margin-top:-200px;}
.deco h1{background-color: #08A111;border-radius: 20px;color:white;margin-top:20px;padding:20px;}
.deco h1 span{font-size:.5em;}
.deco h1 a{color:white;}

/*제목*/
.mntitle{clear:both;text-align: center;padding-top:40px;padding-bottom:20px}
.mntitle div{display: flex;justify-content: center; border-top:1px #A6A6A6 dotted;width:300px;margin:auto;margin-top:15px;}
.mntitle h1, .mntitle h1 a{margin-bottom:7px;color:black;font-weight:100;}
.mntitle h1{background: url(../images/bg_title_line.png) 50% 90% no-repeat;}
.mntitle h5{padding-top:0px;font-weight:300;}

/*배너위링크*/
ul#history {position: relative; display: flex;justify-content: space-between;list-style: none;margin-top:-40px;z-index: 1}
ul#history li{font-size:1.3em;width:100%;padding:20px 10px;}
ul#history li a{color:white;text-align: center}
ul#history li:nth-child(1){background-color: #71699C}
ul#history li:nth-child(2){background-color: #B971A3}
ul#history li:nth-child(3){background-color: #F7A9A2}
ul#history li:nth-child(4){background-color: #2A99A6}

/*추천사이트*/
.link-banners{overflow: hidden}


/*아이콘 링크*/
.links.row{margin:0;}
.links.row .col-4{margin:0;padding:0;}
.all-center{
  height:250px;width:100%;height:100%;
  display: flex;align-items:center;justify-content:center;background-color:#767a8c; transition: all .2s;padding:10px;border-right:1px solid #838695;border-bottom:1px solid #838695;;}
.all-center:hover, .all-center:focus{background-color:#6E7283;}
.all-center:hover h5, .all-center:focus h5{color:#5ACCF7;}
.all-center a{text-align: center;display: flex;color:white;font-weight:300;}
.all-center a h5{font-weight:500;}
.all-center i{font-size:25px;margin-top:7px;}


ul.links{margin:0;padding:0;}
.links li,.links li a{color:white;width:100%;font-size:20px;font-weight:700;}
.links li{float:left;width:50%;height:150px;display: flex;}
.links li a{align-self:center;text-align: center}
.links li a i{font-size:2.2em;margin-right:2px;font-weight:300;}
.links li:nth-child(1){background:url(../images/bn1.jpg) no-repeat;background-size: cover;}
.links li:nth-child(2){background:url(../images/bn2.jpg) no-repeat;background-size: cover;}
.links li:nth-child(3){background:url(../images/bn3.jpg) no-repeat;background-size: cover;}
.links li:nth-child(4){background:url(../images/bn4.jpg) no-repeat;background-size: cover;}

ul.links2{margin:0;padding:0;}
.links2 li,.links2 li a{color:white;width:100%;font-size:20px;font-weight:700;}
.links2 li{float:left;width:100%;height:150px;display: flex;}
.links2 li a{align-self:center;text-align: center}
.links2 li a i{font-size:2.2em;margin-right:2px;font-weight:300;}

ul.links3{margin:0;padding:0;}
.links3 li,.links3 li a{color:white;width:100%;font-size:30px;font-weight:700;}
.links3 li{float:left;width:100%;height:150px;display: flex;}
.links3 li a{align-self:center;text-align: center;color: black;text-shadow:3px 3px 0 #FFF,-1px -1px 0 #FFF,1px -1px 0 #FFF,-1px 1px 0 #FFF,1px 1px 0 #FFF;}
.links3 li:nth-child(1){background:url(../images/bn5.jpg) no-repeat;background-size: cover;}
.links3 li:nth-child(2){background:url(../images/bn6.jpg) no-repeat;background-size: cover;}


/*소식*/
.subMainContent{background-color:white;}
.lastBox h5{font-size:24px;width:100%;padding:10px;font-family: 'NanumSquareRound', sans-serif;font-weight:700;}
.lastBox h5 a{color:white;}
.lastBox h5 i{float:right;}

.sermonBox{display: flex;flex-direction: column;justify-content: space-between;}
.churchNews .last-list li{float:left;width:100%;height:60px;margin-top:0px ;border-bottom:1px dotted #dddddd;padding:0 10px;}
.churchNews .last-list .subject{float: left; padding-bottom:5px; font-size:20px;margin-top:0px;height:28px;overflow: hidden}
.churchNews .last-list .subject a{color:white}
.churchNews .last-list .subject a:hover{color:yellow}
.churchNews .last-list .regdate{clear:both;float: left; margin-left:10px;font-family: 'verdana';font-size:12px;margin-top:0px;color:#4f4f4f}
.churchNews .last-list .subject a.btn{
    font-size: 0.7em;
    border: 1px solid #dddddd;
    padding: 0px 5px;
    margin-left: 10px;
    border-radius: 4px!important;
    margin-top: -3px;
}
.location {color:white;}
.location .address{padding:5px;font-size:.8em;line-height: 17px}
.location .address a{color:white;font-size:.9em;}

.worshipInfo{}
.worshipInfo ul{margin:0;padding:0 10px;}
.worshipInfo ul li{color:white;font-size:1em;line-height: 25px;width:100%;display: flex ;justify-content:space-between;}
.worshipInfo ul li span{flex-basis:auto;flex-grow:1;background:url(http://lib.ch2ch.us/lib_images/worship-dot.png) repeat-x 0 50%;margin:0 10px;}
.worshipInfo ul li b{font-weight: normal}

ul#sermonList{list-style: none;padding:0;margin:0;margin-left:15px;margin-top:-5px;}
#sermonList li, #sermonList li a{color:white;}
#sermonList li a{font-size:1.3em;font-weight:700}
#sermonList li.img, #sermonList .preacher, #sermonList .bibleTitle, #sermonList .regDateTitle, #sermonList .titleTitle{display:none;}


/*사진*/
#photo li a img{border:5px solid white;}
#photo h6{text-align: center;padding-top:10px;}


/*서브페이지*/
#subWrapper{display: flex;background-color: white;}

#subContentTop{position: relative;background-color:#EEF2F7;height:200px;background:url(../images/sub-bg.jpg) no-repeat 50% 50%;background-size: cover;}

#subContentTop h1{border-bottom:3px solid #ffffff;padding-bottom:10px;margin-bottom:10px;font-weight:700;}
#subContentTop h1, #subContentTop h4{color:#ffffff;}

#gnb_container {background-color: #767A8C;display:none;}
#gnb_container.fixed {position: fixed; top:0;z-index: 12; width: 100%;  margin:auto;}
#gnb_container .nav-bread.fixed{position: fixed; top:0;z-index: 13; width: 100%;  margin:auto;}
#gnb_container .breadout{position: relative; height:50px;background-color:#767A8C;}
#gnb_container .bread{position: absolute; padding:5px 0;width:100%;list-style: none;}
#gnb_container .bread>li{float:left;position: relative; padding-top:10px;width:200px;height:50px;}
#gnb_container .bread>li:hover ul{display: block}
#gnb_container .bread li:first-child {width:120px;}
#gnb_container .bread li:nth-child(2) i,.bread li:nth-child(3) i{float:right;margin-top:3px;}
#gnb_container .bread>li>a,.bread>li>span{float:left;color:white;border-right:1px solid #9298AB;padding:0px 25px;width:100%;}
#gnb_container .bread ul.dmenu{position: absolute; width:200px;display: none; overflow: hidden;margin-top:35px;background-color: #F0F0F7;border-left:1px solid #D0D0D0;border-right:1px solid #D0D0D0;z-index: 10;list-style: none;padding-left:0;}
#gnb_container .bread ul.dmenu li{float:left;width:100%;border-bottom:1px solid #D0D0D0;padding:5px 10px;}
#gnb_container .bread ul.dmenu li:hover{background-color:#BFBFBF;}

/*사이드메뉴*/
#sideMenu{float:left;width:350px;min-height:400px}  /*display:none*/
#sideMenu h3{background-color: #7EC9B9;padding:18px;text-align: center;color:white;}
#sideMenu ul{padding:0;margin:0;list-style: none;width:100%;}
#sideMenu ul li{display:flex;border-bottom:1px dotted #dddddd;flex-direction: column}

#sideMenu ul li a{width:100%;height:100%;padding:7px 10px;font-weight:700;}
#sideMenu ul li a:hover{background-color: #dddddd}
#sideMenu ul li ul {padding-left:15px;}
#sideMenu ul li ul li:last-child{border:0px;}

#subContent{width:100%;min-height: 500px}

/*Footer*/
#footer{/*position:absolute;bottom:0;*/width:100%;opacity: 1;background-color:#282828;min-height:150px;margin-top:20px;padding-top:20px;}
#footer .copyright{color:#DEDEDE;padding:5px;}
#footer .copyright .facebook{color:white;}


/*기존스킨*/
ul.view-info, ul.html-category{list-style: none;margin:0;padding:0;}
.board-header h3{font-size:2em;border-bottom:2px solid #dddddd;padding-bottom:15px;}
.view-content img{width:100%;}
/*Fix형*/
/*.container{max-width:1200px!important;}*/

.board-list .writer{width:200px!important}

/* 반응형*/
@media screen and (max-width: 1200px) {
  .swiper-container {height:400px;}
}
@media screen and (max-width: 992px) {
  .swiper-container {height:300px;}
  .header_top,
  .header_menu{display: none}
  #header, #header .menu-section {height:60px;padding-top:7px;}
  #header .logo{margin:auto;width:auto;padding-left:30px;}
  .all-center h5{font-size:.9em;}
  .all-center svg{display:none;}
  .mntitle h1{font-size:1.9em;}
  .mntitle h5{font-size:1em;}
}

@media screen and (max-width: 768px) {
  .bread .depth1{display: none}
  ul#history li{font-size:1.1em;width:100%;padding:20px 10px;}
}

@media screen and (max-width: 576px) {
  ul#history li{font-size:1em;width:100%;padding:15px 5px;}
  #subContentTop{height:170px;}
  #subContent {padding:0!important;}
  #subContentTop h1{font-size:2em;}
  .deco img{width:100%;padding:20px;}
  .deco h1{font-size:1.7em}

  .swiper-container {height:150px;}
  .sermon .pastor, .disc{display: none;}
  .links {margin:20px 0!important;}
  .swiper-button-next, .swiper-button-prev{display: none;}
  #header .logo a img{margin-top:-20px;margin-left:10px;width:180px; height:50px}
  .sermon-out{padding-left:10px;}
  #sermonList .title{font-size:1.5em;}
  #sermonList .title i{margin-left:10px;}
  .content{padding-left:10px;padding-right:10px;}
  .container{padding-left:10px!important;padding-right:5px!important;}
  .copyright {padding:0 10px!important;font-size:.9em;}
  ul#history {margin:0px;margin-top:5px;}
.links{margin:0!important;}
.mntitle{margin-top: 15px;}
}