﻿#dimodeBoard {
    margin-top:50px;
}
    .board-actions .actions-wrapper.row {
        margin:0;
    }

    #dimodeBoard.board-list.board-num_71, #dimodeBoard.board-list.board-num_72, #dimodeBoard.board-list.board-num_73,
    #dimodeBoard.board-list.board-num_74, #dimodeBoard.board-list.board-num_75, #dimodeBoard.board-list.board-num_76,
    #dimodeBoard.board-list.board-num_77, #dimodeBoard.board-list.board-num_78, #dimodeBoard.board-list.board-num_2933 {
        margin-top: 0px;
    }
        #dimodeBoard.board-list.board-num_71 .board-actions-left, #dimodeBoard.board-list.board-num_72 .board-actions-left, #dimodeBoard.board-list.board-num_73 .board-actions-left,
        #dimodeBoard.board-list.board-num_74 .board-actions-left, #dimodeBoard.board-list.board-num_75 .board-actions-left, #dimodeBoard.board-list.board-num_76 .board-actions-left,
        #dimodeBoard.board-list.board-num_77 .board-actions-left, #dimodeBoard.board-list.board-num_78 .board-actions-left, #dimodeBoard.board-list.board-num_2933 .board-actions-left {
            display: none;
        }

    #dimodeBoard.board-detail.board-num_71 .comments-in-detail, #dimodeBoard.board-detail.board-num_72 .comments-in-detail, #dimodeBoard.board-detail.board-num_73 .comments-in-detail,
    #dimodeBoard.board-detail.board-num_74 .comments-in-detail, #dimodeBoard.board-detail.board-num_75 .comments-in-detail, #dimodeBoard.board-detail.board-num_76 .comments-in-detail,
    #dimodeBoard.board-detail.board-num_77 .comments-in-detail, #dimodeBoard.board-detail.board-num_78 .comments-in-detail, #dimodeBoard.board-detail.board-num_2933 .comments-in-detail {
        display: none;
    }
    #dimodeBoard.board-detail.board-num_71 .list-in-detail, #dimodeBoard.board-detail.board-num_72 .list-in-detail, #dimodeBoard.board-detail.board-num_73 .list-in-detail,
    #dimodeBoard.board-detail.board-num_74 .list-in-detail, #dimodeBoard.board-detail.board-num_75 .list-in-detail, #dimodeBoard.board-detail.board-num_76 .list-in-detail,
    #dimodeBoard.board-detail.board-num_77 .list-in-detail, #dimodeBoard.board-detail.board-num_78 .list-in-detail, #dimodeBoard.board-detail.board-num_2933 .list-in-detail {
        display: none;
    }

    #dimodeBoard.board-num_71 .board-actions, #dimodeBoard.board-num_72 .board-actions, #dimodeBoard.board-num_73 .board-actions {
        background-color: #97cdd7;
        border-top:unset;
    }
    #dimodeBoard.board-num_74 .board-actions, #dimodeBoard.board-num_75 .board-actions, #dimodeBoard.board-num_76 .board-actions {
        background-color: #babef4;
        border-top: unset;
    }
    #dimodeBoard.board-num_77 .board-actions, #dimodeBoard.board-num_78 .board-actions {
        background-color: #64b5a0;
        border-top: unset;
    }
    #dimodeBoard.board-num_2933 .board-actions {
        background-color: #babef4;
        border-top: unset;
    }




#sub-71 .page-actions, #sub-72 .page-actions, #sub-73 .page-actions {
    background-color: #babef4;
}
#sub-74 .page-actions, #sub-75 .page-actions, #sub-76 .page-actions {
    background-color: #babef4;
}
#sub-77 .page-actions, #sub-78 .page-actions {
    background-color: #64b5a0;
}
#sub-2933 .page-actions {
    background: #babef4;
}


/*subtop*/
.subtop-wrap {
    position: relative;
    height: 355px;
    overflow: hidden;
}
    .subtop-wrap h3 {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        color: #fff;
        font-weight: bold;
		text-shadow: 2px 2px 5px #333;
        font-size: 40px;
    }
