
/* DDOKSUN article view center patch */

/* 게시글 보기 전체 영역 가운데 정렬 */
.board,
.board_read,
.rd,
.read_body,
.xe_content,
.rhymix_content{
    box-sizing:border-box;
}

/* 게시글 보기 본문 폭 */
.board .read_body,
.board .rd_body,
.board .xe_content,
.board .rhymix_content,
.board article,
.board .document_{
    max-width:900px !important;
    margin-left:auto !important;
    margin-right:auto !important;
}

/* 제목/작성자 정보 영역도 가운데 폭에 맞춤 */
.board .read_header,
.board .rd_hd,
.board .titleArea,
.board .board_read_header{
    max-width:900px !important;
    margin-left:auto !important;
    margin-right:auto !important;
}

/* 본문 안 이미지가 너무 커지거나 왼쪽으로 튀는 것 방지 */
.board .xe_content img,
.board .rhymix_content img,
.board .read_body img,
.board .rd_body img{
    max-width:100% !important;
    height:auto !important;
}

/* 본문 텍스트 기본 가독성 */
.board .xe_content,
.board .rhymix_content,
.board .read_body,
.board .rd_body{
    font-size:18px !important;
    line-height:1.85 !important;
    letter-spacing:-0.03em;
    color:#111;
}

/* 제목 */
.board h1,
.board h2,
.board .read_header h1,
.board .rd_hd h1{
    letter-spacing:-0.05em;
}

/* 모바일 */
@media(max-width:768px){
    .board .read_body,
    .board .rd_body,
    .board .xe_content,
    .board .rhymix_content,
    .board article,
    .board .document_,
    .board .read_header,
    .board .rd_hd,
    .board .titleArea,
    .board .board_read_header{
        max-width:100% !important;
        padding-left:16px !important;
        padding-right:16px !important;
    }

    .board .xe_content,
    .board .rhymix_content,
    .board .read_body,
    .board .rd_body{
        font-size:16px !important;
        line-height:1.75 !important;
    }
}
