@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;
}

html{overflow-x: hidden!important;}html::-webkit-scrollbar {width: 10px;background-color: #F5F5F5;}html::-webkit-scrollbar-thumb {background-color: #735B8F;}
body{font-family:'S-CoreDream-4',sans-serif;font-weight: 300;}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;}


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

/*common*/
.show-sm{display:none;}

/*Mobile Menu*/
#mobileNav {position:fixed;width: 300px;height:100%;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;}#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: #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: 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: -30px 0 0 0;}#mobileNav .mgnb li > ul > li >  a i.rightico {float:right;margin: 0px 0 0 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*/

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

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

.header_top{height:40px;}
.header_top .utility{padding-top:0px;}
.header_top .utility a{color:#000000;font-size:.8em;padding:5px 7px;}

#header{top:0;-webkit-transition: height 0.4s;-moz-transition: height 0.4s;transition: height 0.4s ease-out;z-index:10;width:100%;}
#header .mobile-open { display: none;}
#header .menu-section{display: flex;flex-direction: row; justify-content: space-between;align-items: center;}
#header .logo {margin-top:-20px;margin-right:50px;}
#header .logo a:hover img{animation: bounce;animation-duration: 1s;}
/*메뉴*/
#header .header_menu{width:100%;}
#header .header_menu ul{list-style-type: none}
#header .header_menu ul.sf-menu  {display: flex;width:100%;z-index:11;justify-content: space-between;list-style: none;padding:0;margin:0;}
#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:20px;width:100%;text-align: center;font-weight:700; display: block;color:#000000;padding-bottom:20px;}
#header .header_menu ul.sf-menu  > li > a > span {position: relative; }


/*#header .header_menu li:hover ul{display: block;}*/
#header .header_menu li > ul.subnav {display: none; position:absolute;padding:0;margin:0;width: 250px; flex-direction:column;height:auto;z-index: 50;}
#header .header_menu ul.sf-menu  > li:hover ul.subnav{display:flex;animation: fadeIn;animation-duration: .5s;}
#header .header_menu li > ul > li {position: relative; background-color:#f1f1f1;border-bottom:1px solid #dddddd;}
#header .header_menu li > ul > li:hover > a{background-color:#606060;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;font-family:'Noto Sans KR',sans-serif;color:#5E5E5E;}
#header .header_menu li > ul > li:first-child{padding-top:10px;border-top-left-radius: 10px;border-top-right-radius: 10px}
#header .header_menu li > ul > li:last-child{padding-bottom:10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px}
#header .header_menu li > ul > li > ul.subCate {display: none; position: absolute;left:200px;top:0px;list-style-type: none;width:250px;z-index: 100;flex-direction: column;}
#header .header_menu ul.sf-menu ul.subnav > li:hover ul.subCate {display: flex;animation: fadeIn;animation-duration: .3s;}

/*보이지 않게하는 메뉴*/
/*#header .header_menu li > ul.subnav.m5{width:300px;}*/



/*서브 영문처리*/
.sf-menu  ul.subnav li a{display: flex;flex-direction: column;}
.sf-menu  ul.subnav li a span{display: block;font-size:.9em;}
.sf-menu  ul.subnav li a span:first-child{font-size:1.1em;}
/*선교부분은 영어먼저*/
.mgnb  ul.m6 li a{display: flex!important;flex-direction: row-reverse!important;justify-content: flex-end;width:100%;}
.mgnb  ul.m6 li a span{padding-right:5px;}
.sf-menu ul.m6 li a{display: flex;flex-direction: column-reverse;}


.mainNavA{display: flex;flex-direction: column-reverse!important;}
.mainNavA > span{display: block;font-size:1.1em;}
.mNavEng{font-size:.6em!important;}

/*영상배너의 크기에 대한 것*/
#mainBanner .swiper-slide {display: flex;justify-content: center;}
#mainBanner .swiper-slide video, #mainBanner .swiper-slide img{width:100%;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
  #mainBanner .swiper-slide video, #mainBanner .swiper-slide img{width:auto;}
}

@media screen and (max-width: 768px) {

}
@media screen and (max-width: 576px) {
  #mainBanner .swiper-slide video{height:280px;}
  #mainBanner .swiper-slide img{height:280px;}
}

