
/* 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;
    }
}

/* SEARCHDOC_READ_HEADER_H1_DOWN_V2 */
.board .read_header h2.read-title-not-h1,
.board_read .read_header h2.read-title-not-h1,
.read_header h2.read-title-not-h1 {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1.35;
    margin: 0 0 16px;
    color: #111;
}
.board .read_header h2.read-title-not-h1 a,
.board_read .read_header h2.read-title-not-h1 a,
.read_header h2.read-title-not-h1 a {
    color: inherit;
    text-decoration: none;
}
/* /SEARCHDOC_READ_HEADER_H1_DOWN_V2 */

/* SEARCHDOC_LANDING_MISSING_H1_AUTO_CSS_V1 */
.searchdoc-landing-h1 {
    max-width: 1080px;
    margin: 0 auto 22px;
    padding: 0 18px;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.28;
    letter-spacing: -0.055em;
    color: #111827;
}
@media (max-width: 768px) {
    .searchdoc-landing-h1 {
        margin-bottom: 18px;
        padding: 0 14px;
        font-size: 27px;
        line-height: 1.32;
    }
}
/* /SEARCHDOC_LANDING_MISSING_H1_AUTO_CSS_V1 */

/* SEARCHDOC_AUTO_H1_CSS_SAFE_V1 */
.searchdoc-auto-h1 {
    max-width: 1080px;
    margin: 0 auto 22px;
    padding: 0 18px;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.28;
    letter-spacing: -0.055em;
    color: #111827;
}
@media (max-width: 768px) {
    .searchdoc-auto-h1 {
        margin-bottom: 18px;
        padding: 0 14px;
        font-size: 27px;
        line-height: 1.32;
    }
}
/* /SEARCHDOC_AUTO_H1_CSS_SAFE_V1 */

/* SEARCHDOC_AUTO_H1_CSS_EARLY_V2 */
.searchdoc-auto-h1 {
    max-width: 1080px;
    margin: 0 auto 22px;
    padding: 0 18px;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.28;
    letter-spacing: -0.055em;
    color: #111827;
}
@media (max-width: 768px) {
    .searchdoc-auto-h1 {
        margin-bottom: 18px;
        padding: 0 14px;
        font-size: 27px;
        line-height: 1.32;
    }
}
/* /SEARCHDOC_AUTO_H1_CSS_EARLY_V2 */
