﻿.board-theme .board-pages > span.prev,
.board-theme .board-pages > span.next {
    cursor: pointer;
    color: #666;
    padding: 10px;
}
.div-iframe-wrapper {
    position:relative;
    padding-bottom:56.25%!important;
    height: 0; 
    overflow: hidden;
}
.sub-section2 #dimodeYoutube{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
}
/*board-control */
.action-search {
    width:100%;
}
.div-search-list {
    border: 1px solid #DDDDDD!important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10%;
    background: #f5f5f5;
    padding-right: 10%;
}
.search-kind {
    width:120px;
    height:50px;
}
.search-kind select {
    height:100%;
    font-size:16px;
}
.board-actions-left {
    display:none;
}
board-actions-right {
    padding-right:390px;
}
#dimodeBoard .board-actions .board-actions-right {
    float:inherit;
    height:0px;
}
.board-actions .row{
    margin-left:0px;
    margin-right:0px;
}
.span-button-search {
    width:110px;
    height:50px;
    text-align:center;
}
.list-categories .btn {
    font-size: 21px;
    line-height: 21px;
    padding: 15px 68px;
    border-radius: 0;
}
.button-search {
    font-size:17px;
    
    width:100%;
    height:100%;
    padding-left:2%;
    padding-right:2%;
}

.input-search-word {
    width:100%;
    height:100%;
    font-size:16px;
}
.div-search-word {
    padding-left: 20px;
    width: 100%;
    padding-right: 20px;
    height: 55px;
}
.board-theme .theme-list .list-categories .category-group .category-btn {
    color:#515151;
}

.btn-gray {
    color:white;
    background-color:#515151;
}

.btn-gray:hover {
        color:white;
        background-color: #515151;
}

.button-kind-list {
    font-size:16px;
    width:25%;
    height:50px;
}
.div-tab{
    margin-top:20px;
    margin-bottom:50px;
}
/* board-list s */
.board-theme .theme-list {
    font-family: 돋움,Dotum,sans-serif;
    overflow: hidden;
    width: 100%;
}
.sub-board-title {
    margin-top:40px;
    margin-bottom:20px;
}
.sub-board-content-title {
    margin-bottom:30px;
}
    .board-theme .theme-list .list-categories {
        margin-bottom: 12px;
    }

        .board-theme .theme-list .list-categories .category-group {
            vertical-align: top;
        }

            .board-theme .theme-list .list-categories .category-group:hover button {
                background-color: #e6e6e6;
                border-color: #adadad;
            }

            .board-theme .theme-list .list-categories .category-group .category-btn {
                margin-bottom: 2px;
            }

            .board-theme .theme-list .list-categories .category-group .addon-btn {
                padding-left: 5px;
                padding-right: 5px;
            }

            .board-theme .theme-list .list-categories .category-group ul {
                min-width: 100%;
                padding: 0;
                margin: 0;
                border-radius: 0;
            }

                .board-theme .theme-list .list-categories .category-group ul li:last-child {
                    border-bottom: 0;
                }

                .board-theme .theme-list .list-categories .category-group ul li a {
                    cursor: pointer;
                    font-size: 12px;
                    padding: 6px 12px;
                }

                .board-theme .theme-list .list-categories .category-group ul li.selected a {
                    background: #eee;
                }

    .board-theme .theme-list table {
        border-top-width: 1px;
    }

        .board-theme .theme-list table th,
        .board-theme .theme-list table td {
            font-size: 12px;
            text-align: center;
            padding: 14px;
        }

        .board-theme .theme-list table th {
            background: #fcfcfc;
            border-bottom-width: 1px;
            min-width: 70px;
        }

            .board-theme .theme-list table th.document-title {
                width: 50%;
            }

        .board-theme .theme-list table td.document-title {
            text-align: left;
        }

        .board-theme .theme-list table tr.notice td.document-no,
        .board-theme .theme-list table tr.notice td.document-title {
            font-weight: 600;
        }

        .board-theme .theme-list table tr td.document-added_file {
            padding-top: 5px;
            padding-bottom: 5px;
        }

            .board-theme .theme-list table tr td.document-added_file .file-ico {
                display: inline-block;
                width: 30px;
                height: 30px;
                background: #333;
                margin-top: 5px;
            }

        .board-theme .theme-list table th input,
        .board-theme .theme-list table td input {
            margin: 0;
        }

        .board-theme .theme-list table thead th.title {
            width: 50%;
        }

        .board-theme .theme-list table tbody td.document-title a {
            color: #333;
            text-align: left;
        }

            .board-theme .theme-list table tbody td.document-title a:hover {
                text-decoration: underline;
            }

            .board-theme .theme-list table tbody td.document-title a.comment-count {
                color: #333;
                margin-left: 6px;
                text-decoration: none;
                font-weight: 600;
            }

        .board-theme .theme-list table tbody td.document-title span.file {
            color: #000;
            vertical-align: middle;
        }

        .board-theme .theme-list table tbody td.document-title span.reserved {
            background: #444;
            color: #fff;
            padding: 2px 4px;
            margin-left: 6px;
        }

    .board-theme .theme-list .document-title a.active {
        text-decoration: underline;
    }

    .board-theme .theme-list .no-document {
        text-align: center;
        padding: 21px 0;
    }

