/* 게시판(bbs/board.php) 전용 스타일 - shop 디자인(430px 프레임) 내부에 들어가도록 설계 */

/* 게시판 컨테이너 */
#text_size{display: none !important;}

.shop-content .bo_wrap,
.shop-content #bo_list,
.shop-content #bo_v,
.shop-content #bo_w {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

/* 게시판 제목 */
#wrapper_title {
    padding: 20px 15px 10px;
    font-size: 18px;
    font-weight: 700;
}

/* 목록 테이블 */
.shop-content .tbl_head01 table,
.shop-content .bo_list table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.shop-content .tbl_head01 th,
.shop-content .tbl_head01 td {
    padding: 10px 6px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

.shop-content .tbl_head01 thead th {
    background: #fafafa;
    font-weight: 600;
}

/* 글 제목 링크 */
.shop-content .bo_tit a,
.shop-content .bo_subject a {
    color: #222;
    text-decoration: none;
}
.shop-content .bo_tit a:hover,
.shop-content .bo_subject a:hover {
    color: #e74c3c;
}

/* 페이징 */
.shop-content .pg_wrap {
    text-align: center;
    padding: 20px 0;
}
.shop-content .pg_wrap .pg_page,
.shop-content .pg_wrap .pg_current {
    display: inline-block;
    min-width: 28px;
    padding: 4px 8px;
    margin: 0 2px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 13px;
    text-decoration: none;
    color: #555;
}
.shop-content .pg_wrap .pg_current {
    background: #222;
    color: #fff;
    border-color: #222;
}

/* 버튼 (쓰기/수정/삭제 등) */
.shop-content .btn_bo_user,
.shop-content .bo_fx {
    padding: 10px 0;
    text-align: right;
}
.shop-content .btn_bo_user a,
.shop-content .bo_fx .btn,
.shop-content .bo_fx .btn_b01,
.shop-content .bo_fx .btn_b02 {
    display: inline-block;
    padding: 8px 14px;
    background: #222;
    color: #fff;
    border: 0;
    border-radius: 3px;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
}

/* 글보기 */
.shop-content #bo_v_title {
    padding: 16px 15px;
    border-bottom: 1px solid #eee;
}
.shop-content #bo_v_info {
    padding: 10px 15px;
    font-size: 12px;
    color: #888;
    border-bottom: 1px solid #eee;
}
.shop-content #bo_v_atc {
    padding: 20px 15px;
    font-size: 14px;
    line-height: 1.7;
}

/* 댓글 */
.shop-content #bo_vc {
    padding: 0 15px 20px;
}

/* 글쓰기 폼 */
.shop-content #bo_w .write_div {
    padding: 10px 0;
}
.shop-content #bo_w .frm_input,
.shop-content #bo_w textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 14px;
}

/* 모바일 레이아웃(430px 내부) 오버라이드 */
@media (max-width: 430px) {
    .shop-content .tbl_head01 th,
    .shop-content .tbl_head01 td {
        padding: 8px 4px;
        font-size: 13px;
    }
}
