﻿#dimodeBoard.board-detail.board-num_415 .board-share .document-tools .document-tool-btn {
    display: none;
}

@media not all and (min-resolution:.001dpcm) { 
    @media {
        .moreView .sermon-box { 
					margin-right:20px!important;
					margin-bottom:20px;
		    }
		        .moreView .sermon-box:nth-child(4n) {
		        		margin-right:0px!important;
		        	} 
    }
}
/*
    sermon
*/
.document-checkbox {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    z-index: 9999;
}

    .document-checkbox input {
        width: 15px;
        height: 15px;
        margin: 10px;
    }

.board-theme .category-list .wrap {
    display: flex;
    flex-wrap: wrap;
}

.board-theme .list-categories {
    margin: 30px 0;
}

    .board-theme .list-categories .category-title {
        margin: 30px 0;
        font-size: 32px;
    }

        .board-theme .list-categories .category-title .series-more {
            font-size: 20px;
            font-weight: normal;
            float: right;
            margin: 15px;
            cursor: pointer;
        }

.board-theme .category-list .wrap a {
    color: #000;
    font-size: 24px;
    text-decoration: none;
}

.board-theme .category-list .wrap .cont-box {
    margin: 0 10px 20px;
}

    .board-theme .category-list .wrap .cont-box .no-image {
        width: 100%;
        height: 100%;
        display: inline-flex;
        color: #fff;
        justify-content: center;
        align-items: center;
    }

    .board-theme .category-list .wrap .cont-box .img-wrap {
        overflow: hidden;
        position: relative;
        width: 200px;
        height: 300px;
        background: #00000070;
    }

    .board-theme .category-list .wrap .cont-box .cont-box-title {
        margin-top: 5px;
        text-align: center;
    }



#recent-sermon .recent-title {
    font-size: 32px;
    margin: 20px 0;
}

#recent-sermon:after {
    content: "";
    display: block;
    clear: both;
}

#recent-sermon-cont {
    margin: 30px 0px;
}

    #recent-sermon-cont span {
        font-size: 18px;
        margin: 0px 0px 5px;
        font-weight: bold;
    }

        #recent-sermon-cont span.empty {
            padding: 0 20px;
        }

#recent-sermon .recent-content {
    font-size: 18px;
    padding: 20px 0;
    border-top: 2px solid #cecece;
}

#dimodeBoard .board-actions {
    border: none;
    padding: 30px;
}

#sermon-top {
    padding-top: 250px;
    margin-bottom: 45px;
}

    #sermon-top h1 {
        padding-bottom: 15px;
        border-bottom: 2px solid #000;
        display: inline-block;
        font-size: 28px;
        font-weight: bold;
        margin-top: 0px;
        float: left;
        margin-right: 50px;
        margin-left: 15px;
    }

#sermon-play {
    float: none;
    position: absolute;
    z-index: 10;
    top: 20%;
    left: 43%;
    width: 40px;
    height: 40px;
}

.sermon-box > img {
    float: left;
}

.sermon-box > a:hover {
    opacity: 0.6;
    transition: 0.3s;
}

#sermon-control {
    height: 45px;
    width: 150px;
    font-size: 20px;
    font-weight: 500;
    margin-right: 20px;
    border-radius: 50px;
    padding: 0px 15px;
}

#sermon-kind {
    padding: 0px;
    vertical-align: top;
}

#sermon-button img {
    width: 35px;
}

#sermon-keyword {
    width: 220px;
    height: 45px;
    font-size: 20px;
    font-weight: 500;
    margin-right: 20px;
    border-radius: 50px;
    padding: 7px 20px;
}


.input-group {
    float: left;
    width: 650px;
}

.btn-default:hover, .btn-default:active {
    background-color: transparent;
    border: none;
}

.action-search {
    display: none;
}

#sermon-search {
    display: table;
}

.series-button {
    clear: both;
    margin-top: 80px;
}

    .series-button .btn {
        border-radius: 10px;
        padding: 15px 20px;
        margin: 10px 10px;
        background-color: #fff;
        box-shadow: 1px 1px 6px 1px #aaa;
    }

        .series-button .btn:hover {
            background-color: #efefef;
            transition: 0.2s all ease;
            font-weight: bold;
        }

    .series-button a {
        text-decoration: none;
        color: #000;
        font-size: 24px;
    }