.board-theme.list .board-pages {
    padding: 21px 0 30px 0;
    text-align: center;
    max-width: 1040px;
    margin: 0 auto;
}

    .board-theme.list .board-pages > span {
        padding-left: 11px;
        padding-right: 11px;
    }

        .board-theme.list .board-pages > span.page {
            margin-bottom: 5px;
            cursor: pointer;
            font-size: 13px;
            border-radius: 0;
        }

.board-theme.gallery .theme-list table {
    margin-bottom: 15px;
}

.board-theme.gallery .theme-list > .each-document {
    display: inline-block;
    vertical-align: top;
    width: 270px;
    margin-left: 0px;
    margin-right: 25px;
    margin-bottom: 5px;
}
    .board-theme.gallery .theme-list > .each-document:last-child {
        margin-right:0px;
    }
    .board-theme.gallery .theme-list > .each-document > a.title-image {
        display: inline-block;
        width: 100%;
        padding-bottom:75.25%;
        position: relative;
        border: 1px solid #8c8c8c;
        background-repeat: no-repeat;
        background-size: auto 25px;
        background-position: 50% 50%;
        background-color: #000;
    }

    .board-theme.gallery .theme-list > .each-document > a.title-image.loaded {
        background-size: auto 100%;
    }

        .board-theme.gallery .theme-list > .each-document > a.title-image > .no-image {
            position: absolute;
            left: 0;
            width: 100%;
            text-align: center;
            color: #333;
            margin-top: 0;
            height: 100%;
            top: 0;
            background: #eee;
        }

            .board-theme.gallery .theme-list > .each-document > a.title-image > .no-image span {
                position: absolute;
                top: 50%;
                left: 0;
                width: 100%;
                margin-top: -9px;
            }

        .board-theme.gallery .theme-list > .each-document > a.title-image > .list-items {
            width: 100%;
            height:203px;
            padding-bottom: 15.25%;
            padding-top:37px;
            background: rgba(0,0,0,0.63);
            position: absolute;
            left: 0;
            top: 0;
            display: table;
            transition: opacity 0.21s;
            opacity: 0;
        }

        .board-theme.gallery .theme-list > .each-document > a.title-image:hover > .list-items {
            opacity: 1;
        }

        .board-theme.gallery .theme-list > .each-document > a.title-image > .list-items .items-wrapper {
            display: table-cell;
            color: #fff;
            vertical-align: middle;
            
        }
            .board-theme.gallery .theme-list > .each-document > a.title-image > .list-items .items-wrapper img {
                padding-left:10px;
                padding-right:10px;
            }
            .board-theme.gallery .theme-list > .each-document > a.title-image > .list-items .items-wrapper > .list-item {
                display: block;
                text-align: center;
            }

                .board-theme.gallery .theme-list > .each-document > a.title-image > .list-items .items-wrapper > .list-item.title {
                    font-size: 16px;
                    margin-bottom: 4px;
                }

    .board-theme.gallery .theme-list > .each-document a.title {
        margin-bottom:10px;
        display: block;
        overflow: hidden;
        color: #232220;
        height: 24px;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-left:15px;
        padding-right:15px;
        text-decoration:none;
        font-size:20px;
    }
    .board-theme.gallery .theme-list > .each-document a.title-bible {
        line-height:1.5;
        margin-bottom:10px;
        height:100%;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-left:15px;
        padding-right:15px;
        text-decoration:none;
        color:#868686;
        font-size:15px;
    }
        .board-theme.gallery .theme-list > .each-document a.title-bible span {
            float:left;
        }
     .board-theme.gallery .theme-list > .each-document a.title-date {
        margin-bottom:10px;
        float:left;
        display: inline-block;
        overflow: hidden;
        height: 24px;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-left:15px;
        padding-right:15px;
        text-decoration:none;
        color:#565656;
        font-size:15px;
    }
    .board-theme.gallery .theme-list > .each-document a.title-speaker {
        float:right;
        display: inline-block;
        overflow: hidden;
        height: 24px;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-left:15px;
        padding-right:15px;
        text-decoration:none;
        color:#616161;
        font-size:16px;
    }
    
