﻿
#modal-login {
    max-width: 640px;
    margin: 100px auto;
    padding: 0;
}
    #modal-login .clearfix,
    #modal-login .body-content h4 {
        display: none;
        
    }
    #modal-login .container {
        width: unset;
        padding: 0;
    }

#dimodeBoard iframe {
    max-width: 100%;
}

#dimodeBoard .board-pages {
    padding: 30px 0;
    text-align: center;
}

#dimodeBoard .board-actions {
    padding: 30px 0;
    border-top: 1px solid #eee;
}

    #dimodeBoard .board-actions.top {
        padding-top: 30px;
        display: inline-block;
        width: 100%;
    }

    #dimodeBoard .board-actions.detail {
        margin-top: 10px;
        display: inline-block;
        width: 100%;
    }

    #dimodeBoard .board-actions > .button-action {
        margin: 14px;
    }

    #dimodeBoard .board-actions:after {
        clear: both;
    }

    #dimodeBoard .board-actions .board-actions-left {
        float: left;
        min-width: 300px;
    }

        #dimodeBoard .board-actions .board-actions-left .action-search {
            max-width: 357px;
        }

            #dimodeBoard .board-actions .board-actions-left .action-search .search-kind select {
                width: 104px;
                margin-right: -1px;
            }

            #dimodeBoard .board-actions .board-actions-left .action-search input {
                padding: 7px 12px;
            }

            #dimodeBoard .board-actions .board-actions-left .action-search button {
                padding-top: 6px;
            }

    #dimodeBoard .board-actions .board-actions-right {
        text-align: right;
        float: right;
    }

/* 리스트 s */
#dimodeBoard.board-list #popActionModal .modal-title {
    font-weight: 600;
}

#dimodeBoard.board-list #popActionModal .modal-table th,
#dimodeBoard.board-list #popActionModal .modal-table td {
    text-align: center;
}

#dimodeBoard.board-list #popActionModal .board-list {
    float: left;
    max-width: 420px;
    width: 100%;
}
/* 리스트 e */

/* 상세 s */
#dimodeBoard.board-detail .list-in-detail {
    margin-top: 30px;
}

#dimodeBoard.board-detail .board-share {
    text-align: center;
    margin: 21px 0;
    display: inline-block;
    width: 100%;
}

    #dimodeBoard.board-detail .board-share .share-ico {
        cursor: pointer;
        padding: 0;
        color: #fff;
        margin: 3px 1px;
        display: inline-block;
        font-size: 16px;
        vertical-align: top;
        user-select: none;
        -o-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
    }

        #dimodeBoard.board-detail .board-share .share-ico img {
            width: 37px;
            height: 37px;
            border-radius: 7px;
        }

    #dimodeBoard.board-detail .board-share .vote {
        float: left;
        margin: 3px 0;
    }
        #dimodeBoard.board-detail .board-share .vote .vote-btn {
            padding: 4px;
            line-height: 100%;
            display: inline-block;
            border-radius: 4px;
            border-color: #204d74;
            cursor: pointer;
            width: 37px;
            float:left;
        }
        #dimodeBoard.board-detail .board-share .vote .voteCnt {
            font-size: 15px;
            vertical-align: middle;
            float: right;
            line-height: 37px;
        }
        #dimodeBoard.board-detail .board-share .vote span i {
            font-size: 28px;
            color: #204d74;
        }
                #dimodeBoard.board-detail .board-share .document-tools {
                    float: right;
                }

        #dimodeBoard.board-detail .board-share .document-tools .document-tool-btn {
            padding: 9px;
            line-height: 100%;
            display: inline-block;
            border-radius: 4px;
            background-color: #07c;
            border-color: #204d74;
            cursor: pointer;
            width: 37px;
            margin: 3px 0;
        }

            #dimodeBoard.board-detail .board-share .document-tools .document-tool-btn i {
                font-size: 19px;
                color: #fff;
            }

#dimodeBoard.board-detail .document-extended_keys {
    margin: 12px 0;
}

    #dimodeBoard.board-detail .document-extended_keys table {
        border-top-width: 1px;
    }

        #dimodeBoard.board-detail .document-extended_keys table th {
            background: #f5f5f5;
        }

        #dimodeBoard.board-detail .document-extended_keys table tr {
            border-bottom: 1px solid #ededed;
        }

        #dimodeBoard.board-detail .document-extended_keys table th,
        #dimodeBoard.board-detail .document-extended_keys table td {
            border-top: 0;
            padding-left: 15px;
            padding-right: 15px;
        }