select option {
    border-radius: 50px;
}

.sermon-content {
    clear: both;
    padding: 20px 14px 0;
    height: auto;
}

    .sermon-content h4 {
        font-size: 20px;
        color: #000;
        font-weight: 600;
        display: inline-block;
        margin-top: 0px;
        width: 100%;
        line-height: 25px;
        height: 25px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .sermon-content h5 {
        font-size: 14px;
        color: #828282;
        font-weight: 400;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .sermon-content img {
        width: 20px;
        height: 20px;
        float: right;
        margin-left: 5px;
        margin-top: 5px;
    }

    .sermon-content a img {
        width: 20px !important;
        height: 20px;
        float: right;
        margin-left: 5px;
        margin-top: 0px;
    }

    .sermon-content .sermon-date {
        position: absolute;
        margin-bottom: 5PX;
        bottom: 0;
        font-size: 13px;
        color: #828282;
        right: 30px;
    }

    .sermon-content .sermon-speaker {
        position: absolute;
        bottom: 0;
        margin-bottom: 5PX;
        font-size: 13px;
        color: #000;
        margin-right: 35px;
        font-weight: 600;
    }

.sermon-box {
    max-height: 100%;
    position: relative;
}

.sermon-box-wrap::-webkit-scrollbar {
    width: 5.2px;
}

.sermon-box-wrap::-webkit-scrollbar-track {
    background-color: #5D5D5D;
}

.sermon-box-wrap::-webkit-scrollbar-thumb {
    background: #303030;
}

    .sermon-box-wrap::-webkit-scrollbar-thumb:hover {
        background: #404040;
    }

    .sermon-box-wrap::-webkit-scrollbar-thumb:active {
        background: #808080;
    }

.sermon-box-wrap::-webkit-scrollbar-button {
    display: none;
}

.sermon-box a {
    text-decoration: none;
}

.list {
    font-size: 25px;
    float: right;
    margin-top: 20px;
    color: #000;
    text-decoration: none;
    width: 100%;
}

    .list:hover {
        text-decoration: none;
        color: #000;
    }

.board-theme .board-pages > span.prev,
.board-theme .board-pages > span.next {
    cursor: pointer;
    color: #666;
    padding: 10px;
}

.board-actions-left {
}

/* board-list s */
#dimodeBoard .board-pages {
    display: none;
}

.theme-list-title {
    font-size: 32px;
    font-weight: bold;
    margin: 30px 0;
}

#dimodeBoard .moreView .board-pages {
    display: block;
}

.moreView .sermon-box {
    width: 320px;
}

.more {
    display: none;
}

.theme-list-title .more-btn {
    font-size: 20px;
    font-weight: normal;
    float: right;
    margin: 15px;
    cursor: pointer;
}

