@charset "utf-8";

/* 내용관리 - 효예원 커스텀 */
#ctt {margin:10px 0;padding:20px;background:transparent}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.8em;color:#333;font-size:1.05em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

/* 효예원: DHTML 콘텐츠 페이지 가독성 향상 */
#ctt_con p {
    margin:0.8em 0;
    text-align:justify;
    word-break:keep-all;
}

/* 콘텐츠 영역 기본 스타일링 - CSS 없는 페이지에 적용 */
#ctt_con h1, #ctt_con h2 {
    font-size:1.5em;
    color:#5a3a1a;
    border-bottom:2px solid #c9a96e;
    padding-bottom:8px;
    margin:1.2em 0 0.8em;
}

#ctt_con h3 {
    font-size:1.2em;
    color:#6d5a35;
    border-left:4px solid #c9a96e;
    padding-left:10px;
    margin:1em 0 0.6em;
}

/* 단락 간 구분선 효과 */
#ctt_con hr {
    border:none;
    border-top:1px solid #e8d5a8;
    margin:1.5em 0;
}

/* 테이블 스타일 */
#ctt_con table {
    width:100%;
    border-collapse:collapse;
    margin:1em 0;
}

#ctt_con table th {
    background:#f9f6f0;
    color:#5a3a1a;
    padding:10px;
    border:1px solid #e8d5a8;
    font-weight:bold;
    text-align:left;
}

#ctt_con table td {
    padding:10px;
    border:1px solid #e8d5a8;
    vertical-align:top;
}

#ctt_con table tr:nth-child(even) td {
    background:#fdfbf7;
}

/* 리스트 스타일 */
#ctt_con ul, #ctt_con ol {
    padding-left:20px;
    margin:0.5em 0;
}

#ctt_con li {
    margin:0.3em 0;
    line-height:1.8;
}
