@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
;
*/
@font-face {
     font-family: 'S-CoreDream-4';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream-3';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream-1';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

.font-nmsq {font-family: 'NanumSquare', sans-serif;font-weight: 700}
html{overflow-x: hidden;}html::-webkit-scrollbar {width: 10px;background-color: #F5F5F5;}html::-webkit-scrollbar-thumb {background-color: #735B8F;}
body{overflow-x: hidden;font-family:'S-CoreDream-4',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: #735B8F;}

body.m2_1 .view-content img{width: 100%!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}

.btn-gray { background: #5d6169; color: #fff!important;}
.btn-blue { background: #2699E3; color: #fff!important;}
.btn-red { background: #D31F1F; color: #fff!important;}
.btn-gray2 { background: #f7f7f7; color: #777; border: 1px solid #c9c9c9;}
.btn-green { background: #81c341; color: #fff!important;;}
.btn-black {background: #000; color: #fff!important;;}
.btn-white {background: #fff; color: #2b2b2b; border: 1px solid #cccccc; }

/*Animation*/
.koa-animation{opacity: 0;}
.koa-animation-pop {transition: all .2s}
.koa-animation-pop:hover{transform: scale(1.08);transition: all .1s}


/*-----------------------------------------*/

.view-info{list-style: none;margin: 0;padding: 0}
/*ANIMATE*/
#header .logo a:hover img{animation: bounce;animation-duration: 1s;}

/*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: #735B8F;display: none;height:60px;color:white;}.mobile-header h4{margin-top:10px}#mobileNav .mobile-header h4 a{color: #fff;font-size:300;letter-spacing: -1px;}#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: #735B8F}#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: 20px;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:#000000;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: 16px;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;}



.mobile-footer { float:left;width:100%;padding: 5px 0; background: #fff;display: none;}
.mobile-footer a {}
.mobile-footer ul {display: flex;justify-content: space-between;}
.mobile-footer ul > li {width:100%;}
.mobile-footer ul.three > li:nth-child(2){border-right:1px solid #D0D0D0;border-left:1px solid #D0D0D0;}
.mobile-footer ul.two > li:nth-child(1){border-right:1px solid #D0D0D0}
.mobile-footer ul > li i{display: block;}
.mobile-footer ul > li > a {display: block; font-size:1rem; padding: 8px 0; position: relative;text-align: center;color:#757575;}
.mobile-footer ul > li > a i{font-size:1.5rem;padding-bottom:5px;}
.mobile-footer .formember {border-top:1px solid #dddddd;padding:5px;margin-top:5px;float:left;width:100%;font-size:1.1em;font-weight:bold;color:#0D74EB;}
.mobile-footer .sns{}

/*Block when pc only - fixed width*/
@media screen and (max-width: 992px){
  .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}}

.sm-show{display: none}
/*Website*/
#wrapper{/*float:left;width:100%; fixed 형*/}
.header_top .utility a{font-size:.8em;padding:5px 7px;color:#000000;}
.header_top{}
#header{-webkit-transition: height 0.4s;-moz-transition: height 0.4s;transition: height 0.4s ease-out;z-index:10;background-color: rgba(255,255,255,.9);}
body.index #header{position: absolute;width: 100%}
/*#header.header-action{background-color: #ffffff;height: 60px;width:100%;position: fixed}*/

#header .mobile-open { display: none;}
#header .menu-section{display: flex;justify-content: space-between;align-items: center;}
#header .logo {margin-top: -20px}
#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-size:18px;width:100%;text-align: center;font-weight:500; display: block;height:56px;padding-top:10px;color:#000000;}
#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: 5px;
    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: #eb9b11;
    -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: 220px; 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:#f9b746;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:400;color:#3F3F3F;font-size: 1.1em}
#header .header_menu li > ul > li:first-child{padding-top:10px;}
#header .header_menu li > ul > li:last-child{padding-bottom:10px;}

/*부탁*/
/*ul.mgnb > li {border-right: 1px solid #c3c05a;height: 35px;}
ul.mgnb > li:last-child {border-right: 0px}
*/
#mainContent {}
#subContent{position: relative;}
#subContent .quick-link{top:60px;right:-230px;}
.linkisSection {min-height: 240px}

.bgGr{background-color: #EEF2F7;min-height:300px;padding-bottom:40px;}
.bgWhite{background-color: #ffffff;padding-bottom: 5px}
.bgImg{background-position: 0 300px!important;background-repeat:no-repeat;padding-bottom:100px}
/*배너섹션*/
.mn_banner {height:900px;margin-bottom:0px;}
    .bannerLinks{position: relative; height:40px; width:100%;background-color:rgba(77,82,90,.8);margin-top:-100px;z-index: 9998}
    .swiperTitle{display: flex;justify-content: space-between;width:100%;height:40px;overflow: hidden;list-style: none;}
    .swiperTitle li{float:left;height:40px;text-align: center;color:white;line-height: 40px;cursor: pointer;width:100%;}
    .swiperTitle .swActive{background-color:#81c341}
    .david{display:none;width:100%;text-align: center;padding-top:10px;}

    .swiper-container {height:100%; transition: all .5s ease}
    .swiper-container img{height:100%;width:100%;}
    .swiper-slide {background-size:cover;background-position: 50% 50%}

    .swiper-pagination-bullet {background: #ffffff;width:13px;height:13px;margin:0 5px;}
    .swiper-pagination-bullet-active{background: transparent;border:2px solid white; }
         .swiper-button-prev, .swiper-button-next {display: none}

/*제목*/
.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!important;font-family:'S-CoreDream-1'}
.mntitle h1{background: url(../images/bg_title_line.png) 50% 90% no-repeat;}
.mntitle h5{padding-top:0px;font-family:'S-CoreDream-3'}

/*소식*/
.churchNews{display: flex;flex-direction: column;border-top:15px solid #3c3c3c!important;border: 1px solid #7A7A7A}
.churchNews h4{padding-bottom:10px;border-bottom:2px solid #dddddd;}
.churchNews #lastList {float:left;width:100%;height:30px;margin-top:15px ;border-bottom:1px dotted #dddddd}
.churchNews #lastList .subject{float: left; padding-bottom:5px; font-size:16px;margin-top:0px;}
.churchNews #lastList .subject a{color:#4f4f4f}
.churchNews #lastList .subject a:hover{color:black}
.churchNews #lastList .regdate{display: none}
.churchNews #lastList .subject a.btn{
    font-size: 0.7em;
    border: 1px solid #dddddd;
    padding: 0px 5px;
    margin-left: 10px;
    border-radius: 4px!important;
    margin-top: -3px;
}

/*아이콘 링크*/
.links.row{margin:0;}
.links.row .col-6{margin:0;padding:0;}

.links{display: flex;justify-content: center;align-items: center;flex-direction: column;height: 135px;border: 1px solid #dddddd;margin-bottom: 10px;color: white}
.links h6{padding-top: 20px;font-weight: 700;font-size: 1.2em;color: white}
.gr1{background: url(../images/boxBG_21066.jpg) ;}
.gr2{background: url(../images/boxBG_21065.jpg) ;}
.gr3{background: url(../images/boxBG_21064.jpg) ;}
.gr4{background: url(../images/boxBG_21063.jpg) ;}


.sermonbg{background:  url(../images/bg_preaching.jpg);background-size: cover;}
.sermon-box ul{margin: 0;padding: 0}
.sermon-box ul li, .sermon-box ul li a{color: white}

.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: white}
.badge-info{font-size: .4em;font-weight: 300}
/*또다른 링크*//

.mn-sermon  .parts{padding-top:10px!important;}
.mn-sermon  a{text-align: center}
.mn-sermon  .parts .icon {width:60px;height:60px;margin-left:10px;}
.mn-sermon  .parts .icon.rounded {border-radius: 20%!important}
.mn-sermon  .parts .icon.bg-1 {background-color:#5D70B2;}
.mn-sermon  .parts .icon.bg-2 {background-color:#69A9DA;}
.mn-sermon  .parts a:hover .icon{background-color:#D9AF14;}
.mn-sermon .title h6{color:#737373;}

.worshipInfo{position: relative;height:280px;background:url(../images/clock.jpg) no-repeat;padding:15px;}
.worshipInfo h2{text-align: center;font-size:1.5em;margin-bottom:10px;}
.worshipInfo ul{padding: 0;margin: 0}
.worshipInfo ul li{color:white;font-size:1em;line-height: 28px;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}
.worshipInfo .imgBg{position: absolute; bottom:0;right:0;width:100%;}
.worshipInfo .imgBg img{width:100%;}

.mapinfo{list-style: none;font-size:1.2em;padding:0;margin:0;margin-top: 20px}
.mapinfo li{display: flex;padding:10px;}
.mapinfo i{width:30px;}
.mapinfo span{padding:0 20px;}
.mapinfoTitle{width:150px; border-right:1px solid #dddddd;font-weight:700;}
@media screen and (max-width: 576px) {
  .mapinfo{font-size:1em}
  .mapinfo li{padding:5px 0;}
  .mapinfo i{display: none}
  .mapinfoTitle{width:70px;border-right:0px solid }
  .mapinfo span{padding:0 0px;}
}

/*서브페이지*/
#subWrapper{display: flex;background-color: white;padding: 0 10px 30px 10px;}
.boardView, .html-body{font-size: 1.2em;letter-spacing: -1px;}
.boardView p{margin: 0}
.table .writer{display: none;}

#subContentTop{position: relative;background-color:#EEF2F7;height:250px;background:url(../images/sub-top.jpg) no-repeat 50% 50%;background-size: cover;}

#subContentTop h1{border-bottom:3px solid #06618d;padding-bottom:10px;margin-bottom:10px;font-weight:700;}
#subContentTop h1, #subContentTop h4{color:#06618d;}

#gnb_container {background-color: #2ea3db;}
#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:#2ea3db;}
#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:250px;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:0px;padding-top:20px;}
#footer .copyright{color:#DEDEDE;padding:5px;}
#footer .copyright .facebook, #footer a{color:white;}


ul.html-category{list-style: none}

/*섭페이지*/
.grayBox{background: #f5f5f5;padding: 20px;border-top: 2px solid #303058;word-break: break-all;}
.grace-dotted-box{border:1px dotted #A8A8A8;border-radius: 20px;padding:20px;}
.iconList .col-12{text-align: center}
.iconList .fal{font-size:2.5em;}
.grace-round{border:2px solid #A8A8A8;border-radius: 20px}
.roundTitle span{border:1px dotted #A8A8A8;border-radius: 20px;padding:15px;margin-top:20px;}
.imageList{}
.imageList img{width:100%!important;}
.imageList h5{border:2px solid #777777; padding:15px 10px;background-color: white;margin-top:5px;}
.imageList .col-sm-9 div{margin-top:15px;}
.imageList ul{margin-top: 20px!important;padding-left: 20px!important}
@media screen and (max-width: 576px) {
  .roundTitle span{display:block;}
  .imageList img{display: none;}
}


.graceCont{font-size:1.1em;font-family: 'S-CoreDream-4';}
.graceCont h1,.graceCont h2,.graceCont h3{font-family: 'NanumSquareRound',sans-serif;font-weight:700;}
.graceCont h1 {color:#FF6A00;}
.graceCont ul{list-style:circle inside; margin: 0;padding: 0;}
.graceCont p{word-break: break-word;}

@media screen and (max-width: 576px) {
  .graceCont{font-size:1em;}
  .graceCont ul{list-style:circle outside; padding-left:20px;}
  .graceCont h1{font-size:2em;}
  .graceCont video{height:200px;}
}

/*교회비전*/
.churchvision  h2{text-align: center;margin:0 0 30px 0;font-size:2em;color:#404040;margin-top:50px;}
.churchvision .direction i{text-align: center;color:#38ac9d}
.churchvision .direction h4{text-align: center;font-size:1.2em;padding:10px;}
.churchvision .direction span{display: block;font-size: .9em}
.churchvision .direction hr{width:100px;margin:auto;margin-bottom:20px;}
.churchvision .direction p{text-align: center}


/*공통*/
.table-grace{width: 100%;table-layout: fixed;border-top: 2px solid #303058;border-bottom: 2px solid #dadee7;}
.table-grace thead tr {color: #171746;}
.table-grace th {padding: 10px 20px 10px 40px;text-align: left;background: #e9edf5;border-bottom: 1px solid #dadee7;font-weight: 700}
.table-grace td {padding: 10px 20px 10px 40px;border-bottom: 1px solid #dadee7;}

/*스킨문제들*/
.view_image img, .imgFiles img {height: auto!important}
.imgFiles{text-align: center;}
.view-video{width: 100%!important}

/* 반응형*/
@media screen and (max-width: 1200px) {
  .mn_banner{height: 600px;background: url(../images/mn_bg.png) no-repeat 50% 95%;background-size: 100% 100%}
  .visioncopy{padding-top: 65px}
}
@media screen and (max-width: 992px) {
  #gnb_container .nav-bread{display: none;}
  .header_top,
  .header_menu{display: none}
  #header, #header .menu-section {height:60px;padding-top:7px;}
  #header .logo{margin:auto;width:auto;padding-left:30px;margin-top:-5px;}
  .mn_banner{height: 500px;background: url(../images/mn_bg.png) no-repeat 50% 95%;background-size: 100% 100%}
  .visioncopy{padding-top: 75px}
  .visioncopy img{width: 110%}

}

@media screen and (max-width: 768px) {
  body.index #header{position: inherit!important}
  .bread .depth1, .hide-sm{display: none!important}
  #mainContent{}
  #mainContent .container {max-width: 100%!important;padding:0!important;}
  #header .logo a img{margin-left:10px;width:220px;}
.bannerLinks{display: none;}
  .youtubeOUt{border: 0px solid rgba(0, 0, 0, .4);}
  .visioncopy{padding-top: 30px;text-align: center;}
  .visioncopy img{width: 90%}
  .mn-sermon h2{font-size: 1.3em}
  .mn_banner{height: 450px;background: url(../images/mn_bg.png) no-repeat 50% 95%;background-size: 100% 100%}
  .mntitle h1{padding-top: 20px}
  .mn_middle h5{font-size: 1em}
  .mn_middle h6{display: none;}
  .ltPhoto h6{font-size: .9em}
  #gnb_container{display: none}
  .churchNews{padding: 10px}
  .churchNews .newsTit{display: flex;justify-content: center;}
  .churchNews #lastList {justify-content: center;}
  .center-sm{text-align: center;}
  .sermon-box .pastor{width: 130px}
  .links h6{font-weight: 500;font-size: 1em;}
  .bgImg{padding-bottom: 0}
  .font-nmsq{font-size:1.5em}
  .mainTitle h5{font-size: 1.2em;padding: 0 15px}
  .ttPhoto{font-size: 1.2em}

}

@media screen and (max-width: 576px) {
body.index #header{position: inherit!important}
  #subContentTop{height:170px;}
  #subContent {padding:0!important;}
  #subContentTop h1{font-size:2em;}
  #mainContent .container {max-width: 100%!important;padding:0!important}
  .mn_banner{height: 200px;background: url(../images/mn_bg.png) no-repeat 0 0;}
  .visioncopy{padding-top: 10px;text-align: center;padding-bottom: 20px}
  .visioncopy img{width: 70%}
  .mn_middle{min-height: auto;height: auto;background: url(../images/mn_middle_bg.jpg) no-repeat 50% 100%;padding-top: 5px}
  .mn_middle h5{margin-bottom: 20px}
}

