﻿/*@font-face {
 font-family: 'gyeonggi';
 src: url(webfont/gyeonggi/Batang_Regular.woff)format('woff');
}*/


/*게시판*/
/*#dimodeBoard .board-theme .theme-list { font-family: 'gyeonggi' !important; }*/
#dimodeBoard .board-theme.gallery, #dimodeBoard .board-theme.gallery .theme-list { font-family: 'gyeonggi' !important; }

.board-theme.gallery .theme-list > .each-document > a.title-image { background-size: cover !important; }
/* #gnb-wrap {background: rgba(255, 255, 255, 0.5) !important;}
 */.container { /*margin-bottom: 100px;*/}
.subtop-menu .container {margin-bottom: 0;}
#content {margin-bottom: 100px;}
.board-theme .theme-detail .detail-upper .document-readed_count {visibility:hidden;}
.sub-54 .list-categories{font-family: 'gyeonggi' !important;}
.category-btn { font-size: 19px; line-height: 23px; padding: 9px 16px; font-weight: bold; }


/*서브탑*/
.subtop-img { position: relative; }
.subtop-img > img {width:100%;margin:0 !important;}
#subtop{position:relative;}
#subgnb { text-align: center; background:transparent; width:100%;  }
#subgnb > .container { padding:0 15px;  border-radius: 5px; z-index:10; }
#subgnb span, #subgnb a { font-size:18px; color:white;font-weight:bold; position:relative; text-decoration:none; transform: skew(-0.05deg); }
#subgnb > div > div > div > img { float: left;  padding: 11px 15px 15px 5px; position: relative; top: 2px; max-width: 45px;}
#subgnb a.active { color:#1847b9; font-weight:bold; }
#subgnb .subgnb-home { margin: 15px; }