.board-theme .theme-list {
    font-family: 돋움,Dotum,sans-serif;
    margin: 60px 0 80px;
}

    .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: 17px;
            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: 150px;
    margin-bottom: 5px;
}

    .board-theme.gallery .theme-list > .each-document > a.title-image {
        display: inline-block;
        width: 140px;
        height: 130px;
        position: relative;
        border: 1px solid #ddd;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: 50% 50%;
        background-color: #000;
    }

        .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: 100%;
            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 > .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 {
        width: 140px;
        display: block;
        overflow: hidden;
        text-align: center;
        color: #333;
        margin-top: 1px;
        height: 24px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.sermon-box .title > img:first-child {
    width: 100%;
    height: auto;
}
/* board-list e */

/* board-detail s */
/*coustom*/
.board-detail .flex-wrap {
    display: flex;
}

    .board-detail .flex-wrap .left-cont {
        width: 70%;
    }

    .board-detail .flex-wrap .right-cont {
        width: 30%;
        margin-left: 30px;
        margin-top: 70px;
        max-height: 890px;
        overflow-y: scroll;
    }

        .board-detail .flex-wrap .right-cont::-webkit-scrollbar {
            width: 6px;
        }

        .board-detail .flex-wrap .right-cont::-webkit-scrollbar-track {
            background-color: transparent;
        }

        .board-detail .flex-wrap .right-cont::-webkit-scrollbar-thumb {
            border-radius: 3px;
            background-color: gray;
        }

        .board-detail .flex-wrap .right-cont::-webkit-scrollbar-button {
            width: 0;
            height: 0;
        }

        .board-detail .flex-wrap .right-cont .list-content {
            position: relative;
            margin-bottom: 20px;
            margin-right: 20px;
        }

            .board-detail .flex-wrap .right-cont .list-content img {
                width: 100%;
            }

            .board-detail .flex-wrap .right-cont .list-content h4 {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                background: #00000070;
                color: #fff;
                padding: 10px;
                margin: 0;
            }

.board-theme .theme-detail .detail-top {
    padding: 14px;
    display: inline-block;
    width: 100%;
}

    .board-theme .theme-detail .detail-top .document-title {
        float: left;
        color: #333;
        overflow: hidden;
        font-weight: 600;
        font-size: 18px;
    }

.board-theme .theme-detail .detail-title {
    margin: 20px 0;
}

.board-theme .theme-detail .document-extended_keys {
    margin: 30px 0;
    border-bottom: 1px solid #000;
    padding: 30px 0;
}

    .board-theme .theme-detail .document-extended_keys ul {
        display: flex;
    }

        .board-theme .theme-detail .document-extended_keys ul li.sperate {
            margin: 0 10px;
        }

        .board-theme .theme-detail .document-extended_keys ul li {
            font-size: 20px;
        }

            .board-theme .theme-detail .document-extended_keys ul li:last-child {
                display: none;
            }
/*custom e*/
.board-theme .theme-detail .detail-top .document-title .category {
    margin-right: 3px;
    font-size: 26px;
}

.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-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 0;
    word-break: break-all;
    font-size: 17px;
}

    .board-theme .theme-detail .detail-content img {
        cursor: pointer;
    }
/* board-detail 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-write e */

@media (min-width:1200px) and (max-width:1499px) {
}

@media (min-width:993px) and (max-width:1199px) {

    #sermon-play {
        float: none;
        position: absolute;
        z-index: 10;
        top: 14%;
        left: 40%;
        width: 40px;
        height: 40px;
    }
}


@media (min-width:768px) and (max-width:992px) {
    .sermon-box .title > img:first-child {
        height: auto;
    }

    .board-theme .category-list .wrap a {
        width: 25%;
    }

    .board-theme .category-list .wrap .cont-box .img-wrap {
        width: 100%;
        height: auto;
    }
}

@media (max-width:767px) {
    #dimodeBoard .board-actions {
        height: 0;
        padding: 0;
    }

    .board-theme .category-list .wrap .cont-box .cont-box-title {
        font-size: 17px;
    }

    .board-theme .category-list .wrap a {
        width: 33.333%;
    }

    .board-theme .category-list .wrap .cont-box .img-wrap {
        width: 100%;
        height: auto;
    }

    .board-theme .list-categories .category-title {
        font-size: 26px;
    }

    .board-theme .theme-list {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .theme-list-title {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 24px;
    }

        .theme-list-title .more-btn {
            font-size: 16px;
            margin: 5px 15px;
        }

    #recent-sermon-cont {
        margin: 10px 0;
    }

    #recent-sermon .recent-title {
        font-size: 26px;
    }

    .sermon-content {
        padding: 10px 5px;
    }

        .sermon-content h4 {
            font-size: 16px;
            line-height: 15px;
            height: 15px;
            margin-bottom: 5px;
        }

        .sermon-content h5 {
            text-overflow: ellipsis;
            overflow: hidden;
            width: 100%;
            white-space: nowrap;
        }

        .sermon-content .sermon-speaker {
            display: none;
        }

    .table-hover > tbody > .document-Title, .document-number, .document-checkbox, .document-extendedValue_datevalue {
        display: none !important;
    }

    .table-hover thead {
        display: none !important;
    }

    #recent-sermon-cont p {
        font-size: 15px;
    }
}
