﻿


/*업로드 컨텐츠 이미지*/
.content-img {
    max-width: 100%;
    height: auto;
    margin-bottom: 8px;
    margin-top: 25px;
    padding: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

p.wrapP {
    margin-right: 0;
    margin-left: 0;
}



/*게시판 시작*/
.container2 {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

    .container2 .row {
        margin-right: 0;
        margin-left: 0;
    }


.searchResult1 {
    max-width: 850px;
    margin: 0 auto;
}

    .searchResult1 h3 {
        letter-spacing: -1px;
        /* margin-top: 40px; */
        /* text-decoration: underline; */
        padding-bottom: 10px;
        border-bottom: 1px solid #D8D8D8;
        max-width: 252px;
        margin: 20px auto;
        text-align: center;
    }

@media (min-width: 650px) {
    .category {
        border-bottom: 1px solid #cfcfcf;
        margin-bottom: 20px;
        margin: 30px 45px;
        margin-top: 10px;
    }

        .category .btn {
            width: 250px !important;
        }
}


@media (min-width: 768px) {
    .container2 {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container2 {
        width: 970px;
    }

    .search {
        margin-right: 45px;
    }
}


.btn-active {
    color: white;
    background-color: #3C322B;
    border-color: #969696;
}

    .btn-active:hover {
        color: white;
    }
/*Board 게시판*/

.board {
    padding-bottom: 50px;
}


.search {
    /* float: right; */
    max-width: 290px;
    /* text-align: center; */
    margin: 0 auto;
    padding-top: 40px;
}


    .search select {
        width: 100px;
        float: left;
        margin-right: 10px
    }

    .search input {
        width: 150px;
    }

.board .pc {
    display: none !important;
}

.board .container2 .row .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.board .list {
    clear: both;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    display: table;
    padding-top: 30px;
}

    .board .list .item {
        text-align: center;
        border: 1px solid #e3e3e3;
        box-shadow: 1px 2px 3px #cfcfcf;
        margin-bottom: 10px;
        cursor: pointer;
        font-size: 14px;
    }

        .board .list .item a {
            color: #404040;
        }

            .board .list .item a:hover {
                text-decoration: none;
            }

            .board .list .item a.title {
                display: block;
            }

        .board .list .item.on {
            /*background-color: #3C322B;
            color: white;*/
            background-color: #f8f8f8;
            color: #666666;
        }

            .board .list .item.on a {
                /*color: white;*/
                color: #666666;
            }




        .board .list .item .subject {
            padding: 15px 7px 10px 15px;
            width: 640px;
            display: table-cell;
            text-align: left;
            font-size: 17px;
            font-weight: bold;
            /* border-bottom: 1px solid #ebebeb; */
        }

    .board .list.detail .item .subject {
        padding: 15px 0 10px;
    }

    .board .list .item .subject.faq {
        padding-top: 0;
        padding-bottom: 0;
        text-align: left;
        font-size: 18px;
        font-weight: bold;
    }

    .board .list .item .subject a {
        display: block;
        padding-top: 14px;
        padding-bottom: 13px;
    }

    .board .list .item .subject.faq a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .board .list .item .subject a.notice {
        color: #b19544;
    }

    .board .list .item .subject span.label {
        font-size: 12px;
    }

img.thumb {
    margin-right: 10px;
    border-radius: 5px;
    margin-top: 5px;
}

.board .list .item .date, .board .list .item .status, .board .list .item .name {
    padding: 10px 4px;
    width: 25%;
    display: table-cell;
}

    .board .list .item .status .ing {
        padding: 5px 12px;
        background-color: #FFB200;
        color: black;
    }

    .board .list .item .status .complete {
        padding: 5px 5px;
        background-color: #DEDEDE;
        color: black;
    }



.board .list .item .file {
    padding: 10px 4px;
    width: 50px;
    display: table-cell;
}

    .board .list .item .file img {
        max-width: 20px;
    }

.board .list .item .prev, .board .list .item .next {
    padding: 10px 4px;
    width: 100px;
    display: table-cell;
    font-size: 13px;
    margin-right: 15px;
}

.board .list .item.head {
    text-align: center;
    border: 0;
    border-bottom: 1px solid #ebebeb;
    background-color: #ffffff;
    color: #3c322b;
    box-shadow: none;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
}

.board .list .item .subject h1 {
    padding: 5px 4px 5px 0;
    /* min-width: 460px; */
    display: table-cell;
    text-align: left;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0;
    /* padding-left: 20px; */
    line-height: 1.3;
    float: left;
}

.board .list .item .number {
    padding: 15px 4px;
    width: 100px;
    display: none;
    font-size: 13px;
}

.board .list .desc {
    text-align: center;
    border: 0px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    box-shadow: none;
    margin-bottom: 10px;
    margin-top: 0;
    border-top: 0;
    min-height: 300px;
    margin-bottom: 30px;
}

    .board .list .desc hr {
        clear: both;
    }


.btn-list {
    background-color: #B2B2B2;
    color: white;
    padding: 13px 30px;
    margin-top: 20px;
    font-size: 17px;
    border-radius: 2px;
    font-size: 23px;
}


.board.faq .list .item.on {
    background-color: #f8f8f8;
    color: #666666;
}

.board.faq .list .item a {
    color: #666666;
}

table.tprev, table.tnext {
    max-width: 850px;
    margin: 0 auto;
}

table .list {
    max-width: 750px;
}

.tdnp {
    min-width: 90px;
    padding-right: 10px;
}

.prev, .next {
    padding: 14px 4px;
    margin-top: -10px;
    text-align: center;
}

.next {
    font-size: 20px;
    background-color: #696969;
    color: #fff;
}

.prev {
    font-size: 20px;
    background-color: #696969;
    color: #fff;
}

.tprev .list .item .number, .tprev .list .item .date, .tnext .list .item .number, .tnext .list .item .date {
    display: none;
}

.tprev .list .item .subject, .tnext .list .item .subject {
    text-align: center;
}


.detail .date {
    display: none !important;
}

.detail .subject .tbar {
    float: right;
}

.desc {
    padding: 30px 0;
    padding-top: 10px;
}

.desc-head > *, .desc-body > * {
    margin-right: 15px;
    margin-left: 15px;
}

.desc-head {
    position: relative;
    text-align: left;
}

    .desc-head h1 {
        font-size: 20px;
        font-weight: bold;
        margin-top: 0;
        color: #3c322b;
    }

    .desc-head span {
        right: 10px;
    }

.desc-body { text-align: left; padding-top: 10px; white-space: pre-line; font-size: 17px; word-break: break-all; }


    .desc-body.consult {
        padding: 15px;
    }

.markdown-body .desc-body {
    text-align: left;
    padding-top: 10px;
    white-space: pre-line;
    font-size: 16px;
}

.date-mobile {
    float: right;
    padding: 0;
    position: absolute;
    right: 0;
    top: 22px;
    color: gray;
}




.desc .name {
    float: right;
    font-weight: bold;
    color: #565656;
}


.markdown-body .desc-body {
    white-space: inherit;
}

.dotbogi {
    position: absolute;
    /* width: 20px; */
    /* float: left; */
    margin-left: 10px;
    margin-top: 7px;
}

#keyword {
    float: left;
    padding-left: 40px;
}

.hr-dash {
    padding-bottom: 10px;
    padding-top: 50px;
    border-bottom: 1px #979797 dashed;
    margin-left: 30px;
    margin-right: 30px;
}

    .hr-dash .col-sm-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .hr-dash h3 {
        font-weight: bold;
        font-size: 21px;
        font-family: 'Noto Serif', serif;
    }

.fileList {
    float: right;
    /* display: block; */
    /* clear: both; */
    padding-bottom: 20px;
}

    .fileList span {
        font-size: 14px;
    }




.tag-list {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
    padding-top: 20px;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 0 !important;
}

    .tag-list li {
        float: left;
        margin: 10px 2px;
    }

        .tag-list li > a {
            text-decoration: none;
            padding: 0.5em 1.2em;
            color: #fff;
            background-color: #000;
        }

            .tag-list li > a:hover,
            .tag-list li > a:focus,
            .tag-list li > a:active {
                text-decoration: underline;
            }

ul.tag-list li + li {
    margin: 10px 2px;
}

.pt50 {
    padding-top: 50px !important;
}

.staff {
    font-size: 20px !important;
    margin-bottom: 15px !important;
    margin-top: 10px !important;
}



.btn-365g {
    color: #fff;
    background-color: #f4b74f;
    border-color: #c19449;
}

    .btn-365g.active.focus, .btn-365g.active:focus, .btn-365g.active:hover, .btn-365g:active.focus, .btn-365g:active:focus, .btn-365g:active:hover, .open > .dropdown-toggle.btn-365g.focus, .open > .dropdown-toggle.btn-365g:focus, .open > .dropdown-toggle.btn-365g:hover {
        color: #fff;
        background-color: #f3bc60;
        border-color: #af843b;
    }


.answerWrap {
    background-color: #E2DDD7;
    padding: 20px;
    padding-bottom: 50px;
    text-align: left;
    clear: both;
}

    .answerWrap p.answer {
        white-space: pre-line;
        font-size: 17px;
    }

    .answerWrap label.answer {
        background-color: #C7C0BA;
        color: white;
        padding: 5px 10px;
        font-size: 20px;
        margin-bottom:20px;
    }

    .answerWrap textarea, .desc-body textarea {
        width: 100%;
        padding: 5px;
        margin-bottom: 10px;
    }

    .answerWrap hr {
        clear: both;
    }

.faq-body {
    display: none;
    white-space: pre-line;
    /* background-color: white; */
    font-size: 15px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 15px;
}


.formWrap {
    white-space: normal;
}

.prenext {
    padding: 0 10px;
}

.history-eidtors {
    float: right;
    min-width: 190px;
    border-top: 1px solid #e2e2e2;
    margin-top: 20px;
}

    .history-eidtors a {
        color: inherit;
    }

    .history-eidtors .pimag {
        float: left;
    }

.mini-profile {
    min-height: 70px;
    max-width: 170px;
    text-align: left;
}

    .mini-profile span.UserRealName {
        font-weight: bold;
        margin-left: 15px;
        margin-top: 14px;
        float: left;
    }

@media (min-width: 768px) {
    .desc {
        padding: 30px;
        padding-top: 10px;
    }

    .board .list .desc {
        border: 1px solid #e3e3e3;
        border-top: 0;
    }

    .detail .subject .tbar {
        display: none;
    }

    .detail .date {
        display: table-cell !important;
    }

    .board .list .item.head {
        text-align: center;
        border: 1px solid #e3e3e3;
        background-color: #f8f8f8;
        /*border: 1px solid #8c8c8c;
        background-color: #3C322B;*/
        box-shadow: inherit;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .board .list .item .subject h1 {
        padding: 5px 4px 5px 30px;
        font-size: 1.5em;
    }

    .board.consult .list .item .subject h1 {
        font-size: 1.2em;
    }

    .desc .name {
        float: right;
        font-weight: bold;
        display: none;
    }

    .contact-info {
        position: absolute;
        right: 0;
        top: 0;
    }

    .prenext {
        padding: 0 0;
    }
}

@media (min-width: 992px) {

    .board .list .item .number {
        padding: 15px 4px;
        width: 100px;
        display: table-cell;
        font-size: 13px;
    }

    .board .list .item .subject {
        padding: 1px 4px 1px 10px;
        min-width: 460px;
        display: table-cell;
        text-align: left;
        font-size: 18px;
        font-weight: bold;
		width: inherit;
		word-break: keep-all;
    }

        .board .list .item .subject.faq {
            text-align: left;
            font-size: 18px;
            font-weight: bold;
        }

    .board .list .item .date, .board .list .item .status, .board .list .item .name {
        padding: 10px 4px;
        width: 127px;
        display: table-cell;
    }

    .board .list .item .status { font-size: 15px; }
}