.board-theme.gallery .theme-list > .each-document > .div-background {
    padding-top:5px;
    border:1px solid #C1C1C1;
    position: relative;
    top: -6px;
    width:100%;
}
      
#recent-sermon div:nth-child(2) > .recentInfo{
    font-size:16px;
    padding-left:0px;
    padding-right:0px;
    margin-left:30px;
   
}
        #recent-sermon div:nth-child(2) > .recentTitle {
               margin-left:30px;
        }

        #recent-sermon div:nth-child(1) {
            padding-left:0px;
            padding-right:0px;
        }
.recentTitle > a {
    color:black;
}
.gallery {
    padding-top:0px;
}
.div-float-left {
    float:left;
}
.hr-margin {
    margin-top:10px;
    margin-bottom:10px;
}
.p-right {
    margin-bottom: 0px;
}
.list-bible {
    float:left;
}
.list-bible-tabs {
    text-align:center;
    padding-top: 30px;
    padding-bottom: 3px;
    padding-left: 40px;
    padding-right: 40px;
}
.nav-tabs {
    border:inherit;
}
.nav-tabs > li {
    background:#888888;
    border: 1px solid;
}
.nav-tabs > li > a {
    border-radius:0;
    margin:0px;
}
.nav-tabs > li a:hover {
    background:#515151;
    border:1px solid transparent;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color:#515151;
    color:white!important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border:1px solid #515151;
}
/* board-list e */

/* board-detail s */
.vp-player-layout {
    left:0px!important;
}
.board-theme .theme-detail {
    font-size:16px;
}
.board-theme .theme-detail .detail-top {
    background: #fbfbfb;
    padding: 14px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: inline-block;
    width: 100%;
}

    .board-theme .theme-detail .detail-top .document-title {
        float: left;
        color: #333;
        overflow: hidden;
        font-weight: 600;
    }

        .board-theme .theme-detail .detail-top .document-title .category {
            margin-right: 3px;
        }

    .board-theme .theme-detail .detail-top .document-regdate {
        float: right;
    }

.board-theme .theme-detail .detail-upper {
    padding: 8px 14px;
    border-bottom: 1px solid #eee;
    display: inline-block;
    width: 100%;
}

    .board-theme .theme-detail .detail-upper .document-writer {
        float: left;
    }

    .board-theme .theme-detail .detail-upper .document-readed_count {
        float: right;
    }

.board-theme .theme-detail .detail-video > * {
    margin-top: 12px;
}


.board-theme .theme-detail .detail-video > a.video-button {
    display: block;
    width: 100%;
    text-align: center;
    background: #4e4e4e;
    color: #fff;
    padding: 16px 0;
    border-radius: 2px;
    font-size: 14px;
    text-decoration: none;
}

