@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: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-style: normal;
}
.fa-quote-left{display: none;}
.fa-quote-right{display: none;}

html{overflow-x: hidden!important;}html::-webkit-scrollbar {width: 10px;background-color: #F5F5F5;}html::-webkit-scrollbar-thumb {background-color: #144f5e;}
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: #144f5e;}

.html-body .graceCont h2{position: relative; display:flex ;font-family: graceCont ;font-weight:600;font-size:2.3em;
  background: url(../images/h2bg.jpg);height:150px;border-radius: 20px;justify-content: center;align-items: center;color:#4e6614;
}
.html-body .graceCont h2::before{position: absolute;top:center;left:center;content:" ";height:5px;width:100px ;background-color: #4e6614;;margin-top:-70px;border-radius: 20px}


/*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: #10656c;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: #10656c}#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*/

/*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;}
}
#mainWrapper{background: url(../images/mainbg.png)}

/*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{position:fixed;top:0;z-index:10;height:100px;width:100%;transition: background 0.1s ease-out;transition: padding 300ms ease 0ms,box-shadow 300ms ease 0ms,background-color 300ms ease 0ms,background-image 300ms ease 0ms;}
#header .mobile-open { display: none;}
#header .menu-section{display: flex;flex-direction: row; height:60px;justify-content: space-between;align-items: center;}
#header .logo {margin-top:-40px;}
/*#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%;height:41px;z-index:11;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:16px;width:100%;text-align: center;font-weight:600; display: block;height:48px;color:#000000;}
#header .header_menu ul.sf-menu  > li > a > span {position: relative; padding-bottom: 15px;}



body.login .header_menu ul.sf-menu  > li > a,
body.register .header_menu ul.sf-menu  > li > a,
body.working .header_menu ul.sf-menu  > li > a,
body.write .header_menu ul.sf-menu  > li > a,
body.board .header_menu ul.sf-menu  > li > a {color:#ffffff!important;font-weight: 500!important}

body.login .header-action .header_menu ul.sf-menu  > li > a,
body.register .header-action .header_menu ul.sf-menu  > li > a,
body.working .header-action .header_menu ul.sf-menu  > li > a,
body.write .header-action .header_menu ul.sf-menu  > li > a,
body.board .header-action .header_menu ul.sf-menu  > li > a {color:#000000!important;font-weight: 600!important}

body.mainpage .header_menu ul.sf-menu  > li > a {color:#000000!important;font-weight: 600!important}


/*#header .header_menu li:hover ul{display: block;}*/
#header .header_menu li > ul.subnav {display: none; position:absolute;padding:0;margin:0;width: 200px; 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;color:#5E5E5E;font-size:16px;}
#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:150px;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-action{background-color:white;box-shadow: 0 5px 10px -2px #D1D1D1;}
.header-action  .header_menu ul.sf-menu  > li > a{color:#2E2E2E!important;}
.header-action  .header_top .utility a{color:#000000}


/*메뉴영문넣기*/
#header .header_menu ul.sf-menu  > li > a > span:before {content: '';width:100%;height: 5px;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: #144f5e;-webkit-transform: scale3d(1, 1, 1);: scale3d(1, 1, 1);color:white;}



/*영상배너의 크기에 대한 것*/
#mainBanner{display:flex;flex-direction: column;
    justify-content: space-between;background: url("../images/mainbg.png");min-height:880px;padding-top:100px;}
.bannerLine {border: 2px solid #ffffff;padding:4px;background-color: #ffffff}
#mainBanner .swiper-slide {display: flex;justify-content: center;}
#mainBanner .swiper-slide video, #mainBanner .swiper-slide img{}

.swiper-button-next, .swiper-button-prev{display: none}

#sermonBox{min-height:400px;background:url(../images/sermonbg.jpg);box-shadow:0px 0px 0px #999999;position: relative;color: white;}
#sermonBox h5{font-size:1.1em}
#sermonBox h3{font-size:1.5em}
#sermonBox .pastor{position: absolute;bottom: 0;right:0}
#sermonBox .pastor{position: absolute;bottom: 0;right:0}
.titleTitle, .preacherTitle, .bibleTitle, .regDateTitle{display: none;}
.regDate{display: none;}

#sermonBox .sermon-buttons a{color:white;background-color: #19081a;padding:10px 20px;border-radius: 5px}

#sermonList .title a{font-size:1.5em;}

#sermonList{list-style: none;padding:0;margin:0;}
#sermonList li{font-size:1em;}
#sermonList li.img{display: none;}
#sermonList li a{color:white;}


.deco-text, .deco-text a{color:#6043b3}
.deco-text h1{font-weight:900;letter-spacing: 3px;font-size:2.4em}

#infolink hr{border-top: 0.5px solid white;width: 50%;}


#secondPage{background-color:#b6ced2}

@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) {
  .container {padding:0}
  #mainBanner{padding-top:60px;min-height:800px}
  .bannerLine{border:0;padding:0}
  #mainBanner .swiper-slide img{height:150px;}
  .deco-box{background-color: #1f1f1f;padding:15px 0}
  .deco-text a{color:lightgrey}
  .deco-text h1{font-weight:500;letter-spacing: 0px;font-size:1.3em;padding:0;margin:0;text-align: center}
  .deco-text h4{font-size:.9em;padding:0;margin:0;text-align: center}
  .deco-left-line{border-left:1px dotted white}
  .hide-sm{display: none!important}
  #sermonBox{min-height:350px;}
  #sermonBox h5{font-size:.9em}
  #sermonBox h3{font-size:1.2em}
  .newposts .postHeader{padding-bottom:0!important}
  .newposts #lastList {margin-top:10px!important}
}
@media screen and (max-width: 576px) {

}


/*공통*/
.table-grace{width: 100%;table-layout: fixed;border-left:0;border-top: 2px solid #303058;border-bottom: 2px solid #dadee7;}
.table-grace td{border:0px}
.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;}
@media screen and (max-width: 768px) {
  .table-grace td{padding:7px}
}

/*QuickLink*/
.quickLink{}
.fa-inverse{color:#cfc6ff}
.quickLink .qlHref{display: flex;align-items: center;}
.quickLink a, .quickLink h4, .quickLink h5{color:#4f2b75;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;}


.newposts{padding:10px 20px;}
.newposts .postHeader{display: flex; width:100%;padding-bottom:30px;}
.newposts i {background-color:#41a4bd;color:white;font-size:1.9em;padding:7px;border-radius: 20px;margin-right:10px;height:43px}
.newposts .postHeader span{float:left;color:#2b717d;font-size:1.7rem;font-weight:bold;}
.newposts b{float:left;width:100%;color:#666666;font-weight:normal;font-size:.7em;}
.newposts .postTitle{float:left;padding-top:5px;}
.newposts #lastList {float:left;width:100%;height:30px;margin-top:15px ;border-bottom:1px dotted #dddddd}
.newposts #lastList .subject{float: left; padding:0px 0px 0px 10px; font-size:17px;margin-top:0px;}
.newposts #lastList .subject a{color:#4f4f4f}
.newposts #lastList .subject a:hover{color:black}
.newposts #lastList .regdate{display: none}
.newposts #lastList .regdate a{}
@media screen and (max-width: 768px) {
  .newposts{padding:10px 0px;}
  .newposts #lastList .regdate {display: none;}
  .newposts i {background-color:#71bf44;color:white;font-size:2em;padding:7px;border-radius: 25px;margin-right:10px;}
  .newposts #lastList .subject{font-size:15px}
}
/*em 폰트 사이즈는 반응형의 부모에 따라 조절되기때문에 content 들어가는데서 미리 선언함. */
section.respCont{font-size:16px;}
.liveSection i{color:red;font-size:1.1em;padding-top:10px;}

/*Title*/
.mn-title{font-family: 'NanumSquareRound',sans-serif;font-size:2.1em;font-weight: 400;color:#141414;line-height: 1.2em}
.mn-title strong{color:#71bf44}
.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;}


.mn-sermon{padding-top:100px}


/* 배경과 전체 폰트 설정 */
  .quick-menu-section {
    padding: 20px 10px;
  }

  .ql-card {
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 25px 15px;
    border-radius: 20px; /* 더 둥근 모서리로 모던함 강조 */
    border: 1px solid #eee;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    height: 100%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
  }

  /* 호버 시 부드러운 확대와 그림자 */
  .ql-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    border-color: #dee2e6;
  }

  /* 아이콘 영역 */
  .ql-icon {
    width: 55px;
    height: 55px;
    background-color: #f1f3f5;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; /* 원형 아이콘 박스 */
    font-size: 1.4rem;
    margin-bottom: 15px;
    transition: 0.3s;
  }

  .ql-card:hover .ql-icon {
    background-color: #331134;
    color: #fff;
  }

  /* 텍스트 스타일 */
  .ql-card h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
  }

  .ql-card p {
    font-size: 0.8rem;
    color: #888;
    margin-bottom: 0;
    line-height: 1.4;
    word-break: keep-all;
  }


.photolist h6{display: none}

/*서브페이지*/
#subWrapper{display: flex;background-color: white;padding: 0 10px 30px 10px;width:100%;overflow: hidden}
.board-header {margin-top:20px;}

/*배너*/
#subContentTop{position: relative;background-color:#EEF2F7;height:250px;background-size: cover;}
.subContentHeader {display: flex;flex-direction: column;justify-content: center;height:100%;}
.subBanner{background:url(../images/subTop.jpg) no-repeat 50% 50%}

#subContentTop h1{font-weight:700;margin-bottom:-55px;font-family: 'NanumSquareRound',sans-serif;}
#subContentTop h1, #subContentTop h4{color:#ffffff;text-align: center;text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);}
#subContentTop h4{margin-top:20px;}
.subTop_m5 h1{margin:0!important;}
@media screen and (max-width: 576px) {
  .subTop_m5{height:250px!important;}   /*차세대*/
}
/*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: #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}

/*섬기는 분들*/
body.m1_2 form[name='fcategory']{display: none;}

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

.pastor p{padding:7px 0;font-size:1.2em;}
.pastor h3{background-color:#38ac9d ;display: inline-block; padding:10px;color:white;font-size:1.3em;margin-bottom:20px;}
.pastor hr{clear:both; display: block; width:100px;}
@media screen and (max-width: 576px) {
.pastor p{font-size:1em;padding:4px 0}
.pastor h3{font-size:1.1em;}
}

/*섭페이지*/
.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;}
}
/*교회비전*/
.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}
/*오시는 길*/
.mapinfo{list-style: none;font-size:1.4em;padding:0;margin:0;}
.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 5px;}
}


/*선교소개*/
.missionIntro h1{font-family: 'NanumSquareRound',sans-serif;font-weight:900;font-size: 1.8em;color:#ff9933;margin-bottom:50px;line-height: 2em;text-align: center;}
.missionIntro h3{text-align: center;margin:60px 0px;font-family: 'NanumSquareRound',sans-serif;font-weight:900;color:#3366cc;}
.missionIntro h3 span{padding:35px;background:url(../images/htmlTitleBg.png) no-repeat 50% 10%;}


/*단기선교 신청*/
.missionApply {background:url(../images/missionApplyBg.jpg) no-repeat;min-height: 550px;padding-top:400px;}
.msButtons{}

/*차새대*/
.ngInfo{border-top:3px dotted #dddddd; padding-top:20px;}
.ngInfo h3{font-family: 'NanumSquareRound',sans-serif;font-weight:700;color:#3366cc;}
.ngInfo .stmt{padding-top:40px;}
.ngInfo ul{margin-top:20px;}

.ngInfo table{width:100%;}
.ngInfo table td{padding:5px;border:1px solid #DEDEDE ;}
.ngInfo .insta{color:red;font-size:1.3em;}
.ngInfo .fa-envelope-open-text{color:#E97315;font-size:1.3em;}
.ngInfo h6{margin-top:10px;}

/*양육나눔배너*/
.book-container{overflow: hidden;height:250px;padding:10px;}
.book-container img{border:1px solid #dddddd;height:100%;}

/*선교대회*/
.missionConfer table th{background-color:#2980B9 ;color:white;text-align: center}
.missionConfer table i{font-size:1.3em;color:#EA6153;}
.missionConfer table {border-bottom:2px solid #2980B9;}
.missionConfer h3 span{background-color:#38AC9D;color:white;padding:5px;font-size:.8em;}
.missionConfer table.mt-3 td{text-align: center;vertical-align: middle;}

/*AWANA*/
.puggles{border-radius: 40px;padding:10px;}
.puggles h1{font-family: 'NanumSquare', sans-serif;font-weight: 900;color:#EA6153;}
.puggles h3{font-family: 'NanumSquare', sans-serif;font-weight: 900;color:#99cc33;}
.puggles figcaption{font-weight: 500;}

/*공통*/
.circleTitle{display: flex;align-items: center;justify-content: center}
.circleTitle h3{width:230px;height:230px;border-radius: 50%;border:15px solid #dddddd;text-align: center;display: flex;align-items: center;justify-content: center;}
.col1{border-color:#99cc33!important;}
.col2{border-color:#3366cc!important;}
.nav-tabs .nav-link {
    border: 1px solid #dddddd;
    border-top-left-radius: .7rem;
    border-top-right-radius: .7rem;
  }
/*최신게시*/
#lastList .btn-info{padding:0 .3em!important;font-size:.7em!important;border-radius: 3px}

.imgFiles{text-align: center!important}

/*.sermonBoardListCategory {list-style: none;margin:0;padding:0;display: flex;justify-content: space-around;margin:10px 0;}
.sermonBoardListCategory li{width:300px;}
.sermonBoardListCategory li a{border:1px solid #dddddd;padding:10px;width:100%;}
.sermonBoardListCategory li a:hover{background-color: #dddddd}
.sermonBoardListCategory li.active a{background-color:#FB8434;}
.sermonBoardListCategory li.active a{color:white;}
*/


.sermonBoardListCategory {list-style: none;margin:0;padding:0;margin:10px 0;}
.sermonBoardListCategory li{float:left;margin-right:10px;height:60px;}
.sermonBoardListCategory li a{border:1px solid #dddddd;padding:10px;width:100%;}
.sermonBoardListCategory li a:hover{background-color: #dddddd}
.sermonBoardListCategory li.active a{background-color:#FB8434;}
.sermonBoardListCategory li.active a{color:white;}

/*Footer*/
#footer{height:200px;background-color: #282828}
#footer .copyright{color:#DEDEDE;padding:5px;}
#footer a{color:white;}
#footer hr{border-color:#748b89;margin:10px 0;}

#footnav{list-style: none;padding:0;margin:0;display: flex;justify-content: space-between;margin-top:60px;padding:0 50px;}
#footnav > li > a {float:left;width:100%;text-align: center;border-bottom:1px solid #ffffff;font-size:1.3em;color:#dcf3e0;padding:10px 10px;margin-bottom:10px;}
#footnav > li > ul{list-style: none;padding:0;margin:0;padding-top:10px;}
#footnav > li > ul > li > a {float:left;width:100%;text-align: center;color:#dcf3e0;}

#footer .snsicons ul{list-style: none;margin:0;padding:0;display: flex;justify-content: center}
#footer .snsicons ul li{margin:0 5px;}
#footer .snsicons ul li img{width:35px;}

@media screen and (max-width: 576px) {
.copyout{flex-direction:column-reverse;}
  #footer ul.snslinks {justify-content: flex-start;padding:15px 0;}
}
.ck{border:1px solid red}
/*기존스킨*/
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;}

.infoCont p{padding:7px 0;font-size:1.2em;}
.infoCont h3{background-color:#38ac9d ;display: inline-block; padding:10px;color:white;font-size:1.3em;margin-bottom:20px;}
.infoCont h5{font-weight: 700}
.infoCont hr{clear:both; display: block; width:100px;}

/*목사*/
.pastorInfo {background:url(../images/pastor.jpg?v1) no-repeat 100% 0;}
.pastorInfo p{font-size:1.2em}




@media screen and (max-width: 576px) {
      .pastorInfo .col-sm-8{padding-top:350px;}
}

/*Fix형*/
/*.container{max-width:1200px!important;}*/
body.m1_5 .html-body h2{color:#38ac9d;font-size:1.7em;}
body.m1_5 .html-body h2:before {content: ""; display: block; width: 60px; border-top: 3px solid #38ac9d; margin-bottom:12px;margin-top:10px;}
table.history{margin:20px 0 40px 0;border-bottom:1px solid #dee2e6;}
table.history td:first-child{text-align: right;padding-right:20px;width:200px;}

/* 반응형*/
.container{width:1200px!important;max-width:1200px!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 .sermonLinks li{}
  .mnSermon{background-position: center center;}

}

@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) {
  #subWrapper {padding:0}
  #mainBanner{width:100%;overflow: hidden}
  .hide-sm{display:none;}
  /*폰트크기*/
  section.respCont{font-size:13px;}
  /*설교*/
  .mnSermon .sermonLinks li{}
  #header .logo {}
  #header .logo img{margin-top:-5px!important;width:200px}
    /*설교*/
  .mnSermon{height:300px}
  .mnSermon .sundayTitle{margin-left:10px;}
  .mnSermon hr{margin-left:20px;}
  .mn-sermon{padding-top:70px}
  #sermonList{margin-left:0px;}

}

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

  .hide-xsm{display:none;}
  .show-sm{display: block}
  .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:-5px!important;}

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

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

  /*핵심사역*/
  .minBox {margin-top:0px;}
  .minBox .boxCont{width:95%!important;border-width: 6px}
  .minBox .exp{margin-top:10px;}
  .minBox_left{background-size: 40%;background-position: 100% 5%}
  .minBox_left .boxCont{padding:10px 10px 20px 20px;}
  .minBox_left .boxBtn{left:-5px;}
  .minBox_right{background-size: 40%;background-position: 0% 5%}
  .minBox_right .boxCont{padding:10px 10px 20px 20px;}
  .minBox_right .boxBtn{right:-5px;}



    /*SubBanner*/
  #subContentTop{height:150px;}
  #subContentTop h1{font-size:1.7em;margin-bottom:-85px;}

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



}