#dimodeBoard.board-detail .files-in-detail {
    border-top: 1px solid #eee;
    padding: 21px;
    max-height: 210px;
    overflow-y: auto;
    overflow-x: hidden;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

    #dimodeBoard.board-detail .files-in-detail .each-file {
        color: #333;
        display: block;
        padding-top: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

#dimodeBoard.board-detail .show-file {
    margin-bottom: 36px;
}

    #dimodeBoard.board-detail .show-file button {
        width: 100%;
    }
/* 상세 e */

/* 작성 s */
#dimodeBoard.board-write .form-reservation {
    padding: 0 21px;
    margin: -1px 0 0 0;
    background: #eee;
}

    #dimodeBoard.board-write .form-reservation .reservation-wrapper {
        border: 1px solid #ccc;
        padding: 15px;
        background: #f9f9f9;
        font-size: 11px;
    }

    #dimodeBoard.board-write .form-reservation .title {
        padding: 10px;
        font-weight: 600;
    }

#dimodeBoard.board-write .form-action {
    background: #eee;
    padding: 20px 27px 0px 27px;
	font-size: 14px;
}

    #dimodeBoard.board-write .form-action > div {
        padding: 11px 11px 0 24px;
        margin: 0;
    }

    #dimodeBoard.board-write .form-action .secret .secret-message {
        margin-left: 2px;
    }

    #dimodeBoard.board-write .form-action .title-style {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
    }

        #dimodeBoard.board-write .form-action .title-style:before {
            content: '|';
            margin: 0 15px 0 5px;
        }

        #dimodeBoard.board-write .form-action .title-style span {
            display: inline-block;
            margin-right: 5px;
            vertical-align: middle;
        }

        #dimodeBoard.board-write .form-action .title-style input {
            display: inline-block;
            box-shadow: none;
            border-color: #ddd;
            width: 100px;
            vertical-align: middle;
            height: 21px;
            padding: 0;
        }

        #dimodeBoard.board-write .form-action .title-style.size:after {
            content: '|';
            margin-left: 15px;
            margin-right: 15px;
        }
/* 작성 e */
/* ckeditor s */
.cke_button.cke_button__image.cke_button_off {
    display: none;
}
/* ckeditor e */

/* Captcha s */
.board-theme .form-CaptchaM {
display: inline-flex;justify-content: flex-start;align-items: center;
width: 100%;padding: 21px;background: #eee;}
.board-theme .form-CaptchaM .form-CaptchaL{padding:5px;}
.board-theme .form-CaptchaM .form-CaptchaL .replceCaptchaBT{text-decoration:none;color:inherit;}
.board-theme .form-CaptchaM .form-CaptchaL .replceCaptchaBT h5{margin: 0;padding: 10px;
cursor: pointer;font-size: 15px;color: #000;font-weight: bold;}
/* Captcha e */
@media(max-width:767px) {
    #dimodeBoard.board-detail .files-in-detail {
        padding: 0;
    }

        #dimodeBoard.board-detail .files-in-detail > div {
            padding: 15px 0;
            width: 100%;
            overflow: hidden;
            margin: 0;
        }

    #dimodeBoard .board-actions .board-actions-left {
        margin-bottom: 16px;
    }
}

/* 설정 s */
.setting-form {
font-size: 14px;
    padding: 0 6px;
}

    .setting-form .setting-title {
        font-size: 16px;
        font-weight: 600;
        border-bottom: 1px solid #dedede;
        padding-bottom: 11px;
        padding-left: 4px;
    }

    .setting-form .setting-row {
        border-bottom: 1px solid #eee;
        padding: 15px 0;
        margin: 0;
    }

        .setting-form .setting-row:last-child {
            border-bottom: 0;
        }

        .setting-form .setting-row .description {
            color: #337ab7;
            margin-top: 9px;
        }

    .setting-form .list-config-row select {
        padding: 2px 4px;
    }

    .setting-form .list-items-row select {
        margin-bottom: 6px;
    }

    .setting-form .list-config-row select option {
        padding: 3px;
        font-size: 13px;
        width: 100%;
    }

    .setting-form .list-config-row.list-items-row select {
        min-height: 120px;
    }

    .setting-form .list-config-row.extra-vars .left-section select {
        margin-bottom: 6px;
    }

    .setting-form .list-config-row.extra-vars .right-section label {
        padding-top: 4px;
        text-align: right;
        color: #333;
        font-weight: normal;
        font-size: 12px;
    }

    .setting-form .board-actions {
        display: inline-block;
        margin-top: 21px;
        width: 100%;
    }

        .setting-form .board-actions:after {
            clear: both;
        }

        .setting-form .board-actions .board-actions-left {
            float: left;
        }

        .setting-form .board-actions .board-actions-right {
            float: right;
        }