.board-theme .theme-detail .detail-video .video-js {
    width: 100%;
    height: auto;
}

    .board-theme .theme-detail .detail-video .video-js .vjs-tech {
        height: auto;
        position: relative;
    }

.board-theme .theme-detail .detail-video iframe {
    width: 615px;
    height: 345px;
    margin-top:0px;
}
.board-theme .theme-detail .detail-audio {
    display:none;
    width: 615px;
    height: 345px;
    padding-top: 20px;
}
.board-theme .theme-detail .detail-audio > * {
    margin-top: 12px;
}

.board-theme .theme-detail .detail-audio-downlad {
    text-align: center;
    margin: 12px 0 21px 0;
}

    .board-theme .theme-detail .detail-audio-downlad > a {
        font-size: 14px;
        background: #07c;
        color: #fff;
        text-decoration: none;
        padding: 12px 24px;
        display: inline-block;
    }

.board-theme .theme-detail .detail-pdf iframe {
    width: 100%;
    height: 550px;
}

.board-theme .theme-detail .detail-content {
    padding: 14px;
    word-break: break-all;
    font-size: 16px;
}

    .board-theme .theme-detail .detail-content img {
        cursor: pointer;
    }
.write-content textarea {
    background:white;
    color:black;
}
.div-button-detail {
    padding-top: 72px;
    display: inline-block;
    text-align: center;
    width: 100%;
}
/* board-detail e */

/*동신 CSS*/
.list_in_read {
	height: 574px;
	overflow-y:scroll;
}
.board_read_bottom2 {
    text-align:center;

}
    .board_read_bottom2 > a > img {
        margin:0 5px;
        margin-bottom:30px;
    }
.div-scroll-y {
    height: 100px;
    overflow-y:scroll;
}
.bootstrap-no-padding {
    padding:0px!important;
}
.bible-content {
    margin-top:0px;
   margin-left: 10px;
    margin-right: 10px;
    margin-bottom:30px;
}
.div-scroll-y {
    margin-left: 10px;
    margin-right: 10px;
}
.list_in_read ol > li:hover {
    background: #f1f1f1;
}
ol {
    margin-bottom:0px;
}
.clear {
    display: block;
    position: relative;
    clear: both;
}
.ol > li {
    padding: 19px 0;
    margin: 0;
}
.detail-video {
   width: 100%;
   float: left;
}
.div-right-list {
    width: 308px;
    float: left;
}
/*동신 CSS e*/

/* board-write s */
.board-theme .theme-write {
    padding: 21px 21px 0 21px;
    background: #eee;
}

    .board-theme .theme-write .title-category {
        padding: 0;
    }

    .board-theme .theme-write .title-content {
        padding: 0;
    }

    .board-theme .theme-write .document-title {
        margin: 0;
    }

    .board-theme .theme-write .document-extended_keys {
        margin-top: 12px;
        padding: 1px;
    }

        .board-theme .theme-write .document-extended_keys table {
            border: 1px solid #ccc;
        }

            .board-theme .theme-write .document-extended_keys table tr {
                background: #f9f9f9;
            }

                .board-theme .theme-write .document-extended_keys table tr th {
                    font-size: 11px;
                    vertical-align: middle;
                }

                .board-theme .theme-write .document-extended_keys table tr td select,
                .board-theme .theme-write .document-extended_keys table tr td input {
                    font-size: 12px;
                }

                .board-theme .theme-write .document-extended_keys table tr td textarea {
                    width: 100% !important;
                    height: 120px;
                    min-height: 70px;
                }

        .board-theme .theme-write .document-extended_keys select {
            max-width: 210px;
        }

    .board-theme .theme-write .document-content {
        margin-top: 12px;
    }

        .board-theme .theme-write .document-content #cke_content {
            margin: 0 auto;
        }
         .board-theme .theme-list {
            margin-top: 20px;
    }
/* board-write e */
 .theme-list .each-document:nth-child(4n+4) {
        margin-right:0px!important;
    }

 /*리쓰트  폰트*/

.board-theme .theme-list table th, .board-theme .theme-list table td {
    font-size:16px;
    text-align:left;
}