#subtop {
    position: relative;
    height: 355px;
    width: 100%;
    top: 0;
    z-index: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    opacity: 1;
    -webkit-animation: zoomin 9s 1;
    animation: zoomin 9S 1;
}
/* .subtop-2 {filter:brightness(0.6);} */
.sub4-wrapper .sub4 {
    display: flex;
    margin-top: 50px;
}
    .sub4-wrapper .sub4 > li {
        border: 1px solid #DDDDDD;
        text-align: center;
        width: 13%;
        padding: 17px 0;
        border-bottom: #046CB3 solid 1px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
        .sub4-wrapper .sub4 > li.active {
            border: #046CB3 solid 1px;
            border-bottom: unset;
        }
        .sub4-wrapper .sub4 .blank-space {
            flex: 1 0 auto;
            border: unset;
            border-bottom: #046CB3 solid 1px;
            width:unset !important;
        }
            .sub4-wrapper .sub4 > li > a {
                text-decoration: none;
                color: #878787;
                font-size: 18px;
            }
            .sub4-wrapper .sub4 > li.active > a {
                color: #046CB3;
                font-weight: bold;
            }

.sub4-wrapper.next-gen .sub4 {
    display: flex;
    margin-top: 50px;
}
    .sub4-wrapper.next-gen .sub4 > li {
        border: 1px solid #DDDDDD;
        text-align: center;
        width: 13%;
        padding: 17px 0;
    }
        .sub4-wrapper.next-gen .sub4 > li.active {
            border: #046CB3 solid 1px;
            border-bottom: unset;
            background-color: #046CB3;
        }
        .sub4-wrapper.next-gen .sub4 .blank-space {
            flex: 1 0 auto;
            border: unset;
        }
            .sub4-wrapper.next-gen .sub4 > li > a {
                text-decoration: none;
                color: #878787;
                font-size: 15px;
            }
            .sub4-wrapper.next-gen .sub4 > li.active > a {
                color:#fff;
                font-weight: bold;
            }

.BookSDM .title > div .main-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.BookSDM .title > div .main-subtitle {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}
.sub-gnb  { padding:15px 0; margin-top:80px; }
.sub-gnb > p:last-child { color:#00A9E0;  }
.sub-gnb img { display:inline-block; position:relative; top:-4px; }
.sub-gnb p { display:inline-block;  font-size:15px;  margin:0; }
.sub-gnb .fas { margin:0 7px;}
.sub-gnb p.active { color:#00A9E0; }

.sub-title { font-size:35px; margin-bottom:35px; }

.sub-top-ul2 {
    text-align: center;
    background-color: rgba(102,154,201,1);
    white-space: nowrap;
    /*overflow: scroll;*/
}
    .sub-top-ul2 li {
        display: inline-block;
        font-size: 18px;
        word-break: keep-all;
        width: 16%;
    }
        .sub-top-ul2 li a {
            display: inline-block;
            padding: 40px 20px 20px;
            position: relative;
            text-decoration: none;
            float: left;
            color: #fff;
            white-space: nowrap;
            overflow: hidden;
            width: 100%;
            float: left;
            font-weight:bold;
            font-size: 19px;
        }
            .sub-top-ul2 li a .btn-plus {
                transform: translate(-50%,-50%);
                width: 10px;
                height: 10px;
                left: 50%;
                display: inline-block;
                position: absolute;
                top: 25%;
                border-radius: 50%;
                background-color: #FFFF40;
                opacity: 0;
            }
        .sub-top-ul2 li a:hover .btn-plus,
        .sub-top-ul2 li.active a .btn-plus {
            opacity: 1;
            transition: .3s all;
        }

.page-content {
    margin-top: 50px;
}
#footer {
    margin-top:100px;
}
.board-theme  table tr * { font-size:16px !important;  font-family:'Noto Sans Korean'; }
.board-theme * { font-size:16px !important; /*font-family:'Noto Sans Korean';*/ }

.board-theme  table tr i { font:normal normal normal 14px/1 FontAwesome !important;  font-size:20px !important; }
.detail-upper,
.board-share { display:none !important; }

.board_header { text-align:center; font-size:20px;  font-family:'Noto Sans Korean';  margin-bottom:30px; }

.notice_head { font-size:18px; font-weight:600;  font-family:'Noto Sans Korean';  margin-top:30px;  }
.notice_body { padding-left:5px; font-size:16px; font-family:'Noto Sans Korean'; line-height:150%; }
.notice_body table { margin-bottom:15px; }
.notice_body table th,
.notice_body table td { border:1px solid #ddd !important; text-align:center; }
.notice_body table th { width:50px; }
.notice_body table td { width:100px;  }
.notice * { font-family:'Noto Sans Korean'; }

.board-theme.list .board-pages > span i {     font: normal normal normal 14px/1 FontAwesome !important;}

.sub-btn-group { margin-top:15px; margin-bottom:45px; }
.sub-btn-group button { font-size:16px; line-height:inherit; padding:8px 15px;  }

.pastor_header {text-align:center; font-size:35px;}
.pastor_line {border-top:4px solid #3265a5; margin-top:5px; width:9%}
.pastor_name {font-size:30px; }
.pastor_title {color:#3265a5; font-size:20px; margin-top:15px; margin-bottom:5px;}
.pastor_history li+li {margin-top:5px}
.elder_name {font-size:20px; font-weight:600;}

.depth5 { text-align:right; }
.depth5 a { color:#555; font-size:16px; }
.depth5 li.active a { font-weight:600;  }

.church-gallery1 { overflow:hidden; margin-bottom:50px; }
.church-gallery1 li { float:left; width:25%; height:285px; cursor:pointer; }
.church-gallery1 li .thumbnail { width:100%; height:100%; background-color:#000 !important; background-size:auto 160% !important; background-position:center !important; background-repeat:no-repeat !important; position:relative; }
.church-gallery1 li .thumbnail .bg { position:absolute; top:0px; left:0px; width:100%; height:100%; opacity:0.4; background-color:#000; transition:all 0.3s ease; }
.church-gallery1 li .title { text-align:center; font-size:22px; color:#fff; font-family:'noto sans korean'; font-weight:700; margin-bottom:0px; position:relative; z-index:1; margin-top:117px; }
.church-gallery1 li:hover .bg { opacity:0.2; }

.schoolGallery .swiper-slide { text-align:center; }
.schoolGallery .swiper-slide img { max-height:800px; }

.tingle-modal-box__content {
    padding-top: 0px;
    padding-bottom: 0px;
}
.tingle-modal-box__footer { font-size:16px; font-weight:600; }

.slide-caption {
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px 15px;
    text-align: left;
}

.church-btn {
    background-color: #1a3f6b;
    padding: 20px 0;
    text-align: center;
    transition:all 0.3s ease;
}

.church-btn:hover, 
.church-btn.active { 
    background-color: #2e67ab;
}

.applyForm { max-width:800px; margin:0 auto; }
.applyForm * { font-size:14px; }
.applyForm .board-theme .theme-write .document-extended_keys table tr th { font-size:14px; }
.applyForm .date { width:120px; display:inline-block;  font-size:16px !important; }
.applyForm input[type="text"] { font-size:16px !important; }
.applyForm  select { font-size:16px !important; }
.applyForm th { background:#efefef; width:100px;  }
.applyForm td[name="hour"] select { width:55px; display:inline-block;  font-size:16px !important; padding:6px !important;  }
.applyForm tr[name="car"] { display:none; }

.applyForm .applyTab { text-align:center; font-size:18px; font-weight:600; cursor:pointer;  background:#fff; transition:all 0.3s ease; }
.applyForm .applyTab.active { background:#004288; color:#fff;  }


.info-agree { padding: 20px; background:#f9f9f9; margin-top:15px; border: 1px solid #ccc; }
.info-agree-title { text-align:center; font-size:18px !important; font-weight:600; margin-bottom:15px; }
.info-agree ul li { color:#777; padding-bottom:5px; word-break:keep-all; }

.cash-header { max-width:800px; margin:0 auto; }
.cash-apply-title { text-align:center; font-size:28px;  margin-bottom:30px;  font-weight:600;  }


/*선교(Mission.cshtml)*/
.mission-top {
    display: flex;
    justify-content: space-between;
}
    .mission-top > a {
        width: 32%;
        color: #fff;
        text-decoration: none;
        overflow: hidden;
    }
        .mission-top > a .mission-box {
            position: relative;
            height: 0;
            padding-top: calc(340 / 440 * 100%);
            transition: .4s;
            transform: scale(1.0);
        }
        .mission-top > a #mission-box1 {
            background: url(/UserData/gupabal/Layouts/gupabal_Layout/Images/mission01.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }

        .mission-top > a #mission-box2 {
            background: url(/UserData/gupabal/Layouts/gupabal_Layout/Images/mission02.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: right;
        }
        .mission-top > a #mission-box3 {
            background: url(/UserData/gupabal/Layouts/gupabal_Layout/Images/mission03.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: right;
        }
        .mission-top > a .mission-box:hover {
            transform : scale(1.2);
        }
        .mission-top > a .mission-box .mission-cont {
            position: absolute;
            text-align: center;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
            .mission-top > a .mission-box .mission-cont h3 {
                font-weight: bold;
                font-size: 27px;
            }
            .mission-top > a .mission-box .mission-cont p {
                font-size: 18px;
            }
.document-widget {
    display: flex;
    justify-content: space-between;
}
    .document-widget.gallery .document {
        display: inline-block;
        text-align: center;
        vertical-align: top;
        width: 23%;
    }
.title-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
}
    .title-wrap h3 {
        margin: 70px 0px 30px 0;
        border-bottom: 1px solid #000;
        padding-bottom: 30px;
        font-weight: bold;
        font-size: 26px;
        width: 100%;
    }
    .title-wrap .view-more {
        background: url(/UserData/gupabal/Layouts/gupabal_Layout/Images/btn_more_off.png);
        position: absolute;
        right: 0;
        top: 70px;
        width: 110px;
        height: 40px;
        background-repeat: no-repeat;
        background-size: contain;
    }
        .title-wrap .view-more:hover {
            background: url(/UserData/gupabal/Layouts/gupabal_Layout/Images/btn_more_on.png);
            background-repeat: no-repeat;
            background-size: contain;
        }
.mission-letter .document-widget.gallery .document {
    border: solid 1px #EDEDED;
    padding: 30px;
    text-align: left;
}
    .mission-letter .document-widget.gallery .document:hover {
        background-color: #e7e7e7;
    }
    .mission-letter .document-widget.gallery .document a.title {
        text-align: left;
        padding: 0 0 60px 0;
        font-size: 18px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-decoration:none !important;
    }
    .mission-letter .document-widget.gallery .document p.date {
        color: #8C8C8C;
        font-size: 14px;
        margin: 0;
        float: left;
    }
    .mission-letter .document-widget.gallery .document > a > img {
        float: right;
    }

.mission-media .document-widget .document > .thumb {
    position: relative;
}
    .mission-media .document-widget .thumb > div {
        background: url(/UserData/gupabal/Layouts/gupabal_Layout/Images/btn_play_off.png);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 63px;
        height: 63px;
    }
    .mission-media .document-widget .document:hover .thumb > div {
        background: url(/UserData/gupabal/Layouts/gupabal_Layout/Images/btn_play_on.png);
    }
.mission-media .document-widget .document > .title {
    text-decoration: none !important;
}

.subtitle-depth4 {
    font-size: 26px;
    margin-top: 50px;
    margin-left: 15px;
}

/*말씀과 찬양 > 설교*/
.sermon-box img {
    height:100% !important;
    object-fit: cover !important;
}
.sermon-box .titleTOP #sermon-play {
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
}

@media(min-width:1450px) {
    .container { width:1400px; }

}
@media (min-width:1200px) and (max-width:1449px) {
    /*교회소개 > 우리 교회는 > 인사말*/
    #sub-1623 #component6673 {
        width: 600px !important;
    }
}
@media (min-width:993px) and (max-width:1199px) {
    .sub-top-ul2 li {
        font-size: 1.6rem !important;
        margin: 0 20px !important;
    }

    /*교회소개 > 우리 교회는 > 비전*/
    #sub-23 #component8168 #unit3907 > div:nth-of-type(2) {
        font-size: 32px !important;
    }
    #sub-23 #component8168 #unit3907 > div:nth-of-type(3) > span > span > span {
        font-size: 40px !important;
    }

    /*교회소개 > 우리 교회는 > 인사말*/
    #sub-1623 #component9553 #unit3375 > img {
        width: 300px !important;
    }
    #sub-1623 #component6673 {
        width: 500px !important;
    }
        #sub-1623 #component6673 #unit1918 > div {
            font-size: 12px !important;
        }

    /*교회소개 > 교회정보 > 오시는 길*/
    #sub-30 #component9330 #unit1540 > div:nth-of-type(2) > div > span > span > span > span,
    #sub-30 #component6524 #unit4846 > div:nth-of-type(2) > div > span > span > span > span,
    #sub-30 #component6712 #unit6425 > div:nth-of-type(2) > div > span > span > span > span {
        font-size: 18px !important;
    }

    /*양육과 훈련 > 교육목회철학*/
    #sub-47 #component9598 #unit4030 > div:nth-of-type(2) > span {
        font-size: 22px !important;
    }
    #sub-47 #component9598 #unit4030 > div:nth-of-type(3) {
        font-size: 16px !important;
    }
    
    /*공동체 > 다음세대*/
    /*다음세대 : 71~78, 2933*/
    /*청년세대 : 96~97*/
    /*장년세대 : 162*/
    .BookSDM .title > div {
        padding: 10px 20px !important;
    }


}
@media (min-width:768px) and (max-width:992px) {
    .sub-top-ul2 li {
        font-size: 1.6rem;
        width: 25%;
    }
    .sub4-wrapper .sub4 > li {
        width: 20%;
    }
        .sub4-wrapper .sub4 > li > a {
            font-size: 14px;
        }

    /*교회소개 > 우리 교회는 > 비전*/
    #sub-23 #component8168 #unit3907 > div:nth-of-type(2) {
        font-size: 28px !important;
    }
    #sub-23 #component8168 #unit3907 > div:nth-of-type(3) > span > span > span {
        font-size: 36px !important;
    }

    /*교회소개 > 우리 교회는 > 교회연혁*/
    #sub-62 #component6062 #unit4311 > div > span {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start !important;
    }
        #sub-62 #component6062 #unit4311 > div > span > a {
            font-size: 17px !important;
            width: 25%;
        }

    /*교회소개 > 우리 교회는 > 인사말*/
    #sub-1623 #component9553 #unit3375 {
        right: -85px !important;
        margin: 150px 25px 0px 5px !important;
    }
        #sub-1623 #component9553 #unit3375 > img {
            width: 300px !important;
        }
    #sub-1623 #component6673 {
        width: 400px !important;
    }
        #sub-1623 #component6673 #unit1918 > div {
            font-size: 11px !important;
        }

    /*교회소개 > 섬기는 사람들 > 교역자*/
    #sub-26 #component9355 #unit8583 > div > div:nth-of-type(2) {
        font-size: 12px !important;
    }

    /*교회소개 > 섬기는 사람들 > 장로*/
    #sub-27 #component1973 #unit2829 > div {
        font-size: 18px !important;
    }

    /*교회소개 > 교회정보 > 오시는 길*/
    #sub-30 #component3107 #unit2762 > div:nth-of-type(2) {
        font-size: 16px !important;
    }
    #sub-30 #component4392 #unit2381 > div:nth-of-type(2) > div > span > span > span, #component4392 #unit4526 > div:nth-of-type(2) > div > span > span > span {
        font-size: 16px !important;
    }
    #sub-30 #component9330 #unit1540 > div:nth-of-type(2) > div > span > span > span > span,
    #sub-30 #component6524 #unit4846 > div:nth-of-type(2) > div > span > span > span > span,
    #sub-30 #component6712 #unit6425 > div:nth-of-type(2) > div > span > span > span > span {
        font-size: 15px !important;
    }
    #sub-30 #component9330.col-md-7,
    #sub-30 #component1604.col-md-7,
    #sub-30 #component3520.col-md-7 {
        padding: 0 !important;
    }

    /*말씀과 찬양 > 설교*/
    .sermon-box .titleTOP {
        height: 120px !important;
    }

    /*양육과 훈련 > 교육목회철학*/
    #sub-47 #component9598 #unit4030 > div:nth-of-type(2) > span {
        font-size: 22px !important;
    }
    #sub-47 #component9598 #unit4030 > div:nth-of-type(3) {
        text-align: left !important;
        font-size: 14px !important;
    }

    /*양육과 훈련 > 어와나*/
    #sub-2173 #component9598:nth-of-type(3) {
        background-color: rgb(248, 247, 245);
    }
    #sub-2173 #component9598:nth-of-type(3) #unit4030 > div {
        background-image: unset !important;
    }
    #sub-2173 #component9598 #unit4030 > div > div > span > span {
        font-size: 32px !important;
    }
    #sub-2173 #component9598 #unit4030 > div > div > span > span > span {
        font-size: 25px !important;
    }
    #sub-2173 #component9598 #unit4030 > div:nth-of-type(2) > p > span {
        font-size: 16px !important;
    }
    #sub-2173 #component9598:nth-of-type(3) #unit4030 > div > div > div:nth-of-type(2) p, #sub-2173 #component9598:nth-of-type(3) #unit4030 > div > div > div:nth-of-type(2) span,
    #sub-2173 #component9598:nth-of-type(3) #unit4030 > div > div > div:nth-of-type(4) p, #sub-2173 #component9598:nth-of-type(3) #unit4030 > div > div > div:nth-of-type(4) span {
        font-size: 16px !important;
    }


    /*양육과 훈련 > 영어아동부*/
    #sub-2172 #component9598:nth-of-type(3) {
        background-color: rgb(248, 247, 245);
    }
        #sub-2172 #component9598:nth-of-type(3) #unit4030 > div {
            background-image: unset !important;
        }
    #sub-2172 #component9598 #unit4030 > div > div > span > span {
        font-size: 32px !important;
    }
        #sub-2172 #component9598 #unit4030 > div > div > span > span > span {
            font-size: 25px !important;
        }
    #sub-2172 #component9598 #unit4030 > div:nth-of-type(2) > p > span {
        font-size: 16px !important;
    }
    #sub-2172 #component9598:nth-of-type(3) #unit4030 > div > div > div:nth-of-type(2) p, #sub-2172 #component9598:nth-of-type(3) #unit4030 > div > div > div:nth-of-type(2) span,
    #sub-2172 #component9598:nth-of-type(3) #unit4030 > div > div > div:nth-of-type(4) p, #sub-2172 #component9598:nth-of-type(3) #unit4030 > div > div > div:nth-of-type(4) span {
        font-size: 16px !important;
    }

    /*양육과 훈련 > GMT양육시스템 > 새가족안내*/
    #sub-1653 #component9598 #unit4030 > div p {
        font-size: 15px !important;
    }
    #sub-1653 #component9598 #unit4030 > div span {
        font-size: 16px !important;
    }
    #sub-1653 #component9598 #unit4030 > div > p:nth-of-type(1) span {
        font-size: 32px !important;
    }
        #sub-1653 #component9598 #unit4030 > div > p:nth-of-type(10) span {
            font-size: 20px !important;
        }

    /*양육과 훈련 > GMT양육시스템 > 새가족안내*/
    #sub-58 #component9598 #unit4030 > div:nth-of-type(2) > span {
        font-size: 16px !important;
        line-height:24px !important;
    }
    #sub-58 #component9598:nth-of-type(2) #unit4030 > div > div > div:nth-of-type(even) {
        font-size: 16px !important;
    }

    /*양육과 훈련 > GMT양육시스템 > 제자양육*/
    #sub-59 #component9598 #unit4030 > div:nth-of-type(2) {
        line-height: 24px !important;
    }
    #sub-59 #component9598 #unit4030 > div:nth-of-type(2) > span {
        font-size: 16px !important;
    }

    /*공동체 > 다음세대*/
    /*다음세대 : 71~78*/
    /*청년세대 : 96~97*/
    /*장년세대 : 162*/
    .BookSDM .title > div {
        padding: 10px 20px !important;
    }

    #sub-71 #component9598,
    #sub-72 #component9598,
    #sub-73 #component9598,
    #sub-74 #component9598,
    #sub-75 #component9598,
    #sub-76 #component9598,
    #sub-77 #component9598,
    #sub-78 #component9598,
    #sub-2933 #component9598,
    /*#sub-96 #component9598,*/
    /*#sub-97 #component9598,*/
    #sub-162 #component9598 {
        padding: 25px 15px 20px !important;
    }
        #sub-71 #component9598:nth-of-type(1) #unit4030 div span,
        #sub-72 #component9598:nth-of-type(1) #unit4030 div span,
        #sub-73 #component9598:nth-of-type(1) #unit4030 div span,
        #sub-74 #component9598:nth-of-type(1) #unit4030 div span,
        #sub-75 #component9598:nth-of-type(1) #unit4030 div span,
        #sub-76 #component9598:nth-of-type(1) #unit4030 div span,
        #sub-77 #component9598:nth-of-type(1) #unit4030 div span,
        #sub-78 #component9598:nth-of-type(1) #unit4030 div span,
        #sub-2933 #component9598:nth-of-type(1) #unit4030 div span,
        #sub-96 #component9598:nth-of-type(1) #unit4030 div span,
        #sub-97 #component9598:nth-of-type(1) #unit4030 div span,
        #sub-162 #component9598:nth-of-type(1) #unit4030 div span {
            font-size: 24px !important;
        }
            #sub-71 #component9598:nth-of-type(1) #unit4030 div span strong,
            #sub-72 #component9598:nth-of-type(1) #unit4030 div span strong,
            #sub-73 #component9598:nth-of-type(1) #unit4030 div span strong,
            #sub-74 #component9598:nth-of-type(1) #unit4030 div span strong,
            #sub-75 #component9598:nth-of-type(1) #unit4030 div span strong,
            #sub-76 #component9598:nth-of-type(1) #unit4030 div span strong,
            #sub-77 #component9598:nth-of-type(1) #unit4030 div span strong,
            #sub-78 #component9598:nth-of-type(1) #unit4030 div span strong,
            #sub-2933 #component9598:nth-of-type(1) #unit4030 div span strong,
            #sub-96 #component9598:nth-of-type(1) #unit4030 div span strong,
            #sub-97 #component9598:nth-of-type(1) #unit4030 div span strong,
            #sub-162 #component9598:nth-of-type(1) #unit4030 div span strong {
                font-size: 38px !important;
            }
        #sub-162 #component9598 #unit4030 > div:nth-of-type(2) > span {
            font-size: 15px !important;
        }
    #sub-162 #unit27622 > div:nth-of-type(2) {
        font-size: 14px !important;
        line-height: 24px !important;
    }
}
@media(max-width:767px) {
    .sub-top-ul2 li {
        font-size: 1.6rem;
        width: 25%;
    }

    .sub4-wrapper .sub4 > li {
        width: 20%;
    }

        .sub4-wrapper .sub4 > li > a {
            font-size: 14px;
        }

    .subtop-wrap {
        display: none;
    }

    .sub-top-ul2 {
        overflow: hidden;
        width: 100%;
    }

        .sub-top-ul2 li {
            display: none;
            font-size: 2.5rem;
            font-weight: bold;
            margin: auto;
            width: 100%;
            height: 55px;
            padding: 10px 0;
        }

    .sub-gnb {
        padding: 15px;
        margin-top: 15px;
    }

    /*교회소개 > 우리 교회는 > 비전*/
    #sub-23 #component8168 {
        padding-bottom: 0 !important;
    }

        #sub-23 #component8168 #unit3907 > div {
            padding-bottom: 0 !important;
        }
            /*#component8168 #unit3907 > div:nth-of-type(1) {
        padding-bottom: 0 !important;
    }*/
            #sub-23 #component8168 #unit3907 > div:nth-of-type(2) {
                font-size: 24px !important;
                /*padding-bottom: 0 !important;*/
            }

            #sub-23 #component8168 #unit3907 > div:nth-of-type(3) > span > span > span {
                font-size: 30px !important;
            }

    /*교회소개 > 우리 교회는 > 교회연혁*/
    #sub-62 #component6062 #unit4311 > div > span {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start !important;
    }
        #sub-62 #component6062 #unit4311 > div > span > a {
            font-size: 14px !important;
            width: 25%;
        }

    /*교회소개 > 우리 교회는 > 인사말*/
    #sub-1623 #component9553 #unit9594 {
        margin-bottom: 0 !important;
        padding-right: 0 !important;
    }
    #sub-1623 #component9553 #unit3375 {
        position: relative !important;
        right: unset !important;
        top: unset !important;
        margin: 0 !important;
    }
        #sub-1623 #component9553 #unit3375 > img {
            width: 300px !important;
        }
    #sub-1623 #component6673 {
        /*width: 400px !important;*/
        margin: 0 !important;
        width: 100% !important;
    }
        #sub-1623 #component6673 #unit1918 > div {
            font-size: 11px !important;
        }


    /*교회소개 > 섬기는 사람들 > 교역자*/
    #sub-26 #component9355 {
        text-align: center;
    }
        #sub-26 #component9355 > div {
            width: fit-content !important;
        }
        #sub-26 #component9355 #unit5540 {
            padding: 0 !important;
            text-align: center !important;
        }
        #sub-26 #component9355 #unit8583 {
            padding: 0 !important;
            margin: auto !important;
        }
            #sub-26 #component9355 #unit8583 > div > div:nth-of-type(1) {
                text-align: center;
            }
                #sub-26 #component9355 #unit8583 > div > div:nth-of-type(1) > span > span {
                    font-size: 15px !important;
                }
            #sub-26 #component9355 #unit8583 > div > div:nth-of-type(2) {
                font-size: 12px !important;
                text-align: center;
            }

    /*교회소개 > 섬기는 사람들 > 장로*/
    #sub-27 #component1973 #unit2829 > div {
        font-size: 15px !important;
    }

    /*교회소개 > 교회정보 > 예배시간*/
    #sub-29 #component6168, #component1670 {
        padding: 0 !important;
    }
        #sub-29 #component6168 #unit3885, #component1670 #unit2522 {
            overflow-x: scroll;
            overflow-y: hidden;
        }
            #sub-29 #component6168 #unit3885 table, #component1670 #unit2522 table {
                white-space: nowrap;
            }
                #sub-29 #component6168 #unit3885 table tr td, #component1670 #unit2522 table tr td {
                    padding: 0 !important;
                }
                #sub-29 #component6168 #unit3885 table td > span > span, #component1670 #unit2522 table td > span > span {
                    line-height: 2 !important;
                    padding: 15px !important;
                }
                    #sub-29 #component6168 #unit3885 table td > span > span > span, #component1670 #unit2522 table td > span > span > span {
                        line-height: 2 !important;
                        font-size: 13px !important;
                    }
                #sub-29 #component6168 #unit3885 table tr:first-of-type td > span > span > span > span, #component1670 #unit2522 table tr:first-of-type td > span > span > span > span {
                    font-size: 15px !important;
                }
    #sub-29 #component9144 #unit1848 > div > span > span {
        font-size: 30px !important;
    }

    /*교회소개 > 교회정보 > 오시는 길*/
    #sub-30 #component4046 #unit9254 > div {
        font-size: 30px !important;
    }
    #sub-30 #component3107 {
        padding: 0 !important;
    }
        #sub-30 #component3107 #unit2762 {
            margin-bottom: 15px !important;
        }
            #sub-30 #component3107 #unit2762 > div:nth-of-type(1) {
                padding-bottom: 0 !important;
            }
            #sub-30 #component3107 #unit2762 > div:nth-of-type(2) {
                font-size: 16px !important;
            }
    #sub-30 #component4392 #unit2381 > div:nth-of-type(2) > div > span > span > span, #component4392 #unit4526 > div:nth-of-type(2) > div > span > span > span {
        font-size: 16px !important;
    }
    #sub-30 #component9330 #unit1540 > div:nth-of-type(2) > div > span > span > span > span,
    #sub-30 #component6524 #unit4846 > div:nth-of-type(2) > div > span > span > span > span,
    #sub-30 #component6712 #unit6425 > div:nth-of-type(2) > div > span > span > span > span {
        font-size: 15px !important;
    }
    #sub-30 #component9330.col-md-7,
    #sub-30 #component1604.col-md-7,
    #sub-30 #component3520.col-md-7 {
        padding: 0 !important;
        width: 95% !important;
        margin: auto !important;
    }

    /*교회소개 > 교회정보 > 교회차량안내*/
    #sub-31 #component6353 #unit3742 table tr th {

    }
    #sub-31 #component6353 #unit3742 table tr td > p:nth-of-type(1) span {

    }


    /*교회소개 > 교회정보 > 시설안내*/
    #sub-32 #component7587 #unit4496 table tr th span {
        font-size: 14px !important;
    }
    #sub-32 #component7587 #unit4496 table tr td:nth-of-type(1) span {
        font-size: 15px !important;
    }
    #sub-32 #component7587 #unit4496 table tr td:nth-of-type(2) span {
        font-size: 12px !important;
    }

    /*양육과 훈련 > 교육목회철학*/
    #sub-47 #component9598 #unit4030 > div:nth-of-type(2) > span {
        font-size: 22px !important;
    }
    #sub-47 #component9598 #unit4030 > div:nth-of-type(3) {
        text-align: left !important;
        font-size: 14px !important;
    }

    /*양육과 훈련 > 차세대교육프로그램 > 어와나*/
    #sub-2173 #component9598:nth-of-type(3) {
        background-color: rgb(248, 247, 245);
    }
        #sub-2173 #component9598:nth-of-type(3) #unit4030 > div {
            background-image: unset !important;
        }
    #sub-2173 #component9598 #unit4030 > div > div > span > span {
        font-size: 32px !important;
    }
        #sub-2173 #component9598 #unit4030 > div > div > span > span > span {
            font-size: 25px !important;
        }
    #sub-2173 #component9598 #unit4030 > div:nth-of-type(2) > p > span {
        font-size: 12px !important;
    }
    #sub-2173 #component9598:nth-of-type(3) #unit4030 > div > div > div:nth-of-type(2) p, #sub-2173 #component9598:nth-of-type(3) #unit4030 > div > div > div:nth-of-type(2) span,
    #sub-2173 #component9598:nth-of-type(3) #unit4030 > div > div > div:nth-of-type(4) p, #sub-2173 #component9598:nth-of-type(3) #unit4030 > div > div > div:nth-of-type(4) span {
        font-size: 14px !important;
    }

    /*양육과 훈련 > 영어아동부*/
    #sub-2172 #component9598 #unit4030 div {
        line-height: unset !important;
    }
    #sub-2172 #component9598:nth-of-type(3) {
        background-color: rgb(248, 247, 245);
    }
        #sub-2172 #component9598:nth-of-type(3) #unit4030 > div {
            background-image: unset !important;
        }
    #sub-2172 #component9598 #unit4030 > div > div > span:nth-of-type(1) > span {
        font-size: 32px !important;
    }
    #sub-2172 #component9598 #unit4030 > div > div > span:nth-of-type(2) {
        font-size: 21px !important;
    }
    #sub-2172 #component9598 #unit4030 > div:nth-of-type(2) > p > span {
        font-size: 12px !important;
    }
    #sub-2172 #component9598:nth-of-type(3) #unit4030 > div > div > div:nth-of-type(2) p, #sub-2172 #component9598:nth-of-type(3) #unit4030 > div > div > div:nth-of-type(2) span,
    #sub-2172 #component9598:nth-of-type(3) #unit4030 > div > div > div:nth-of-type(4) p, #sub-2172 #component9598:nth-of-type(3) #unit4030 > div > div > div:nth-of-type(4) span {
        font-size: 14px !important;
    }
    #sub-2172 #component9598:nth-of-type(3) #unit4030 > div {
        height: auto !important;
    }
        #sub-2172 #component9598:nth-of-type(3) #unit4030 > div > div {
            position: relative !important;
            top: unset !important;
            left: unset !important;
            transform: unset !important;
        }

    /*양육과 훈련 > GMT양육시스템 > 새가족안내*/
    #sub-1653 #component9598 #unit4030 > div p {
        font-size: 15px !important;
    }
    #sub-1653 #component9598 #unit4030 > div span {
        font-size: 12px !important;
    }
    #sub-1653 #component9598 #unit4030 > div > p:nth-of-type(1) span {
        font-size: 32px !important;
    }
        #sub-1653 #component9598 #unit4030 > div > p:nth-of-type(10) span {
            font-size: 20px !important;
        }

    /*양육과 훈련 > GMT양육시스템 > 새가족안내*/
    #sub-58 #component9598:nth-of-type(2) #unit4030 > div:nth-of-type(1) {        
        height: 300px !important;
    }
    #sub-58 #component9598:nth-of-type(1) #unit4030 > div:nth-of-type(1) {
        font-size: 20px !important;
    }
    #sub-58 #component9598 #unit4030 > div:nth-of-type(2) > span {
        font-size: 16px !important;
        line-height:16px !important;
    }
    #sub-58 #component9598:nth-of-type(2) #unit4030 > div > div > div:nth-of-type(even) {
        font-size: 16px !important;
    }

    /*양육과 훈련 > GMT양육시스템 > 제자양육*/
    #sub-59 #component9598:nth-of-type(1) #unit4030 > div:nth-of-type(1) > span {
        font-size: 24px !important;
    }
    #sub-59 #component9598 #unit4030 > div:nth-of-type(2) {
        line-height: 24px !important;
    }
    #sub-59 #component9598 #unit4030 > div:nth-of-type(2) > span {
        font-size: 16px !important;
    }
    #sub-59 #component9598:nth-of-type(2) #unit4030 > div {
        height: 200px !important;
    }
        #sub-59 #component9598:nth-of-type(2) #unit4030 > div img {
            object-fit: contain !important;
        }

    /*공동체 > 다음세대*/
    /*다음세대 : 71~78*/
    /*청년세대 : 96~97*/
    /*장년세대 : 162*/
    .BookSDM .title > div {
        padding: 10px 20px !important;
    }

    #sub-71 #component9598,
    #sub-72 #component9598,
    #sub-73 #component9598,
    #sub-74 #component9598,
    #sub-75 #component9598,
    #sub-76 #component9598,
    #sub-77 #component9598,
    #sub-78 #component9598,
    #sub-2933 #component9598,
    /*#sub-96 #component9598,*/
    /*#sub-97 #component9598,*/
    #sub-162 #component9598 {
        padding: 25px 15px 20px !important;
    }
        #sub-71 #component9598:nth-of-type(1) #unit4030 div span,
        #sub-72 #component9598:nth-of-type(1) #unit4030 div span,
        #sub-73 #component9598:nth-of-type(1) #unit4030 div span,
        #sub-74 #component9598:nth-of-type(1) #unit4030 div span,
        #sub-75 #component9598:nth-of-type(1) #unit4030 div span,
        #sub-76 #component9598:nth-of-type(1) #unit4030 div span,
        #sub-77 #component9598:nth-of-type(1) #unit4030 div span,
        #sub-78 #component9598:nth-of-type(1) #unit4030 div span,
        #sub-2933 #component9598:nth-of-type(1) #unit4030 div span,
        #sub-96 #component9598:nth-of-type(1) #unit4030 div span,
        #sub-97 #component9598:nth-of-type(1) #unit4030 div span,
        #sub-162 #component9598:nth-of-type(1) #unit4030 div span {
            font-size: 24px !important;
        }
            #sub-71 #component9598:nth-of-type(1) #unit4030 div span strong,
            #sub-72 #component9598:nth-of-type(1) #unit4030 div span strong,
            #sub-73 #component9598:nth-of-type(1) #unit4030 div span strong,
            #sub-74 #component9598:nth-of-type(1) #unit4030 div span strong,
            #sub-75 #component9598:nth-of-type(1) #unit4030 div span strong,
            #sub-76 #component9598:nth-of-type(1) #unit4030 div span strong,
            #sub-77 #component9598:nth-of-type(1) #unit4030 div span strong,
            #sub-78 #component9598:nth-of-type(1) #unit4030 div span strong,
            #sub-2933 #component9598:nth-of-type(1) #unit4030 div span strong,
            #sub-96 #component9598:nth-of-type(1) #unit4030 div span strong,
            #sub-97 #component9598:nth-of-type(1) #unit4030 div span strong,
            #sub-162 #component9598:nth-of-type(1) #unit4030 div span strong {
                font-size: 38px !important;
            }
        #sub-162 #component9598 #unit4030 > div:nth-of-type(2) > span {
            font-size: 15px !important;
        }
    #sub-162 #unit27622 > div:nth-of-type(2) {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .sub4-wrapper.next-gen .sub4 {
        flex-wrap: wrap;
        justify-content: center;
    }
    .sub4-wrapper.next-gen .sub4 .blank-space {
        display:none;
    }
        .sub4-wrapper.next-gen .sub4 > li {
            width: 23%;
        }


}

@media(max-width:500px) {
    /*교회소개 > 우리 교회는 > 비전*/
    #sub-23 #component8168 #unit3907 > div:nth-of-type(2) {
        font-size: 15px !important;
    }
    #sub-23 #component8168 #unit3907 > div:nth-of-type(3) > span > span > span {
        font-size: 21px !important;
    }
}