/* 게시글 리스트 부분 */
.bc-board {
}

/* .bc-board-title {
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 2.5rem;
    letter-spacing: -1px;
} */

.bc-board-title {
    text-align: center;
    font-size: 39px;
    letter-spacing: -2px;
    font-weight: 500;
    margin-bottom: 3rem;
}

.bc-board-search {
    margin-bottom: 1rem;
    display: flex;
    justify-content: flex-end;
}

.bc-board-search input {
    padding: 0.25rem 1rem;
    width: 200px;
    border-radius: 0;
}

.bc-board-search button {
    margin-left: 5px;
    border: 1px solid #7c7c7c;
    outline: none;
    padding: 0.25rem 1rem;
    background-color: #7c7c7c;
    color: #ffffff;
}

.bc-board-table th[scope="row"] {
    width: 240px;
    background-color: #f2f2f2;
    font-weight: normal;
}

.bc-board-table {
    width: 100%;
    font-size: 15px;
    border-top: 2px solid #7c7c7c;
    border-collapse: collapse;
    margin-bottom: 3rem;
    table-layout: fixed;
}

.bc-board-table th,
.bc-board-table td {
    border-bottom: 1px solid #d9d9d9;
    padding: 0.3rem 0.2rem;
}

.bc-board-table th {
    text-align: center;
    font-weight: 500;
}

.bc-board-table th[scope="col"] {
    background-color: #f6f6f6;
}

.bc-board-table .bc-no {
    text-align: center;
}

.bc-board-table .bc-date {
    text-align: center;
}

.bc-board-table .bc-from {
    text-align: center;
}

.bc-board-photo {
    border: 1px solid #cccccc;
    margin-bottom: 20px;
    width: 100%;
}

.bc-board-photo-thumb {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 250px;
}

.bc-board-photo-meta {
    border-top: 1px solid #cccccc;
    padding: 1rem;
}

.bc-board-photo-title {
    font-size: 18px;
    margin-bottom: 0.25rem;
}

.bc-board-photo-date {
    font-size: 15px;
    color: #888888;
}

.bc-center {
    display: flex;
    justify-content: center;
}

.bc-one-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 게시글 상세보기 부분 */
.bc-article {
    border-top: 2px solid #999999;
    border-bottom: 2px solid #999999;
}

.bc-article-header {
    padding: 1.5rem 1rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #cccccc;
}

.bc-article-title {
    font-size: 20px;
    font-weight: 600;
}

.bc-article-date {
    font-size: 15px;
    color: #888888;
    margin-left: auto;
}

.bc-article-attach {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #cccccc;
    font-size: 15px;
}

.bc-article-attach::before {
    content: "첨부: ";
    font-weight: 500;
}

.bc-article-contents {
    padding: 1rem 1rem;
    overflow: auto;
}

.bc-article-contents img {
    max-width: 100%;
    height: auto;
}

.bc-article-contents iframe {
    max-width: 100%;
}

.bc-list-button {
    margin-top: 1rem;
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #7c7c7c;
    color: #ffffff;
}

.bc-list-button:hover {
    text-decoration: none;
    color: #ffffff;
}

.bc-pagination-item.active {
    background-color: #7c7c7c;
}

.bc-article-qna-title {
    font-size: 16px;
    font-weight: 500;
    color: #464646;
}

.bc-board-blog-photo-thumb {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 150px;
}

.ok-answer-wrapper:not(.collapsed) .bc-board-qna {
    background-image: url(/images/faq-up.gif);
}

.bc-board-qna {
    padding: 8px 0 8px 9px;
    /* padding-right: calc(2% + 20px); */
    background: url(/images/faq-down.gif) no-repeat 98% center;
    border-bottom: 1px solid #d2d4d3;
}

.bc-board-qna:nth-child(1) {
    border-top: 1px solid #c3c3c3;
}

.bc-board-qna > span {
    letter-spacing: -1px;
    display: block;
    padding-left: 45px;
    line-height: 25px;
    background: url(/images/q-icon.png) no-repeat left center;
    font-size: 16px;
    color: #333;
    font-weight: 400;
}

.bc-board-qna-answer > p {
    font-size: 16px;
    min-height: 25px;
    padding-left: 45px;
    color: #696969;
    background: url(/images/a-icon.png) no-repeat left 0;
}
