@charset "utf-8";

/* 내용관리 */
#ctt {margin:10px 0;padding:20px;background:#fff}
.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.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

/* 다크모드 */
[data-bs-theme="dark"] #ctt {
    background: #1e1e1e;
    color: #ddd;
}

[data-bs-theme="dark"] #ctt_con {
    color: #ddd;
}

[data-bs-theme="dark"] #ctt_con a {
    color: #818cf8;
}

[data-bs-theme="dark"] #ctt_con a:hover {
    color: #a5b4fc;
}

[data-bs-theme="dark"] #ctt_con table {
    border-color: #444;
    color: #ddd;
}

[data-bs-theme="dark"] #ctt_con th {
    background: #2a2a2a;
    border-color: #444;
}

[data-bs-theme="dark"] #ctt_con td {
    border-color: #444;
}
