/* BASIC css start */
.breadcrumb-wrap {
    padding: 16px 32px;
}

#contentWrapper {
    background: #FFFCF8;
    padding: 0 16px 80px;
}

.tb-left, .tb-center, .tb-right {
    padding: 0;
}

#bbsData .page-body > .title {
    color: #211D1D;
    text-align: center;
    font-size: 34px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 48px;
}

#bbsData .table-wrap {
    border-top: 1px solid #211D1D;
}

#bbsData .table-wrap td {
    height: 80px;
    padding: 16px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #E8E6E1;
    color: #5A5858;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

#bbsData .table-wrap .date {
    font-weight: 390;
}

#bbsData .table-wrap .only-mo {
    display: none;
}

#bbsData .table-wrap .content {
    color: #211D1D;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

#bbsData .table-wrap .content.reply {
    display: flex;
    align-items: center;
    gap: 8px;
}

#bbsData .table-wrap .content.reply a {
    padding-left: 0 !important;
}

#bbsData .table-wrap .content a {
    display: inline;
    color: #211D1D;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 0;
}

#bbsData .table-wrap .content a.sub-title {
    display: block;
    font-weight: 400;
}

#bbsData .table-wrap .content a + a.sub-title {
    margin-top: 2px;
}

#bbsData .table-wrap .content .icon {
    display: none;
}

#bbsData .table-wrap .content.reply .sub-title {
    padding-left: 18px;
}

#bbsData .table-wrap .content.reply .icon {
    display: inline;
    margin-right: 4px;
}

#bbsData .table-wrap .img-wrap {
    position: relative;
    width: 48px;
    height: 48px;
    overflow: hidden;
    background: #ebebeb;
}

#bbsData .table-wrap .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#bbsData .table-wrap .content .desc {
    font-size: 11px;
}

#bbsData .table-wrap .content .txt-bottom-wrap {
    display: flex;
    gap: 4px;
    align-items: center;
}

.btn-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.btn-wrap.align-right {
    justify-content: right;
}

.btn-wrap .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 160px;
    height: 48px;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    border-radius: 4px;
    border: 1px solid #211D1D;
    background: #211D1D;
    box-sizing: border-box;
    transition: all .5s;
}

.btn-wrap .btn:hover {
    background:  #FB663A;
    color: #FFF;
    border: 1px solid #FB663A;
}

.board-search-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.board-search-wrap form {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.input-board-search {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
    max-width: 320px;
}

.input-board-search label, .input-board-search input:not(:focus):placeholder-shown ~ label {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s;
    color: #5A5858;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding: 0;
}

.input-board-search input ~ label, .input-board-search input:focus ~ label {
    background: #FFFCF8;
    color: #211D1D;
    font-size: 14px;
    line-height: 20px;
    top: 0;
    left: 8px;
    padding: 0 8px;
}

.input-board-search input {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #5A5858;
    font-size: 16px;
    color: #5A5858;
    background: #FFFCF8;
    font-family: "HvDTrial Brandon Grotesque";
    padding: 0 100px 0 16px;
}

.input-board-search .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    height: 48px;
    border-radius: 4px;
    background: #211D1D;
    box-sizing: border-box;
    color: #FFF;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 16px;
    font-weight: 420;
    line-height: 1;
    transition: all .5s;
}

.input-board-search .btn-search:hover {
    background: #FB663A;
    color: #FFF;
    border: 1px solid #FB663A;
}

.input-board-search input::placeholder {
    color: #5A5858;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 16px;
    font-weight: 390;
    line-height: 150%;
}

.board-search-wrap .select-wrap {
    margin: 0;
}


.board-search-wrap .select-wrap select {
    min-width: 100px;
}












@media (max-width: 768px) {
    .breadcrumb-wrap {
        margin-bottom: 32px;
        padding: 16px 0;
    }

    #bbsData .page-body > .title {
        font-size: 32px;
        margin-bottom: 32px;
    }

    .input-board-search {
        min-width: 0;
        width: 100%;
    }

    .paging li:nth-child(n+6) {
        display: none;
    }

    .paging .prev, .paging .next {
        display: block !important;
    }
}


@media (max-width: 542px) {
    #bbsData .table-wrap colgroup {
        display: none;
    }

    #bbsData .table-wrap tr {
        position: relative;
        display: flex;
    }

    #bbsData .table-wrap td {
        display: inline-block;
        height: auto;
        min-height: 84px;
        padding: 12px 0;
    }

    #bbsData .table-wrap .content-wrap {
        width: calc(100% - 64px);
        padding-bottom: 34px;
    }

    #bbsData .table-wrap .content-wrap[colspan="2"] {
        width: 100%;
    }

    #bbsData .table-wrap .only-mo {
        display: block;
        position: relative;
    }

    #bbsData .table-wrap .writer-wrap .date:before {
        content: '';
        position: absolute;
        left: -12px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 12px;
        background: #E8E6E1;
    }

    #bbsData .table-wrap .writer-wrap {
        position: absolute;
        display: flex;
        gap: 24px;
        flex-wrap: wrap;
        left: 56px;
        bottom: 12px;
        min-height: 0;
        height: auto;
        padding: 0;
        border: 0;
    }

    #bbsData .table-wrap .content-wrap[colspan="2"] + .writer-wrap {
        left: 0;
    }

    #bbsData .table-wrap .date-wrap {
        display: none;
    }

    #bbsData .table-wrap .img-wrap {
        margin-right: 8px;
    }

}

@media (max-width: 375px) {
    .btn-wrap .btn {
        max-width: 100%;
    }

    .board-search-wrap .select-wrap select {
        min-width: 80px;
    }

    #bbsData .page-body > .title {
        font-size: 28px;
        line-height: 32px;
    }


}


/* BASIC css end */