section.welcome{background-color:#802452}
section.welcome .words{font-size:1.2em}
section.welcome .more-welcome{padding:15px 20px;border:1px solid white;margin-top:30px}
/*QuickLink*/
.quickLink{position:relative; background-color:#802452;margin-top:-60px;z-index: 5;border-radius: 20px}
.fa-inverse{color:#802452}
.quickLink .qlHref{display: flex;align-items: center;}
.quickLink a, .quickLink h4, .quickLink h5{color:#ffffff;font-family: 'NanumSquare', sans-serif;}
.quickLink h4{font-size:1.3em;}
.quickLink h5{font-size:.85em;}
.quickLink a:hover h4{animation: jello;animation-duration: 1s;}

/*em 폰트 사이즈는 반응형의 부모에 따라 조절되기때문에 content 들어가는데서 미리 선언함. */
section.respCont{font-size:16px;}

/*Title*/
.mn-title{font-family: 'NanumSquareRound',sans-serif;font-size:2.5em;font-weight: 400;color:#141414;line-height: 1.2em}
.mn-title strong{color:#0da09b}
.mn-title-exp{font-family: 'NanumSquare', sans-serif;font-size:1.2em;font-weight: 500;line-height: 1.3em;color:#808280;}
.mn-title .mn-hr{border-width: 8px;width:200px;border-color:#d1d1d1;}

.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-left:0px;}
.graceCont p{word-break: break-word;}

@media screen and (max-width: 576px) {
  .graceCont{font-size:1em;}
  .graceCont ul{list-style:circle outside; padding-left:10px;}
  .graceCont h1{font-size:2em;}
  .graceCont video{height:200px;}
}
/*섭페이지*/
.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;}
@media screen and (max-width: 576px) {
  .roundTitle span{display:block;}
}
/*교회비전*/
.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}
/*서브페이지*/
#subWrapper{display: flex;background-color: white;padding: 0 10px 30px 10px;width:100%;overflow: hidden}


/*배너*/

#subContentTop{position: relative;background-color:#EEF2F7;background:url(../images/subTop.jpg?=1) no-repeat;background-size: cover;height:220px;}
#subContentTop .container{display: flex;flex-direction: column;justify-content: center;align-items: center;height:100%;}
#subContentTop h1, #subContentTop h4{color:#ffffff;text-align: center;}
#subContent{min-height:400px;}
@media screen and (max-width: 576px) {
}

/*Breadcom*/
#gnb_container {background-color: #A2A3AE;}
/*#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{display: flex; height:50px;}
#gnb_container .bread{display: flex; padding:5px 0;width:100%;list-style: none;}
#gnb_container .bread>li{ padding-top:7px;height:50px;}
#gnb_container .bread>li:hover ul{display: block}

#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{color:white;border-right:1px solid #D0D0D0;padding:0px 25px;width:100%;padding-right:40px;cursor:pointer;position: relative;}
#gnb_container .bread>li>span:after{content:'\f107';font-family: 'Font Awesome 5 Pro';position: absolute;right:10px;}
#gnb_container .bread>li:first-child a{padding-right:20px;}
#gnb_container .bread ul.dmenu{position: absolute; width:200px;display: none; overflow: hidden;margin-top:14px;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;}
#gnb_container .bread ul.dmenu li:hover a, #gnb_container .bread ul.dmenu li:hover span, #gnb_container .bread ul.dmenu li:hover {color:white;}

/*사이드메뉴*/
#sideMenu{float:left;width:350px;min-height:400px}  /*display:none*/
#sideMenu h3{background-color: #413f61;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}

/*스킨관련 모음*/
.htmlCate{justify-content: center!important}
.html-category{margin-bottom:20px!important;}
.html-category li a{font-size:1.4em;padding:10px 15px;}


/*최신게시*/
.imgFiles{text-align: center!important}

.articleOut h4{color:#4791B7;}
.vimeoBottom{display: block!important;list-style: none;margin:0;padding:0;margin-top:20px;}
.vimeoBottom li{text-align: center;}
.vimeoBottom li:first-child{font-size:1.3em;font-weight:500;}
.vimeoBottom li:last-child{display: none;}

.lastPhoto li a h6{font-size:1.2em;text-align: center;}
@media screen and (max-width: 576px) {
  .lastPhoto li a h6{font-size:.9em;font-weight: 300}
}

.churchNews{display: flex;flex-direction: column;background-color: #f6f6ff;min-height: 250px}
.churchNews .newsTit a{display:flex;background-color:#3C98BE; width:80px;height:80px;justify-content: center;align-items: center;color:white;text-align: center;}
.churchNews .newsCont{padding:15px;}
.churchNews #lastList{display: flex;justify-content: space-between;height:35px;}
.churchNews #lastList .subject a{font-size: 1.2em}
.churchNews #lastList .subject a.btn{font-size:.7em!important;padding:2px 4px!important;border-radius: 3px}
@media screen and (max-width: 576px) {
  .churchNews #lastList .regdate{display: none;}
}

.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;}
}
/*공통*/
.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;}
.grace-round{border:2px solid #A8A8A8;border-radius: 20px}
/*Footer*/
#footer{height:150px;background-color:#333333;}
#footer .copyright{color:#DEDEDE;padding:5px;}
#footer a{color:white;}

@media screen and (max-width: 576px) {
  .copyout{flex-direction:column-reverse;}

}

/*기존스킨*/
ul.view-info, ul.html-category{list-style: none;margin:0;padding:0;}
.board-header h3{font-size:2em;padding-bottom:15px;}


/*Fix형*/
/*.container{max-width:1200px!important;}*/

/* 반응형*/
.container{width:1280px!important;max-width:1280px!important;}
@media screen and (max-width: 1200px) {
  .container{width:1000px!important;max-width:1000px!important;}

  /*핵심사역*/
  .minBox {background-size: 50%;margin-top:10px}
  .minBox_left{background-position: 100% 100%}
  .minBox_right{background-position: 0% 100%}
  .minBox .boxCont{width:55%!important;}
  .minBox_right .engTitle{text-align: right}
  .minBox_right .korTitle{text-align: right}

  /*설교*/
  .mnSermon .pastor{width:400px;bottom:30px}
  .mnSermon .sermonLinks li{}

}

@media screen and (max-width: 992px) {
  .hide-md{display:none;}
  .container{width:100%!important;max-width:100%!important;}
  /*폰트크기설정*/
  section.respCont{font-size:14px;}

  /*설교*/
  .mnSermon .pastor{width:350px;bottom:35px}
  .mnSermon .sermonLinks li{}


  .header_top, .header_menu{display: none}
  #header, #header .menu-section {height:60px;padding-top:7px;}
  #header .logo{margin:auto;width:auto;padding-left:30px;}

}

@media screen and (max-width: 768px) {
  #mainBanner{width:100%;overflow: hidden}
  .hide-sm{display:none;}
  /*폰트크기*/
  section.respCont{font-size:13px;}
  /*설교*/
  .mnSermon .sermonLinks li{}
      table.worshipTable thead{display:none}
  table.worshipTable td {display:block}
  table.worshipTable td:before{content:attr(th-data)}
  table.worshipTable td:first-child{background-color:#dddddd;}
  table.worshipTable td:last-child{padding-bottom:20px}

    /*바로가기*/
  .quickLink{margin-top:-2px;border-radius: 0px}
  .qlTitle h4{font-size:1em;}
  .quickLink .qlHref{display: block;text-align: center}
  .container{padding:0}

}

@media screen and (max-width: 576px) {

  .hide-xsm{display:none;}
  .show-sm{display: inherit}
  .col{padding-right:5px;padding-left:5px;}
  section.respCont{font-size:11px;}
  .subMainContent .container{padding-left:0!important;padding-right:0!important;}
  #header .logo {margin-top:-12px!important;}
.swiper-button-next, .swiper-button-prev{display: none;}


  /*공지사항*/
  .mnNotice h4{font-size:2em;}
  .mnNotice .slideContent{font-size:1.6em;}
  .mnNotice .slideBtn{font-size:1.6em;}

  .mn-title {font-size:2em;}

  /*설교*/
  .mnSermon{height:480px}
  .mnSermon .sundayTitle{margin-left:10px;}
  .mnSermon hr{margin-left:20px;}
  #sermonList{margin-left:0px;}

    /*SubBanner*/
  #subContentTop{height:150px;}
  #subContentTop h1{font-size:1.7em;}
  #subContentTop h4{display: none;}

  /*Breadcom*/
  #gnb_container ul.bread > li > span {padding:0 15px;padding-right:30px;}
  #gnb_container ul.bread > li:first-child{display:none;}
  #gnb_container ul.bread > li:nth-child(2){display:none;}
  #gnb_container .bread>li {}
  #gnb_container ul.bread > li:last-child span{border-right-width: 0px}

  /*스킨*/
  .html-category li a{font-size:1.1em;padding:10px 20px;}
  /*푸터*/
  #footer{height:200px}
  #footer .copyright{padding-top:20px;}



}