﻿.pc {
    display: block;
}

.mo {
    display: none;
}

#container {
    width: 100%;
    min-height: 50vh;
    background: #fff;
    padding: 100px 0;
}

.sub_page {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
}

.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.searchBox {
    position: relative;
}

.board_header {
    width: 100%;
    height: 48px;
    padding: 0 15px;
    background: #83878a;
    display: flex;
    align-items: center;
}

.board_header h2 {
    font-size: 18px;
    font-family: 'SpokaHanSansNeoM';
    color: #fff;
}

.dx-texteditor.dx-editor-underlined {
    background-color: #fff !important;
    padding: 0 10px;
}

.dx-placeholder {
    display: block !important;
}

.dx-texteditor.dx-editor-underlined .dx-placeholder::before, .dx-texteditor.dx-editor-underlined .dx-texteditor-input {
    padding: 5px 0 !important;
}

/* 치료사례 목록 */

.board-thumbnail img {
    filter: blur(15px);
}

/* 상세 페이지 */
.board_info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
    background-color: #f6f6f6;
    border-bottom: 1px dashed #bbb;
}

.board_info .left {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.board_info .left .title {
    color: #333;
    font-size: 18px;
    font-family: 'SpokaHanSansNeoM';
}

.board_info .left .info {
    display: flex;
    gap: 10px;
}

.board_info .left .info span {
    display: inline-block;
    color: #555;
    font-size: 12px;
    border-right: 1px solid #bbb;
    padding-right: 10px;
}

.board_info .right {
    align-self: flex-end;
}

.board_info .right .date {
    color: #555;
    font-size: 12px;
}

.board_content {
    width: 100%;
    padding: 80px 0;
}

.btn_back {
    width: 100px;
    height: 40px;
    background: #83878a;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 auto;
}

.dx-pager .dx-pages .dx-selection {
    background-color: #83878a !important;
    color: #fff !important;
    border-radius: 0 !important;
    border: none !important;
}

@media(max-width:580px) {

    .dx-datagrid .dx-datagrid-table .dx-header-row > td {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .searchBox {
        width: 200px;
    }

    .board div, 
    .dx-datagrid .dx-row > td {
        font-size: 14px !important;
    }
}
