<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 내용관리 */
#content {margin-bottom: 20px;}
#ctt {padding: 10px 0 30px;}
.ctt_admin {text-align: right}
.ctt_admin .btn_admin {font-size: 0.85em;padding: 0.2rem 0.5rem}

/* ctt_page */
header h1::before {content: '';position: absolute;display: block;width: 120px;height: 1px;background: #ddd;bottom: 1px;left: calc(50% - 60px);}
header h1::after {content: '';position: absolute;display: block;width: 40px;height: 3px;background: #007bff;bottom: 0;left: calc(50% - 20px);}
header h1 {font-size: 1.5rem;color: #111;text-transform: uppercase;text-align: center;font-weight: 700;position: relative;padding-bottom: 15px;}</pre></body></html>