@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: #39A6E5;}
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: #505050;}
.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: #39A6E5;}


/*CH라이브러리*/
  .c-text-shadow-black{text-shadow: 3px 1px 7px rgba(0, 0, 0, 1);}
  .c-tile-blue{background:url(http://lib.ch2ch.us/lib_images/tile_blue.jpg);}
  .c-tile-orange{background:url(http://lib.ch2ch.us/lib_images/tile_orange.jpg);}
  .c-tile-gray{background:url(http://lib.ch2ch.us/lib_images/tile_gray.jpg);}
  .c-tile-black{background:url(http://lib.ch2ch.us/lib_images/tile_black.gif);}
  .c-tile-brown{background:url(http://lib.ch2ch.us/lib_images/tile_brown.gif);}
  .c-tile-green{background:url(http://lib.ch2ch.us/lib_images/tile_green.gif);}
  .c-tile-red{background:url(http://lib.ch2ch.us/lib_images/tile_red.gif);}
  .c-tile-yellow{background:url(http://lib.ch2ch.us/lib_images/tile_yellow.gif);}

  .c-bg-1{background:url(http://lib.ch2ch.us/lib_images/c-bg-1.jpg);}
  .c-bg-2{background:url(http://lib.ch2ch.us/lib_images/c-bg-2.jpg);}
  .c-bg-3{background:url(http://lib.ch2ch.us/lib_images/c-bg-2.jpg);}
  .c-pattern-1:before{background:url(http://lib.ch2ch.us/lib_images/c-bg-1-pattern-left.png); width:389px;height:398px;content:' ';left:0;position: absolute;}


  /*에니메이션*/
  .c-animation{opacity: 0}

  .c-font-ns{font-family:'NanumSquare',sans-serif}
  .c-font-nsr{font-family:'NanumSquareRound',sans-serif}
  .c-font-nt{font-family:'Noto Sans KR',sans-serif}
  .c-font-nts{font-family:'Noto Serif KR',serif}
  .c-font-sm{font-family:'Song Myung',serif}
  .c-font-nb{font-family:'Noto Serif KR',serif}

  .c-ft-100{font-weight:100;}
  .c-ft-300{font-weight:300;}
  .c-ft-400{font-weight:400;}
  .c-ft-500{font-weight:500;}
  .c-ft-700{font-weight:700;}

  .c-w-25{min-width:25px;}
  .c-w-50{min-width:50px;}
  .c-w-75{min-width:75px;}
  .c-w-100{min-width:100px;}
  .c-w-125{min-width:125px;}
  .c-w-150{min-width:150px;}
  .c-w-175{min-width:175px;}
  .c-w-200{min-width:200px;}

  .c-border-top-dotted{border-top:1px dotted #dddddd;}

  /**반응형 공통*/
  .show-xl, .show-lg, .show-md, .show-sm{display:none;}
  @media screen and (max-width: 1199.98px) {
    .hide-xl{display:none;}
    .show-xl{display:block;}
  }
  @media screen and (max-width: 991.98px) {
    .hide-lg{display:none;}
    .show-lg{display:block;}
  }
  @media screen and (max-width: 767.98px) {
    .hide-md{display:none;}
    .show-md{display:block;}
  }
  @media screen and (max-width: 575.98px) {
    .hide-sm{display:none;}
    .show-sm{display:block;}

    /*bootstrap overwirte*/
    .btn{padding:.1rem .4rem!important;}
    .btn-sm{padding:0 .3rem!important;}
  }


/*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}
/*-----------------------------------------*/



/*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: #39A6E5;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: #39A6E5}#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:#39A6E5;-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;}}@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}}#navigation .mobile-header, #navigation .mobile-footer{display:none;}

/*Website*/
#wrapper{position: relative;min-height: 100vh; float:left;width:100%;}

#header{-webkit-transition: height 0.4s;-moz-transition: height 0.4s;transition: height 0.4s ease-out;z-index:10;background-color: #ffffff}
/*#header.header-action{background-color: #ffffff;height: 60px;width:100%;position: fixed}*/
#header .header_top{height:30px;}
#header .mobile-open { display: none;}
#header .utility{text-align: right;height:30px;}
#header .utility a{font-size:.8em;padding:0 7px;}

#header .menu-section{display: flex;height:60px;justify-content: space-between;}
#header .logo {width:350px;}
#header .logo a img{margin-top:-5px;}
#header .header_menu{width:100%;}
#header .header_menu ul{float:left;width:100%;height:40px;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#topnav > li > a{color: #464646;font-family: 'Noto Sans KR', sans-serif;font-size:18px;width:100%;text-align: center;font-weight: 500;display: block;;height:60px;padding-top:10px;}
#header .header_menu ul#topnav > li > a > span {position: relative; padding-bottom: 15px;font-weight:400;}
#header .header_menu ul#topnav > 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#topnav > li:hover > a > span:before {
    background: #39A6E5;
    -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: 200px; 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{;width:200px;float:left;width:100%;padding:7px 0;font-weight:300;font-family:'Noto Sans KR',sans-serif;}
#header .header_menu li > ul > li:first-child{padding-top:10px;}
#header .header_menu li > ul > li:last-child{padding-bottom:10px;}

#mainContent {padding-bottom:150px;}
.swiper-container {width:100%;height:530px; 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:#39A6E5;}
.swiper-button-prev:before{content:'\f104'; font-family: "Font Awesome 5 Pro";font-size:3em;margin-left:10px;color:#39A6E5;}
.swiper-pagination-bullet{background:#39A6E5;opacity:.8;}
.swiper-slide {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}/* if not here there is resize issue*/

/*제목*/
.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:#545454;font-family:'NanumSquareRound',sans-serif;font-weight:500;}
.mntitle h1{}
.mntitle h5{padding-top:0px;font-weight:300;}

.all-center{
  width:100%;height:100%; align-items:center;justify-content:center;background-color:#767a8c; transition: all .2s;padding:5px 10px;border-right:1px solid #838695;border-bottom:1px solid #838695;padding-left:20px;}
.all-center:hover, .all-center:focus{background-color:#6E7283;}
.all-center:hover h5, .all-center:focus h5{color:#6ED8CA;}
.all-center a{display: flex;color:white;font-weight:700;padding:21px 0;font-size:1.2em;font-family: 'NanumSquareRound',sans-serif; }
.all-center i{font-size:25px;margin-top:7px;}

.sermon-box {position: relative; height:170px}
.sermon-box .sermonbg{position: absolute;bottom:-30px;width:100%;height:150px;background-color:#015174;}
.sermon-box .events{position: absolute;bottom:0;width:100%;height:160px;border:1px solid #dddddd;}
.sermon-box h3{position: absolute;top:0px;left: 0;font-weight:500;color:#808081;}
.sermon-box .pastor{position: absolute;bottom:-30px;right: 0}
.sermon-box ul li, .sermon-box ul li a{color:white;}
.sermon-box #sermonList{margin-left:20px;margin-top:20px;}
.sermon-box #sermonList .titleTitle{display: none;}
.sermon-box #sermonList .title a{font-size:1.2em;padding-bottom:10px;font-weight: 700}
.sermon-box #sermonList .img{display: none;}
.sermon-box li {color:#CCD6E8!important}


.churchNews h4{padding-bottom:10px;border-bottom:2px solid #dddddd;}

/*최신글*/
ul.last-list {}
ul.last-list li{float:left;width:100%;border-bottom:1px dotted #dddddd;padding:10px 0;}
ul.last-list .subject{float: left; padding-bottom:5px; font-size:16px;margin-top:0px;}
ul.last-list .subject a{color:#4f4f4f}
ul.last-list .subject a:hover{color:black}
ul.last-list .regdate{display:none;font-size:.9em;padding-left:15px;}
ul.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;}


/*서브페이지*/
#subContentTop{position: relative;background-color:#EEF2F7;}
.disc{position: absolute;top:0;left:0;width:100%;height:100%;}
.disc h1{border-bottom:3px solid #ffffff;padding-bottom:10px;margin-bottom:10px;}
.disc h1, .disc h4{color:#40647f;}
#gnb_container {background-color: #767A8C}
#gnb_container.fixed1 {position: fixed; top:0;z-index: 12; width: 100%;  margin:auto;}


#sideMenu{float:left;width:0px;height:300px;display: none}


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


/*스킨*/
.html-category, .reference, .view-info{list-style: none;}
.flex-all-center{display: flex;flex-direction: column;justify-content: center;align-items: center;}
#worshipTable th, #worshipTable td{padding:10px;border:1px solid #dddddd;}
#worshipTable th{font-weight:700;background-color: #dddddd}


/*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;}


/* 반응*/
@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 .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}
}

@media screen and (max-width: 576px) {
  .swiper-container {height:200px;}
  .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:25px;width:80%;}
  .sermon-out{padding-left:10px;}
  #sermonList .title{font-size:1.5em;}
  #sermonList .title i{margin-left:10px;}
  .content{padding-left:10px;padding-right:10px;}
  .sermon iframe{width:100%;}
}