#subMenu {position: relative; margin: 0;}
#subMenu ul {text-align: center; margin: 0 auto; padding: 0 5%;}
#subMenu ul a {display: inline-block; text-decoration: none;padding: 0 14px;}
#subMenu ul a:hover, #subMenu ul a:focus {text-decoration: none;}
#subMenu ul li {position: relative; line-height: 42px; font-size: 17px; display: inline-block; /* padding: 0 14px; */ border: none; background: transparent; cursor: pointer; color: #222; transition: color 0.2s ease-in-out;}
#subMenu ul li.active {color: #0e1f3d; font-weight: 700; background: transparent;}
#subMenu ul li.active::after {content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: #0e1f3d; display: block; border-radius: 50px;}
#subMenu ul a:hover li {color: #0e1f3d; font-weight: 700; background: transparent;}
#subMenu ul a:hover li::after {content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: #0e1f3d; display: block; border-radius: 50px; animation-name: menu_move; animation-duration: 0.6s;}
.sub-top-2 .subtop-bottom {background: #f9fbfc; border-top: 1px solid #e1e6eb; border-bottom: 1px solid #e1e6eb;    margin-bottom: 3rem;}
.sub-top-2 .subtop-menu {padding: 20px 0;}



.sub-desc {position: absolute;top: 65%;left: 50%;transform: translate(-50%, -50%);}
.subTitle {text-align: center; }
#sub_title {font-size: 40px;font-weight: 600;border-bottom: 4px solid #121212;    color: #121212;display: inline-block;padding-bottom: 10px;}

/**/
.board-title{margin-top: 30px;margin-bottom: 30px; position: relative; display: inline-block; transform: translateX(-50%);left: 50%; text-align: center; padding-bottom: 15px; text-align: center; border-bottom: 3px solid #000; font-size: 40px;}
.img-wrap{word-break:keep-all;text-align: center;}
.page-content{word-break:keep-all!important;}

/*버튼*/
.section6-more-btn {display:inline-block; position:relative; text-align: center; transition:0.3s all;border: 3px solid #000;color:#FC5D33; font-size:18px; text-decoration:none;  background:black;border: 3px solid #000;width: 180px;height: 60px;}
.section6-more-btn:hover{ text-decoration:none;color:#FC5D33; }
.section6-more-btn span{position: absolute;top: 50%;left: 50%;width: 100%;transform: translateX(-50%) translateY(-50%);}

/*탭 페이지 S*/
.sub-section1{  height: 620px; background-size: cover;position:relative; min-height:200px; background:url(/UserData/pcltvhp/Layouts/pcltvhp_Layout/Images/sub/four/1.2_titleimg.jpg);}
.sub-section2-back{  height: 620px; background-size: cover;position:relative; min-height:200px; background:url(/UserData/pcltvhp/Layouts/pcltvhp_Layout/Images/sub/outsideview/outsideview.jpg);}
.tab-content-right{transition:0.3s all; position: absolute; top: 0;left: auto; right: 0;height:100%;width:50%;background-size: cover!important; background-position: 50% 50%!important;background-repeat: no-repeat;}
.active-tab{display:block; opacity:1;  transition:150ms all;}
.tab-wrap{position:relative; background-color: #fdb723; width: 260px; padding: 40px 0; text-align: center; position: absolute; top: 140px; left: 50%; z-index: 10; -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);transform: translateX(-50%);}
.tab-top{display: none;padding: 35px 0 0 100px;color: #fdb723; margin: 0 0 30px;}
.tab-header{cursor:pointer;color: #fff;position: relative;-webkit-transition: color .2s ease-in-out;-moz-transition: color .2s ease-in-out;
            -o-transition: color .2s ease-in-out;  transition: color .2s ease-in-out; font-size: 24px; letter-spacing: .72px;}
.tab-header.active-tab, .tab-header:hover{color:#000;}
.tab-header.active-tab:before{content: '';position: absolute; border-bottom: 10px solid transparent; border-top: 10px solid transparent; border-right: 10px solid #fdb723;
    top: 50%; left: -10px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
.tab-content-wrap{min-height:700px; background:black; }
.tab-content-wrap:after{content: "";display: table; clear: both;}
.tab-content-left{word-break:keep-all;padding:75px;height:100%; width:50%;float: left;padding-top: 125px; padding-right: 170px; color:white;}
.each-tab {opacity:0; min-height: 700px;float: left;position: relative;top: 0;left: 0; width: 100%; height: 100%;}
.sub-title{font-size:23px;margin-bottom:30px;}
.content{font-size:20px;}

/*원서클*/
.section2-2-circle {width: 140px;height: 140px;position: relative;display: inline-block;border: 6px solid #fff;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
.section2-2-circle p{font-size: 20px; color:white;position: absolute;left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%);}
.circletime-wrap {width: 900px;}
/*탭 페이지 E*/

/*슬라이드 페이지 S*/
.slide-head-title {font-size: 35px;margin-bottom: 20px;}
.slide-body-content{font-size:25px; line-height:1.5;margin-bottom:20px;} 
.slide-footer-add li{font-size:25px; line-height:1.5;}
.awana-wrap{position:absolute;left:0;top:0;height:100%;width:100%;display:table;}
.awana-wrap2{display:table-row;}
.awana-wrap3{display:table-cell;vertical-align:middle;}
.sub-slide-section1-back1{  height: 620px; background-size: cover;position:relative; min-height:200px; background:url(/UserData/pcltvhp/Layouts/pcltvhp_Layout/Images/sub//kids/kids_back.jpg);}
.sub-slide-section1-back2{  height: 620px; background-size: cover;position:relative; min-height:200px; background:url(/UserData/pcltvhp/Layouts/pcltvhp_Layout/Images/sub/awana/awana_back.jpg);}
.sub-slide-section1-back3{  height: 620px; background-size: cover;position:relative; min-height:200px; background:url(/UserData/pcltvhp/Layouts/pcltvhp_Layout/Images/sub/discipleship/discipleship_back.jpg);}
.sub-slide-section2{padding-top: 90px; padding-bottom: 90px;   background-color: #fdb723; text-align:center; font-size:25px; color:white;}
.sub-slide-section2 .inner-content p{margin:0px;}
#custom_carousel .item {color: #000; padding: 0px 0; }
#custom_carousel .controls {overflow-x: auto;overflow-y: hidden;padding: 30px 0px; margin: 0; white-space: normal; text-align: center; position: relative;  background: #000}
#custom_carousel .controls li {display: inline-block;}
#custom_carousel .controls li:before { content: '/'; position: absolute;  left: -4px; top: 15px; color: #fff; font-size: 20px; z-index: 999; }
#custom_carousel .controls li:first-child:before {display: none;}
#custom_carousel .controls li.active a {color: white;font-size: 20px; }
#custom_carousel .controls li a { overflow: hidden;display: block; font-size: 20px; margin-top: 5px; font-weight: bold; color: orange;}
/*슬라이드 페이 E*/

.go_top {bottom:5%;}

/*교회소개 > 예전히스토리*/
.sub-12 .year td:first-child {white-space:nowrap;}

/*교회소개 > 교회가 처음이세요?*/
.sub-217 #component3055 #unit1954 > div > a > div > div {top: 50% !important;left: 50% !important;transform: translate(-50%, -50%) !important;white-space: nowrap;}
.sub-217 #component3055 #unit1954 .font-2xl {font-size:1.25rem;}




/*양육 > 새가족교육*/
.sub-290 #component2717 {margin: 0 !important;}
.sub-290 #component2354 #unit5112 .col-sm-4.col-md-2 {width:20%;}

/*양육 > 일대일 제자*/
.sub-291 #component2717 {margin: 0 !important;}

/*양육 > 이음제자*/
.sub-291 #component2717 {margin: 0 !important;}


/*영상 게시판 썸네일*/
.placeholder {display:none;}

/*다음세대 공통*/
.sub-33 #component9687 #unit1330 > div, .sub-34 #component9687 #unit1330 > div, .sub-35 #component9687 #unit1330 > div {
    height: 400px;
}

.sub-26319 .gallery_box > p > span { font-size: 3.6rem; }

@media (max-width:1900px) { }

@media(max-width:1700px){

}

@media(max-width:1400px){
    /*다음세대 > 영 유아 유치부*/
    .sub-33 #component9687 #unit1330 > div {padding: 14px 50px 14px !important;}

    /*다음세대 > 아동부*/
    .sub-34 #component9687 #unit1330 > div {padding: 14px 50px 14px !important;}

    /*다음세대 > 청소년부*/
    .sub-35 #component9687 #unit1330 > div {padding: 14px 50px 14px !important;}

    /*교구 > 온세대 > 청년부*/
    .sub-45 #component9687 #unit1330 > div {padding: 14px 50px 14px !important;}

    /*교구 > 온세대 > 3040*/
    .sub-46 #component9687 #unit1330 > div {padding: 14px 50px 14px !important;height:unset !important;}

    /*양육 > 일대일 제자*/
    .sub-291 #component8370:nth-of-type(2n+2) {height:290px;}
    .sub-291 #component8370:nth-of-type(3) {height: 340px;}
    .sub-291 #component8370 div {height: 100%;}
    .sub-291 #component8370 #unit3883 img {height: 100%;object-position: right;object-fit: cover;}
    .sub-291 #component8370 #unit5073 table {height: 100%;}

    /*양육 > 이음제자*/
    .sub-292 #component9668 {height:400px;}
    .sub-292 #component9668 div, .sub-292 #component9668 #unit4403 p {height: 100%;}
    .sub-292 #component9668 #unit4403 img {height: 100%;object-position: center;object-fit: cover;}
    .sub-292 #component9668 #unit4443 table {height: 100%;}

    /*소식과 나눔 > 새가족부*/
    .sub-14 #component3107 #unit2762 > div {
        position: relative;
        background-size: contain;
        background-repeat: no-repeat;
    }
        .sub-14 #component3107 #unit2762 > div > div:first-of-type {
            top: 16% !important;
            left: 50% !important;
            transform: translate(-50%, 0);
            width: 90%;
            text-align:center;
        }
        .sub-14 #component3107 #unit2762 > div > div:last-of-type {
            top: 46% !important;
            left: 50% !important;
            transform: translate(-50%, -50%);
            width: 90%;
            text-align: center;
        }
    .sub-14 #component6468 #unit5413 > div {padding: 30px !important;}
    .sub-14 #component6468 #unit5413 > div .col-sm-4 > div:last-of-type {padding: 30px !important;}

    /*소식과 나눔 > 섬김*/
    .sub-49 #component6468 #unit5413 .br {display:none;}

}

@media(max-width:1300px){
    
}

@media(max-width:1199px){
    /*게시판 subtop 반응형*/
    .board-title-padding {
        padding-bottom: 45px!important;
    }

    /*교회소개 > 교회가 처음이세요?*/
    .sub-217 #component3055 #unit1954 > div > a > div {height:200px !important;background-position: center !important;background-size: cover;}

    /*다음세대 > 그로잉252*/
    .sub-230 #component6468 #unit5413 {padding:15px !important;}
    .sub-230 #component6468 #unit5413 > div {padding:30px !important;}
    .sub-230 #component2621 #unit9791 > div {padding: 30px !important;}

    /*다음세대 > 영 유아 유치부*/
    .sub-33 #component9687 #unit8516 > div img {height: 315px;object-fit: cover;object-position: center;}
    .sub-33 #component9687 #unit1330 > div {padding: 14px 50px 14px !important;height: 315px;}
    .sub-33 #component6468 #unit5413 > div:last-of-type {padding:30px !important;}
    .sub-33 #component9687 #unit1330 > div hr {margin-top: 10px !important;margin-bottom: 20px !important; }

    /*다음세대 > 아동부*/
    .sub-34 #component9687 #unit8516 > div img {height: 315px;object-fit: cover;object-position: center;}
    .sub-34 #component9687 #unit1330 > div {padding: 14px 50px 14px !important;height: 315px;}
    .sub-34 #component6468 #unit5413 > div:last-of-type {padding:30px !important;}
    .sub-34 #component9687 #unit1330 > div hr {margin-top: 10px !important;margin-bottom: 20px !important; }

    /*다음세대 > 청소년부*/
    .sub-35 #component9687 #unit8516 > div img {height: 315px;object-fit: cover;object-position: center;}
    .sub-35 #component9687 #unit1330 > div {padding: 14px 50px 14px !important;height: 315px;}
    .sub-35 #component6468 #unit5413 > div:last-of-type {padding:30px !important;}
    .sub-35 #component9687 #unit1330 > div hr {margin-top: 10px !important;margin-bottom: 20px !important; }

    /*교구 > 교구*/
    .sub-332 #component6468 #unit5413 > div:last-of-type {padding: 30px !important;}

    /*교구 > 온세대*/
    .sub-128 #component6468 #unit5413 > div:last-of-type {padding: 30px !important;}

    /*교구 > 온세대 > 청년부*/
    .sub-45 #component9687 #unit8516 > div img {height: 315px;object-fit: cover;object-position: center;}
    .sub-45 #component9687 #unit1330 > div {padding: 14px 50px 14px !important;height: 315px;}
    .sub-45 #component6468 #unit5413 > div:last-of-type {padding:30px !important;}
    .sub-45 #component9687 #unit1330 > div hr {margin-top: 10px !important;margin-bottom: 20px !important; }

    /*교구 > 온세대 > 3040*/
    .sub-46 #component9687 #unit8516 > div img {height: 315px !important;object-fit: cover;object-position: center;}
    .sub-46 #component9687 #unit1330 > div {padding: 14px 20px 14px !important;height: 315px !important;}
    .sub-46 #component6468 #unit5413 > div:last-of-type {padding:30px !important;}
    .sub-46 #component9687 #unit1330 > div hr {margin-top: 10px !important;margin-bottom: 20px !important; }

    /*양육 > 새가족교육*/
    .sub-290 #component2717 {margin: 0 !important;}
    .sub-290 #component2354 #unit5112{padding:10px 0 !important;}
    .sub-290 #component2354 #unit5112 .col-sm-4.col-md-2 {width:33%;margin-bottom: 15px;}

    /*소식과 나눔 > 새가족부*/
    .sub-14 #component3107 #unit2762 > div {height: 200px !important;}
    .sub-14 #component3107 #unit2762 > div > div:first-of-type {
        top: 19% !important;
        left: 50% !important;
    }
    .sub-14 #component3107 #unit2762 > div > div:last-of-type {
        top: 56% !important;
        left: 50% !important;
    }
    .sub-14 #component3107 #unit2762 > div > div:first-of-type strong.font-l {
        font-size: 1.0rem;
    }
    .sub-14 #component3107 #unit2762 > div > div:last-of-type span {
        font-size: 1.0rem;
    }
    .sub-14 #component6468 #unit5413 > div {padding:20px !important;}
    .sub-14 #component6468 #unit5413 > div .col-sm-4 > div:first-of-type {padding: 10px !important;}
    .sub-14 #component6468 #unit5413 > div .col-sm-4 > div:last-of-type {padding: 15px !important;}

    /*소식과 나눔 > 섬김*/
    .sub-49 #component6468 #unit5413 > div {
        padding:30px !important;
    }

}

@media(max-width:992px) {
    /*탭페이지 S*/
    .open{left:0px!important;}
    #sub_title{font-size:30px;}
    .tab-wrap{width: 320px; height: 100%;top: 0; z-index: 10; text-align: left; padding: 35px 12px 35px 35px;
    -webkit-transform: none;-ms-transform: none; transform: none; -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out;transition: all .2s ease-in-out; left: -260px;}
    .tab-content-left{padding-top:250px;padding-right:75px;width:100%; height:50%;}
    .tab-content-right{position:relative;width:100%;padding: 35px 20px 50px 90px;height: 250px;}
    .arrow{width: 20px;height: 20px;background-color: #fff;position: absolute; right: 25px;top: 39px; -webkit-border-radius: 50%;
    -moz-border-radius: 50%;border-radius: 50%;}
    .arrow:before {font-family: FontAwesome,FontAwesome;content: '\f104'; position: absolute; color: #fdb723;line-height: 20px;font-size: 18px;font-weight: 700;left: 6px;}
    .be-arrow:before{font-family: FontAwesome,FontAwesome;content: '\f105'; position: absolute; color: #fdb723;line-height: 20px;font-size: 18px;font-weight: 700;left: 8px;}
    .tab-wrap:before{content: ''; position: absolute;  right: -10px; top: 39px; border-bottom: 10px solid transparent; border-top: 10px solid transparent;
    border-left: 10px solid #fdb723;  opacity: 1; -webkit-transition: opacity .2s ease-in-out; -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;  transition: opacity .2s ease-in-out;}
    .tab-top{display:block;margin-bottom: 40px;padding-right: 50px;line-height: 1;}
    .tab-header{ max-width: 200px;}
    /*탭페이지 E*/

    /*교회소개 > 교회소개*/
    .sub-10 #component5986 #unit5166 > div {padding:30px !important;}
    .sub-10 #component2844 #unit9647 > div:last-of-type, .sub-10 #component2844 #unit7873 > div:last-of-type {padding: 120px 20px 20px !important;}
    .sub-10 #component2008 #unit2234 > div {padding: 30px !important;}

    /*교회소개 > 섬기는 분들*/
    .sub-11 #component3107 #unit2762 span { font-size:15px; }

    /*교회소개 > 교회가 처음이세요?*/
    .sub-217 #component3055 #unit1954 > div > a > div > div {width:90%;white-space: normal;text-align:center;}
    .sub-217 #component3055 #unit1954 hr {display:none;}

    /*다음세대 > 그로잉252*/
    .sub-230 #component6468 #unit5413 {padding: 15px 0 0 !important;}
    .sub-230 #component6468 #unit5413 > div {padding:15px !important;}
    .sub-230 #component2621 #unit9791 > div {padding: 15px !important;}

    /*다음세대 > 영 유아 유치부*/
    .sub-33 #component9687 #unit1330 > div {padding: 14px 20px 14px !important;height: 250px;}
    .sub-33 #component6468 #unit5413 > div:last-of-type {padding:15px !important;}
    .sub-33 #component9687 #unit8516 > div img, .sub-33 #component9687 #unit1330 > div {height: 250px;}
    .sub-33 #component9687 #unit1330 > div > div {margin-top:10px !important;}
    .sub-33 #component9687 #unit1330 > div .col-sm-5 > div {padding: 3px 0 !important;}
    .sub-33 #component9687 #unit1330 > div .col-sm-7 > div {margin-top: 0 !important;white-space:nowrap;}

    /*다음세대 > 아동부*/
    .sub-34 #component9687 #unit1330 > div {padding: 14px 20px 14px !important;height: 250px;}
    .sub-34 #component6468 #unit5413 > div:last-of-type {padding:15px !important;}
    .sub-34 #component9687 #unit8516 > div img, .sub-33 #component9687 #unit1330 > div {height: 250px;}
    .sub-34 #component9687 #unit1330 > div > div {margin-top:10px !important;}
    .sub-34 #component9687 #unit1330 > div .col-sm-5 > div {padding: 3px 0 !important;}
    .sub-34 #component9687 #unit1330 > div .col-sm-7 > div {margin-top: 0 !important;white-space:nowrap;}

    /*다음세대 > 청소년부*/
    .sub-35 #component9687 #unit1330 > div {padding: 14px 10px 14px !important;height: 250px;}
    .sub-35 #component6468 #unit5413 > div:last-of-type {padding:15px !important;}
    .sub-35 #component9687 #unit8516 > div img, .sub-33 #component9687 #unit1330 > div {height: 250px;}
    .sub-35 #component9687 #unit1330 > div > div {margin-top:10px !important;}
    .sub-35 #component9687 #unit1330 > div .col-sm-5 > div {padding: 3px 0 !important;}
    .sub-35 #component9687 #unit1330 > div .col-sm-7 > div {margin-top: 0 !important;white-space:nowrap;}

    /*교구 > 교구*/
    .sub-332 #component6468 #unit5413 > div:nth-of-type(2) {padding: 10px 0 !important;}
    .sub-332 #component6468 #unit5413 > div:last-of-type {padding: 15px !important;}

    /*교구 > 교구 > 1교구*/
    .sub-300 #component8694 #unit8795 .col-sm-4, .sub-300 #component8694 #unit8795 .col-sm-8 {width: 50%;}

    /*교구 > 교구 > 2교구*/
    .sub-301 #component8694 #unit8795 .col-sm-4, .sub-301 #component8694 #unit8795 .col-sm-8 {width: 50%;}

    /*교구 > 온세대*/
    .sub-128 #component6468 #unit5413 > div:nth-of-type(2) {padding: 10px 0 !important;}
    .sub-128 #component6468 #unit5413 > div:last-of-type {padding: 15px !important;}

    /*교구 > 온세대 > 청년부*/
    .sub-45 #component9687 #unit1330 > div {padding: 14px 10px 14px !important;height: 250px;}
    .sub-45 #component6468 #unit5413 > div:last-of-type {padding:15px !important;}
    .sub-45 #component9687 #unit8516 > div img, .sub-33 #component9687 #unit1330 > div {height: 250px;}
    .sub-45 #component9687 #unit1330 > div > div {margin-top:10px !important;}
    .sub-45 #component9687 #unit1330 > div .col-sm-5 > div {padding: 3px 0 !important;}
    .sub-45 #component9687 #unit1330 > div .col-sm-7 > div {margin-top: 0 !important;white-space:nowrap;}

    /*교구 > 온세대 > 3040*/
    .sub-46 #component9687 #unit1330 > div {padding: 14px 10px 14px !important;height: 250px !important;}
    .sub-46 #component6468 #unit5413 > div:last-of-type {padding:15px !important;}
    .sub-46 #component9687 #unit8516 > div img, .sub-33 #component9687 #unit1330 > div {height: 250px !important;}
    .sub-46 #component9687 #unit1330 > div > div {margin-top:10px !important;}
    .sub-46 #component9687 #unit1330 > div .col-sm-5 > div {padding: 3px 0 !important;}
    .sub-46 #component9687 #unit1330 > div .col-sm-7 > div {margin-top: 0 !important;white-space:nowrap;}


    /*소식과 나눔 > 새가족부*/
    .sub-14 #component8694 > div {
        display: flex;
        /*flex-direction: column-reverse;*/
        flex-wrap: wrap;
    }
        .sub-14 #component8694 > div #unit8795 {
            width: 100%;
        }
    .sub-14 #component3107 #unit2762.col-sm-3 {width: 33% !important;}
    .sub-14 #component3107 #unit2762 > div {
        height: 260px !important;
        margin-bottom: 15px;
    }
    .sub-14 #component8694 #unit8795 p {text-align: center;}

    /*소식과 나눔 > 섬김*/
    .sub-49 #component6468 #unit5413 > div {
        padding:20px !important;
    }
}

@media(max-width:767px){
	/*슬라이드탭*/
	.slide-head-title{font-size:30px; margin-bottom:20px;}
	.slide-body-content{font-size:20px; line-height:1.5;margin-bottom:20px;} 
	.slide-footer-add li{font-size:20px; line-height:1.5;}
	
    /*서브탑*/
    #subMenu {margin: 0;}
.sub-desc {top: 50%; white-space: nowrap;}
#subgnb span, #subgnb a {font-size: 17px;}
#sub_title {font-size: 20px;}
#subMenu ul li {
    padding: 0 10px;
    font-size: 14px;
    line-height: 36px;
}
.sub-top-2 .subtop-menu {padding: 12px 0;}

    /*공통*/
    #content { margin-bottom: 30px; }
    .font-4xl { font-size: 1.7rem !important; }
    .subtop-img > img {height: 130px;object-fit: cover;object-position: right;}
    .category-btn { font-size: 17px; line-height: 21px; padding: 5px 12px; }

    .greeting_text .text-body { padding: 0 !important; }
    .greeting_text .text-body p img { width: 60px; }
    /*교회소개 > 교회소개*/
    .sub-10 #component5986 #unit5166 .col-sm-4 { text-align: center !important; }
    .sub-10 #component5986 #unit5166 .col-sm-4, .sub-10 #component5986 #unit5166 .col-sm-8 {padding: 0 !important;}
    .sub-10 #component5986 #unit5166 > div {padding:15px !important;}
    .sub-10 #component2844 #unit9647 > div:first-of-type > div, .sub-10 #component2844 #unit7873 > div:first-of-type > div {
        border-radius: 135px !important;
        width: 125px !important;
        height: 125px !important;
        padding: 8px !important;
    }
    .sub-10 #component2844 #unit9647 > div:first-of-type > div > div, .sub-10 #component2844 #unit7873 > div:first-of-type > div > div {
        width: 110px !important;
        height: 110px !important;
        padding: 45px 0 !important;
        border-radius: 60px !important;
    }
    .sub-10 #component2844 #unit9647 > div:last-of-type, .sub-10 #component2844 #unit7873 > div:last-of-type {padding: 100px 15px 15px !important;}
    .sub-10 #component2008 #unit2234 > div {padding: 15px !important;}
    .sub-10 #component2242 #unit7085 > div {padding: 15px !important;}
    .sub-10 .pastor_01.font-xl {font-size: 0.9rem;}

    /*교회소개 > 섬기는 분들*/
    .sub-11 #component2717 {padding:0 !important;}
    .sub-11 #component3107 {padding-bottom:0 !important;}
    .sub-11 #component3107 #unit2762 {width: 33% !important;display: inline-block;float: left;margin-bottom: 15px;}
    .staff-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; width: 100%; box-sizing: border-box; }
    .staff-card-col { min-width: 0; box-sizing: border-box; }
    .staff-card-inner { width: 100%; min-width: 0; }
    .staff-img { width: 100%; min-width: 0; border-radius: 30px; border: 1px solid #d4d7d6; display: flex; overflow: hidden; box-sizing: border-box; }
    .staff-img img { display: block; width: 100%; max-width: 100%; height: auto; min-width: 0; object-fit: cover; }
    .staff-info { min-width: 0; padding: 1rem 0.5rem; box-sizing: border-box; width: 100%; }
    .staff-role { overflow-wrap: anywhere; }

    /*교회소개 > 예전히스토리*/
    .sub-12 #component4337 #unit7962 .year td { padding: 5px !important; }

    /*교회소개 > 예배안내*/
    .sub-293 #component8393 {margin: 10px 0px 0px !important;}
    .sub-293 #component2008 #unit2234 .next_01 td {padding: 10px ! important;}
    
    /*교회소개 > 교회가 처음이세요?*/
    .sub-217 #component3055 #unit1954 {margin-bottom: 15px;}

    /*교회소개 > 오시는 길 및 주차안내*/
    #unit4245 > div > h3 { font-size: 16px; line-height: 1.4 !important; }
    .sub-26297 #unit8635 > div { font-size: 1.5rem !important; }

    /*다음세대 > 그로잉252*/
    .sub-230 #component6468 #unit5413 > div { padding: 5px !important; }
    .sub-230 #component2621 #unit9791 > div > div {overflow: scroll;}
    .sub-230 #component2621 #unit9791 > div > div > img  {width: 200%;max-width: unset;}

    /*다음세대 > 영 유아 유치부*/
    .sub-33 #component9687 #unit8516 > div img {height: auto;width: 100%;}
    .sub-33 #component9687 #unit1330 > div {height: 320px;}
    .sub-33 #component9687 #unit1330 > div .col-sm-7 > div {text-align: center;margin-bottom: 5px;}
    .sub-33 #component9687 #unit1330 {padding:0 !important;}
    .sub-33 #component9687 #unit1330 > div {margin:0 !important;}
    .sub-33 #component2717 { padding:0 !important;}

    /*다음세대 > 아동부*/
    .sub-34 #component9687 #unit8516 > div img {height: auto;width: 100%;}
    .sub-34 #component9687 #unit1330 > div {height: 320px;}
    .sub-34 #component9687 #unit1330 > div .col-sm-7 > div {text-align: center;margin-bottom: 5px;}
    .sub-34 #component9687 #unit1330 {padding:0 !important;}
    .sub-34 #component9687 #unit1330 > div {margin:0 !important;}
    .sub-34 #component2717 { padding:0 !important;}

    /*다음세대 > 청소년부*/
    .sub-35 #component9687 #unit8516 > div img {height: auto;width: 100%;}
    .sub-35 #component9687 #unit1330 > div {height: 320px;}
    .sub-35 #component9687 #unit1330 > div .col-sm-7 > div {text-align: center;margin-bottom: 5px;}
    .sub-35 #component9687 #unit1330 {padding:0 !important;}
    .sub-35 #component9687 #unit1330 > div {margin:0 !important;}
    .sub-35 #component2717 { padding:0 !important;}
    
    /*사역소개 > 새가족*/
    #unit7350 > .font-6xl { font-size: 2.0rem; }
    .new_info_text { padding: 1vh !important; font-size: 13px !important; }
    .newedu_info_box { grid-template-columns: 1fr !important; gap: 5px !important; text-align:center;}
    .newedu_info_box .title_box { margin-top: 15px !important; }
    .newedu_info_box .title_box:first-child { margin-top: 0; }
    .new_info_box p:first-child img { width: 210px; }

    /*사역소개 > 멘토링 프로그램*/
    .sub-26408 #component8941 { padding:0 !important;}
    .mento-content { padding: 0 !important; }
    .mento-content .mento_title { font-size: 1.8rem !important; overflow-wrap: anywhere; }
    .mento-content p:nth-child(2) { width: 100%; }
    .mento-content .num { font-size: 3.0rem !important; }
    /*교구 > 교구 > 1교구*/
    .sub-300 #component8694 #unit8795:last-of-type { text-align: center; }
    .sub-300 #component8694 #unit8795:last-of-type > div {padding: 15px !important;}
    .sub-300 #component8694 #unit8795 .col-sm-4, .sub-300 #component8694 #unit8795 .col-sm-8 {margin:auto;}

    /*교구 > 교구 > 2교구*/
    .sub-301 #component8694 #unit8795:last-of-type {text-align: center;}
    .sub-301 #component8694 #unit8795:last-of-type > div {padding: 15px !important;}
    .sub-301 #component8694 #unit8795 .col-sm-4, .sub-301 #component8694 #unit8795 .col-sm-8 {margin:auto;}

    /*교구 > 온세대 > 청년부*/
    .sub-45 #component9687 #unit8516 > div img {height: auto;width: 100%;}
    .sub-45 #component9687 #unit1330 > div {height: 320px;}
    .sub-45 #component9687 #unit1330 > div .col-sm-7 > div {text-align: center;margin-bottom: 5px;}
    .sub-45 #component9687 #unit1330 {padding:0 !important;}
    .sub-45 #component9687 #unit1330 > div {margin:0 !important;}
    .sub-45 #component2717 { padding:0 !important;}

    /*교구 > 온세대 > 3040*/
    .sub-46 #component9687 #unit8516 > div img {height: auto;width: 100%;}
    .sub-46 #component9687 #unit1330 > div {height: 320px !important;}
    .sub-46 #component9687 #unit1330 > div .col-sm-7 > div {text-align: center;margin-bottom: 5px;}
    .sub-46 #component9687 #unit1330 {padding:0 !important;}
    .sub-46 #component9687 #unit1330 > div {margin:0 !important;}
    .sub-46 #component2717 { padding:0 !important;}

    /*양육 > 양육로드맵*/
    .sub-289 #component9466 > div > div {padding-top:0 !important;}
    .sub-289 #component9466 #unit1560 > div {overflow: scroll;border: 1px solid #aaa;}
    .sub-289 #component9466 #unit1560 > div img {width: 200%;max-width: unset;}

    /*양육 > 새가족교육*/
    .sub-290 #unit8635 > .font-2xl {font-size: 1.2rem;line-height: 1.5;}
    .sub-290 #component2354 #unit5112 .col-sm-4.col-md-2 {width: 100%;display: inline-block;text-align: center;}

    /*양육 > 일대일 제자*/
    .sub-291 #component2717 {margin:0 !important;}
    .sub-291 #component8370:nth-of-type(3) > div {display: flex;flex-direction: column-reverse;}
    .sub-291 #component8370:nth-of-type(2n+2) {height:auto;}
    .sub-291 #component8370:nth-of-type(3) {height: auto;}
    .sub-291 #component8370 div {height: 100%;}
    .sub-291 #component8370 #unit3883 img {height: 100%;object-position: right;object-fit: cover;}
    .sub-291 #component8370 #unit5073 table {height: 100%;}


    /*양육 > 이음제자*/
    .sub-292 #component2717 {margin:0 !important;}
    .sub-292 #component9668 > div {display: flex;flex-direction: column-reverse;}
    .sub-292 #component9668 {height:auto;}


    /*소식과 나눔 > 새가족부*/
    .sub-14 #component2717 #unit8635 {padding: 0px 0px 0 15px !important;}
    .sub-14 #component2717 #unit8635 .font-2xl {font-size: 1.2rem;}
    .sub-14 #component3107 #unit2762.col-sm-3 {display:inline-block; width:100% !important;}
    .sub-14 #component6468 #unit5413 > div .col-sm-4 > div:last-of-type {height:auto !important;}
    .sub-14 #component3107 #unit2762 > div {background-position: center;}
    .sub-14 #component8694 #unit8795 > div {padding: 10px 0 10px 10px !important;}
    .sub-14 #component2717 {margin-top:0 !important;padding-top:0 !important;}
    .sub-14 #component6468 #unit5413 > div {padding: 10px !important;}
    .sub-14 #component6468 #unit5413 .font-3xl {font-size:1.5rem;}
    .sub-14 #component6468 #unit5413 .col-sm-4 {margin-bottom:15px;}

    /*새가족*/
    .welcome-edu { padding: 1rem !important; }

    /*소식과 나눔 > 섬김*/
    .sub-49 #component6468 #unit5413 > div {
        padding: 15px !important;
    }
    .sub-49 #component8694 {margin-top:10px !important;}

    .sub-26319 #unit1083 { padding: 15px 15px !important; }
    .sub-26319 #unit1083 .font-5xl { font-size: 2.0rem !important; }

    .sub-26297 .info-list li > span {width:auto !important;}

    .vision-content .num { font-size: 3.5rem!important; }
    .vision-content .vision_title { font-size: 2.0rem !important; }
}

@media(max-width:450px){
    

    /*교회소개 > 섬기는 분들*/
    .sub-11 #component3107 #unit2762 { width: 50% !important; display: inline-block; float: left; margin-bottom: 15px; }

    /*교회소개 > 예전히스토리*/
    .sub-12 .container > .col-xs-12.col-sm-12 {padding: 0 !important;}

    /*교회소개 > 예배안내*/
    .sub-293 #component2008 #unit2234 .next_01 td {padding: 5px ! important;}

    /*다음세대 > 그로잉252*/
    .sub-230 #component2621 #unit9791 > div > div {overflow: scroll;}
    .sub-230 #component2621 #unit9791 > div > div > img  {width: 300%;max-width: unset;}

    /*양육 > 양육로드맵*/
    .sub-289 #component9466 #unit1560 > div {overflow: scroll;border: 1px solid #aaa;}
    .sub-289 #component9466 #unit1560 > div img {width: 300%;max-width: unset;}
}