@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;
}
.boardView p {
    margin: 0;
    padding: 5px 0;
/*    text-indent: 20px;*/
}

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:not(.btn),a:not(.btn):link,a:not(.btn):hover,a:not(.btn):visited,a:not(.btn):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{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;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;}.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:#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: 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;border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;}
.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:flex!important;justify-content: center;align-items: center; 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{display: flex;justify-content: flex-end;}
.header_top .utility .trsl{display: flex;}
.header_top .utility a{font-size:.8em;padding:5px 7px;}
#header{-webkit-transition: height 0.4s;-moz-transition: height 0.4s;transition: height 0.4s ease-out;z-index:10;}
/*#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 {}
#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:600; display: block;height:56px;padding-top:10px;color:#414141;}
#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: #e71b24;
    -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:#636363;}
#header .header_menu li > ul > li:hover a{background-color:#C8C8C8;color: black}
#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:#ffffff;font-size: 1em}
#header .header_menu li > ul > li:first-child{padding-top:10px;border-top-left-radius: 7px;border-top-right-radius: 7px;}
#header .header_menu li > ul > li:last-child{padding-bottom:10px;border-bottom-left-radius: 7px;border-bottom-right-radius: 7px;}

/*부탁*/
/*ul.mgnb > li {border-right: 1px solid #c3c05a;height: 35px;}
ul.mgnb > li:last-child {border-right: 0px}
*/

.banner img{width:100%}
.events img{width:100%}
.events .swiper-button-next, .events .swiper-button-prev{display: none}
.bgGr{background-color:#f0f0f0}


#mainContent {}
#subContent{position: relative;}
#subContent .quick-link{top:60px;right:-230px;}
.linkisSection {min-height: 240px}
.mn-title{font-family: NanumSquareRound;font-size: 3em}
.mn-title h1{font-weight: 700;color:#000000}
.mn-title hr{border:2px #000000 solid;width:50px }

/*배너섹션*/
.mn_banner{height: 700px;background: url(../images/mn_bg.png) no-repeat 50% 95%;padding-top: 50px;background-size: 100% 100%}
.youtubeOUt{border: 3px solid rgba(0, 0, 0, .4);background-color: rgba(0, 0, 0, .4)}
.visioncopy{padding-top: 80px}
.mn_news{font-size: 1.2em}

.quickLinks .col-sm-2 a{display: flex;justify-content: center;align-items: center;flex-direction: column;text-align: center}


/*최근소식*/
.boardBar {padding:0;margin:0;list-style: none;display: flex;justify-content: space-evenly;align-items: center;background:#024092;color:white}
.boardBar li{font-family: NanumSquareRound;font-size:1.3em;font-weight: 600;cursor: pointer;position: relative;padding:10px;}
.boardBar li:hover, .boardBar li.active{background-color:#4084de;}

.mnnotice{font-weight: 900;color:black}
.mnnotice span{font-weight: 500;font-size: .5em}
.bbContWrapper{min-height:295px;background-color: white;padding:15px}
.bbContWrapper #lastList{display: flex;justify-content: space-between;border-bottom: 1px dotted #dddddd;padding:15px 0}
.bbContWrapper #lastList .subject{font-size:1.2em;font-weight:500!important;}
.bbContWrapper #lastList .subject a{color:black}
.bbContWrapper #lastList .subject strong{font-weight:400!important}
.bbContWrapper #lastList .subject a.btn{font-size:.7em!important;padding:2px 4px!important;border-radius: 3px;color:white}
.bbContWrapper #lastList .subject a:hover{color: red!important}

@media screen and (max-width: 768px) {
  .boardBar li{font-size: 1em}
  .bbContWrapper #lastList .regdate {display: none;}
  .bbContWrapper #lastList .subject{font-size: 1em}
  .bbContWrapper #lastList{padding:15px 0}
  .mnnotice{font-size:1.8em;padding-top:15px;padding-left:10px}
  .banner img {height:200px}
}
/*중간*/
.mn_middle{min-height: 700px;background: url(../images/mn_middle_bg.jpg) no-repeat 50% 0px;padding-top: 70px}

/*사진*/
.ltPhoto h6{color: white;}


/*서브페이지*/
#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;}*/
.board-list .date{width:80px!important}
.board-list .writer {width: 150px!important;text-align: right!important;}

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

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

#gnb_container {background-color: #175FA7;}
#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:#175FA7;}
#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: 600px}

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


.dom-links{border:2px solid #dddddd;padding:10px}
.dom-links .swiper-slide{width:200px}
.dom-links .swiper-button-next, .dom-links .swiper-button-prev{display: 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;}
@media screen and (max-width: 576px) {
  .roundTitle span{display:block;}
}


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

/*사진관련*/
@media screen and (max-width: 768px) {
  .view-content img.fr-fic{width:100%!important}
}


/*교회비전*/
.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;}

table.distable .name{width: 300px}
table.distable .location{width: 150px}


/*스킨문제들*/
.view_image img, .imgFiles img {height: auto!important}
.imgFiles{text-align: center;}
.view-video{width: 100%!important}


/*게시판*/
.commitboard table{border-top:2px solid #000000}
.commitboard table td:first-child{width:200px;background-color:#F0FAFF}

/*선교사소개*/
body.m3_12 .view-content img{width:100%!important}


/* 반응형*/
@media screen and (min-width: 1400px) {
  .container{max-width: 1300px!important}
}

@media screen and (max-width: 1200px) {
  .mn_banner{height: 600px;background: url(../images/mn_bg.png) no-repeat 50% 95%;padding-top: 50px;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%;padding-top: 50px;background-size: 100% 100%}
  .visioncopy{padding-top: 75px}
  .visioncopy img{width: 110%}

}

@media screen and (max-width: 768px) {
  .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;}

  .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%;padding-top: 20px;background-size: 100% 100%}
  .mn_title{font-size: 2.5em}
  .mn_middle h5{font-size: 1em}
  .mn_middle h6{display: none;}
  .ltPhoto h6{font-size: .9em}
  #gnb_container{display: none}
  .churchNews .newsTit{display: flex;justify-content: center;}
  .churchNews #lastList {justify-content: center;}
  .center-sm{text-align: center;}
  .page-link{padding: .35rem!important;font-size: .9em;text-align: center;letter-spacing: -1px;}
  .page-item{width:28px }
  #footer .copyright {font-size: .9em}
}

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

  #subContentTop{height:170px;}
  #subContent {padding:0!important;}
  #subContentTop h1{font-size:2em;}
  #mainContent .container {max-width: 100%!important;padding:0!important}
}

@media screen and (max-width: 768px) {
    .htmlCont{margin-top:40px;}
    .commitboard table thead{display:none}
    .commitboard table td {display:block;border:0px solid #ffffff;padding:5px}
    .commitboard table td:before{content:attr(th-data)}
    .commitboard table td:first-child{background-color:#dddddd;}
    .commitboard table td:last-child{padding-bottom:20px}
    article.kosin h1{font-size:1.4em;font-weight:700}
    article.kosin h2{font-size:1.3em;font-weight:700}
    article.kosin h3{font-size:1.1em;font-weight:500}
}

@media print {

}