#boardSettingForm > #basicSetting {
    margin-top: 24px;
    margin-bottom: 42px;
}

#boardSettingForm > #moduleSetting {
    margin-bottom: 0;
}

#categorySettingForm > #categorySetting {
    margin-top: 15px;
    margin-bottom: 0;
	display: flex;
    flex-wrap: wrap;
}

    #categorySettingForm > #categorySetting .each-category {
        margin-bottom: 12px;
    }

        #categorySettingForm > #categorySetting .each-category .category-wrapper {
            border-radius: 0;
        }

            #categorySettingForm > #categorySetting .each-category .category-wrapper .category-heading {
                background: #fff;
                padding: 0;
            }

    #categorySettingForm > #categorySetting .category-btn {
        color: #666;
    }

        #categorySettingForm > #categorySetting .category-btn:hover {
            color: #333;
        }

    #categorySettingForm > #categorySetting .each-category .category-heading .category-title {
        font-weight: 600;
    }


    #categorySettingForm > #categorySetting .each-category .child-add {
        font-size: 11px;
        color: #fff;
        cursor: pointer;
        background: #308faf;
        padding: 3px 4px;
        vertical-align: middle;
        font-weight: normal;
    }
   

    #categorySettingForm > #categorySetting .each-category .category-heading .category-title .parent-title {
        cursor: pointer;
        padding: 10px 11px 10px 15px;
        display: inline-block;
        font-size: 13px;
    }

        #categorySettingForm > #categorySetting .each-category .category-heading .category-title .parent-title:hover {
            text-decoration: underline;
        }

    #categorySettingForm > #categorySetting .each-category .category-heading .category-title .category-btn {
        padding: 10px 15px;
        float: right;
        margin-left: 6px;
        cursor: pointer;
        position: relative;
        top: 0;
    }

    #categorySettingForm > #categorySetting .each-category .category-body {
        border-top: 1px solid #f7f7f7;
        padding: 4px 0;
    }

        #categorySettingForm > #categorySetting .each-category .category-body .child-category {
            padding: 0 17px;
        }


            #categorySettingForm > #categorySetting .each-category .category-body .child-category .child-title {
                padding: 8px 15px 8px 16px;
                cursor: pointer;
                display: inline-block;
            }

                #categorySettingForm > #categorySetting .each-category .category-body .child-category .child-title:hover {
                    text-decoration: underline;
                }

            #categorySettingForm > #categorySetting .each-category .category-body .child-category .category-delete-btn {
                float: right;
                cursor: pointer;
                font-size: 0.9em;
                position: relative;
                margin-top: 10px;
            }

#categorySettingForm #categoryModal .modal-title {
    font-weight: 600;
}

#categorySettingForm > #categorySetting .each-category .ord-btn {
    display: inline-flex;
    float: right;
    margin-top: 2px;
    margin-right: 15px;
}
#categorySettingForm > #categorySetting .each-category .ord-btn .btn {
    padding: 3px 6px;
}

#extendedSettingForm > #additionalSetting {
}

#extendedSettingForm > #extendedSetting {
    margin-top: 16px;
}

#extendedSettingForm #extendedSettingTable th,
#extendedSettingForm #extendedSettingTable td {
    text-align: center;
}

#extendedSettingForm #extendedSettingTable .act-btn {
    cursor: pointer;
}

    /* 설정 e */
    @media(max-width:767px) {
        #dimodeBoard.board-detail .board-share .document-tools {
        display: none;
        float: none;
        text-align: center;
        border-top: 1px solid #eee;
        margin: 10px 0;
        padding: 10px 0;
    }
}