@media (min-width:991px) and (max-width:1199px) {
     .theme-list .each-document:nth-child(4n+4) {
        margin-right:25px!important;
    }
    .theme-list .each-document:nth-child(3n+3) {
        margin-right:0px!important;
    }
}

@media(min-width:768px) {
    .board-theme .theme-write .title-category {
        padding-right: 15px;
    }
}

@media (max-width:768px) {
    .detail-video {
        width: 100%;
    }

    .detail-video {
        border-right: 0px;
    }

    .board_read_bottom2 > a > img {
        margin: 0 0px;
    }

    .bible-content {
        margin-top: 20px;
    }

    .div-scroll-y {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .div-right-list {
        display: none;
    }

   

    .board-theme.gallery .theme-list > .each-document {
        width: 100%;
    }

    .board-theme.gallery .theme-list > .each-document {
        margin-left:0px;
    }
        .board-theme.gallery .theme-list > .each-document > .div-background {
            width:100%;
        }
    .each-document {
        padding:0 50px;
    }
    .board-theme.gallery .theme-list > .each-document a.title {
        width:100%;
    }
    .p-right {
        padding-right: 40px!important;
    }
    .board-theme.gallery .theme-list > .each-document > a.title-image > .list-items {
        height:203px;
    }
    .board-theme .theme-detail .detail-audio {
        width:100%;
        height:210px;
    }
   
}

@media(max-width:767px) {
     .board-theme .theme-list table thead th{
        display: none;
        padding-top:15px;
        padding-bottom:15px;
        padding-left:5px!important;
        padding-right:5px!important;
    }

    .board-theme .theme-list table tbody td {
        display: none;
        padding-top:15px;
        padding-bottom:15px;
        padding-left:5px!important;
        padding-right:5px!important;
        font-size:14px;
      

    }
    .board-theme .theme-list table tbody td.document-extendedValue_titlevalue{
        display: inline-block;
        width: 100%; 
        white-space: nowrap; 
        overflow: hidden; 
        text-overflow: ellipsis;
    }
	.board-num_123834 .render-theme .sub-section3 .container .board-theme .theme-list table tbody td.document-title{
		display: inline-block;
        width: 100%; 
        white-space: nowrap; 
        overflow: hidden; 
        text-overflow: ellipsis;
	}
	
	
	
	
    

        .board-theme .theme-list table th.document-extendedKey_titleValue,
        .board-theme .theme-list table th.document-extendedKey_dateValue,
		.board-num_123834 .render-theme .sub-section3 .container .board-theme .theme-list table th.document-Title
		{
            display: table-cell;
        }

        .board-theme .theme-list table td.document-extendedValue_titlevalue,
        .board-theme .theme-list table td.document-extendedValue_datevalue,
		.board-num_123834 .render-theme .sub-section3 .container .board-theme .theme-list table tbody td.document-Title		{
            display: table-cell;
            
        }
    .board-theme .theme-detail .detail-top .document-title {
        width: 100%;
    }

    .board-theme.gallery {
        text-align: center;
    }
     .sub-section3 .div-search-list {
        padding-left:0px!important;
        padding-right:0px!important;
          border:0px!important;
          background:inherit!important;
    }
    .search-kind select {
        font-size:15px;
    }
    .div-search-word .input-search-word {
        font-size:15px;
    }
    .div-search-word {
        padding-left:5px!important;
        padding-right:5px!important;
    }
   .span-button-search {
        width:50px!important;
    }
    .span-button-search .button-search {
        font-size:15PX;
        border-radius:0px!important;
    }
     #dimodeBoard.board-detail .document-extended_keys table tr th{
        word-break:keep-all;
        padding-left:5px!important;
        padding-right:5px!important;
        font-size:15px!important;
        text-align:center;
    }
    #dimodeBoard.board-detail .document-extended_keys table tr td{
    }
}
}
@media (max-width:320px) {
    .board-theme .theme-list table tbody td.document-extendedValue_titlevalue {
        display: inline-block;
        width: 200px; 
        white-space: nowrap; 
        overflow: hidden; 
        text-overflow: ellipsis;
    }
}