@charset "utf-8";
/* Board Skin - suchoe_official */

/* ===========================
   1. 기본 및 공통
   =========================== */
.board img { border: 0; }
.board,
.board label,
.board table,
.board input,
.board button,
.board textarea,
.board select {
    font-size: 14px;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
}
.board select { margin: 0; }
.board .iCheck {
    width: 13px;
    height: 13px;
    margin: 0;
    vertical-align: middle;
}
.board .iCheck + label { vertical-align: middle; }
.board .iText {
    position: relative;
    padding: 4px 9px;
    height: 21px;
    line-height: 21px;
    border: 1px solid #d0d5dd;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
}
.board textarea {
    margin: 0;
    padding: 6px 8px;
    border: 1px solid #d0d5dd;
    border-radius: 4px;
    box-sizing: border-box;
}
.board label {
    display: inline-block;
    margin: 0;
}

/* ===========================
   2. 카테고리 탭 (cTab)
   =========================== */
.cTab {
    position: relative;
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
    border: 0;
}
.cTab:after { content: ""; display: block; clear: both; }
.cTab li {
    float: left;
    margin: 0 3px 0 0;
    list-style: none;
}
.cTab li a {
    position: relative;
    border-top: 2px solid #e2e8f0;
    border: 1px solid #e2e8f0;
    border-top: 2px solid #e2e8f0;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 18px;
    font-size: 13px;
    font-family: 'Pretendard', sans-serif;
    text-decoration: none;
    color: #64748b;
    background: #f8fafc;
    border-radius: 6px 6px 0 0;
    box-sizing: border-box;
    transition: all .2s ease;
}
.cTab li em {
    font-size: 12px;
    color: #94a3b8;
    padding: 0 0 0 2px;
}
.cTab li:hover a,
.cTab li.on a {
    color: #0f172a;
    background: #fff;
    border-top-color: #CDA25A;
}
.cTab ul {
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    margin: 0;
    padding: 4px 0;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0 6px 6px 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,.08);
    z-index: 10;
}
.cTab li.on ul { display: block; white-space: nowrap; }
.cTab li.on ul li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
}
.cTab li.on ul li a {
    display: block;
    float: none;
    border: 0;
    border-radius: 0;
    padding: 7px 18px;
    font-weight: normal;
    background: none;
    color: #475569;
}
.cTab li.on ul li a:hover { background: #f1f5f9; color: #1d4ed8; }
.cTab li.on ul li.on_ a { font-weight: bold; color: #1d4ed8; }

/* ===========================
   3. 글 목록 (Board List)
   =========================== */
.board_list {}
.board_list table {
    border: 0;
    border-top: 2px solid #334155;
    border-bottom: 1px solid #e2e8f0;
    color: #334155;
    width: 100%;
}
.board_list a {
    text-decoration: none;
    color: #334155;
}
.board_list a:hover,
.board_list a:active,
.board_list a:focus { text-decoration: underline; }
.board_list th {
    border: 0;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
    padding: 11px 0;
    white-space: nowrap;
}
.board_list th:first-child span { border: 0; }
.board_list th span {
    display: block;
    padding: 0 14px;
    font-weight: 600;
    font-size: 13px;
    color: #475569;
}
.board_list tr.notice { background: #fefce8; }
.board_list tr.notice td.title a { font-weight: 700; }
.board_list td {
    border: 0;
    border-bottom: 1px solid #f1f5f9;
    padding: 9px 10px;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 14px;
    color: #334155;
}
.board_list tbody tr:hover td { background: #f8fafc; }
.board_list tr:last-child td { border: 0; }
.board_list td.notice {
    text-align: center;
    color: #dc2626;
    font-weight: 700;
    font-size: 12px;
    white-space: nowrap;
}
.board_list td.no {
    text-align: center;
    font-size: 13px;
    color: #94a3b8;
    font-family: 'Pretendard', sans-serif;
}
.board_list td.title {
    white-space: normal;
    line-height: 1.5;
    width: 100%;
    font-size: 14px;
}
.board_list td.title a { color: #1e293b; }
.board_list td.title a:hover { color: #1d4ed8; text-decoration: none; }
.board_list .replyNum {
    font-size: 12px;
    color: #CDA25A;
    margin-left: 3px;
    font-weight: 700;
    text-decoration: none !important;
}
.board_list td.author a {
    color: #475569;
    text-decoration: none;
}
.board_list td.author img { position: relative; top: -1px; }
.board_list td.time,
.board_list td.readNum,
.board_list td.voteNum {
    text-align: center;
    font-size: 13px;
    color: #64748b;
    font-family: 'Pretendard', sans-serif;
}
.board_list td.lastReply a {
    text-align: center;
    font-size: 13px;
    color: #64748b;
}
.board_list td.lastReply sub { font-size: 12px; }
.board_list td.check { text-align: center; }
.board_list tr.no_article { height: 100px; }
.board_list tr.no_article td {
    vertical-align: middle;
    text-align: center;
    color: #94a3b8;
    font-size: 14px;
}

/* ===========================
   4. 목록 하단 (List Footer)
   =========================== */
.list_footer {
    position: relative;
    margin: 14px 0;
}
.list_footer:after { content: ""; display: block; clear: both; }
.list_footer .btnArea {
    float: right;
    margin: 0;
}
.list_footer .board_search {
    float: left;
    position: relative;
    margin: 0 4px 0 0;
}
.list_footer .board_search .xi-magnifier {
    position: absolute;
    top: 7px;
    left: 8px;
    color: #94a3b8;
    font-size: 13px;
    pointer-events: none;
}
.list_footer .board_search * { vertical-align: top; }
.list_footer .board_search .iText {
    height: 28px;
    line-height: 28px;
    padding: 0 55px 0 28px;
    width: 165px;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    box-sizing: border-box;
    transition: all .2s ease;
    font-size: 13px;
}
.list_footer .board_search .iText:focus {
    width: 200px;
    border-color: #94a3b8;
    outline: none;
}
.list_footer .board_search .search_input { display: inline-block; position: relative; }
.list_footer .board_search select {
    height: 28px;
    min-width: 85px;
    padding: 0 4px;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    font-size: 13px;
}
.list_footer .board_search .btn {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 5px 5px 0 !important;
    border-left: 0 !important;
}

/* ===========================
   5. 글 쓰기 (Board Write)
   =========================== */
.board_write {}
.write_header {
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.write_header select {
    border: 1px solid #d0d5dd;
    height: 34px;
    padding: 0 8px;
    border-radius: 5px;
    font-size: 14px;
    flex-shrink: 0;
    background: #fff;
}
.write_header select[name=is_notice] { width: 80px; }
.write_header select[name=category_srl] { width: 140px; }
.write_header .iText {
    flex: 1;
    min-width: 180px;
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
    border: 1px solid #d0d5dd;
    border-radius: 5px;
    background: #fff;
    font-size: 15px;
    box-sizing: border-box;
}
.write_header .iText:focus { border-color: #94a3b8; outline: none; }
.write_editor .xd { margin-top: -3px; }
.write_footer {
    overflow: hidden;
    margin: 1em 0;
}
.write_footer:after { content: ""; display: block; clear: both; }
.write_option {
    margin: 0 0 10px 0;
    padding: 6px 0;
    color: #475569;
    font-size: 13px;
}
.write_option label { margin: 0 10px 0 2px; color: #475569; }
.write_captcha { float: left; margin: 0; }

/* Extra Form */
.exForm {
    background: #f8fafc;
    padding: 10px 0;
    border-radius: 6px;
    margin-bottom: 10px;
}
.exForm table { border: 0; width: 100%; }
.exForm caption {
    text-align: right;
    font-size: 12px;
    padding: 0 0 4px 0;
    color: #64748b;
}
.exForm th, .exForm td {
    border: 0;
    vertical-align: top;
    border-top: 1px solid #e2e8f0;
}
.exForm th {
    color: #334155;
    text-align: left;
    padding: 10px 12px 15px 12px;
    white-space: nowrap;
    font-weight: 600;
}
.exForm th label { cursor: default; }
.exForm td { color: #64748b; padding: 8px 12px; }
.exForm em { font-style: normal; color: #ef4444; }
.exForm .text, .exForm .password, .exForm .homepage,
.exForm .email_address, .exForm .tel, .exForm .address, .exForm .date {
    padding: 4px 8px;
    margin: 0 4px 0 0;
    height: 28px;
    line-height: 28px;
    border: 1px solid #d0d5dd;
    border-radius: 4px;
}
.exForm .text, .exForm .email_address, .exForm .homepage, .exForm .address { width: 300px; }
.exForm .tel { width: 40px; }
.exForm .date { width: 120px; }
.exForm textarea {
    width: 90%;
    padding: 4px 8px;
    margin: 0 4px 0 0;
    border: 1px solid #d0d5dd;
    border-radius: 4px;
}
.exForm p { margin: 5px 0 0 0; font-size: 12px; color: #64748b; }
.exForm ul { margin: 0; padding: 0; list-style: none; }
.exForm li { display: inline; }
.exForm li input { width: 13px; height: 13px; margin: 0 4px 0 0; vertical-align: middle; }
.exForm li label { margin: 0 15px 0 0; }

.exOut { background: #fff; padding: 10px 0; }
.exOut table { border: 0; width: 100%; }
.exOut th, .exOut td { border: 0; vertical-align: top; border-bottom: 1px solid #e2e8f0; padding: 8px 15px; }
.exOut th { color: #334155; text-align: left; white-space: nowrap; font-weight: 600; }
.exOut td { color: #64748b; width: 100%; }

.update-log {
    width: 100%;
    border-bottom: 1px solid #e2e8f0;
    margin: 5px auto;
    padding: 5px;
}

/* ===========================
   6. 글 읽기 헤더 (Read Header)
   =========================== */
.board_read {
    display: block;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
}
.read_header {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
}
.read_header h1 {
    width: 100%;
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    color: #0f172a;
    word-break: keep-all;
}
.read_header h1 span.is_admin {
    font-size: 14px;
    font-weight: normal;
    color: #ef4444;
}
.read_header h1 .category {
    font-weight: normal;
    color: #64748b;
    border-right: 1px solid #e2e8f0;
    padding: 0 12px 0 0;
    margin: 0 8px 0 0;
    font-size: 15px;
}
.read_header h1 a {
    text-decoration: none;
    color: #0f172a;
}
.read_header h1 a:hover { color: #1d4ed8; }
.read_header .meta {
    margin: 8px 0 0 0;
    padding: 10px 0 14px;
    border-bottom: 1px solid #e2e8f0;
    white-space: normal;
    color: #64748b;
    font-size: 13px;
    line-height: 1.6;
}
.update-log .read_header .meta { border-bottom: 0; }
.read_header .meta > span {
    display: inline-block;
    margin-right: 16px;
    margin-left: 0;
}
.read_header .meta > span:last-child { margin-right: 0; }
.read_header .meta:after { content: ""; display: block; clear: both; }
.read_header .meta .author,
.read_header .meta .author a {
    color: #475569;
    text-decoration: none;
    font-weight: normal;
}

/* ===========================
   7. 글 읽기 본문 (Read Body)
   =========================== */
.read_body {
    padding: 20px 10px 25px;
}
.read_body .xe_content {
    color: #334155;
    font-size: 15px;
    line-height: 1.85;
    word-break: keep-all;
}
.read_body .xe_content table { font: inherit; }
.read_body .xe_content p { margin: 0 0 12px 0; }
.read_body .xe_content a { color: #1d4ed8; text-decoration: underline; }
.read_body .xe_content a:hover { color: #1e40af; }

/* ===========================
   8. 글 읽기 하단 (Read Footer)
   =========================== */
.read_footer {
    overflow: hidden;
    margin-top: 5px;
}
/* SNS 공유 */
.read_footer .sns {
    margin-top: 20px;
    text-align: center;
}
.read_footer .sns ul { margin: 0; padding: 0; }
.read_footer .sns li { display: inline; vertical-align: top; }
.read_footer .sns a {
    display: inline-block;
    width: 34px;
    height: 34px;
    border: 1px solid #e2e8f0;
    background-color: #f8fafc;
    border-radius: 6px;
    margin: 0 2px;
    transition: all .2s ease;
    text-decoration: none;
}
.read_footer .sns i { font-size: 20px; line-height: 34px; color: #94a3b8; display: block; text-align: center; }
.read_footer .sns a:hover { border-color: #CDA25A; background-color: #fef9ee; }
.read_footer .sns a:hover i { color: #CDA25A; }
/* 추천/비추천 */
.read_footer .vote {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.read_footer .vote ul { margin: 0; padding: 0; }
.read_footer .vote li { display: inline; vertical-align: top; margin: 0 4px; }
.read_footer .vote a {
    display: inline-block;
    width: 72px;
    height: 72px;
    border: 1px solid #e2e8f0;
    background-color: #f8fafc;
    border-radius: 8px;
    text-decoration: none;
    font-size: 12px;
    color: #64748b;
    transition: all .2s ease;
    line-height: 1.4;
}
.read_footer .vote i { font-size: 22px; line-height: 46px; display: block; color: #94a3b8; }
.read_footer .vote a:hover { border-color: #CDA25A; background-color: #fef9ee; }
.read_footer .vote a:hover i { color: #CDA25A; }
/* 첨부 파일 */
.read_footer .fileList {
    margin: 12px 0;
    display: inline;
    float: left;
}
.read_footer .toggleFile {
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    cursor: pointer;
    overflow: visible;
    padding: 4px 10px;
    color: #334155;
    font-size: 13px;
    font-family: 'Pretendard', sans-serif;
    border-radius: 5px;
    transition: all .2s ease;
}
.read_footer .toggleFile:hover { background: #f1f5f9; border-color: #94a3b8; }
.read_footer .files {
    display: none;
    list-style: none;
    margin: 8px 0 0 0;
    padding: 10px 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    line-height: 1.6;
}
.read_footer .files li {
    padding: 4px 0 4px 16px;
    font-size: 13px;
    position: relative;
}
.read_footer .files li::before {
    content: "›";
    position: absolute;
    left: 2px;
    color: #94a3b8;
    font-weight: 700;
}
.read_footer .files a {
    color: #1d4ed8;
    text-decoration: none;
    font-size: 13px;
}
.read_footer .files a:hover { text-decoration: underline; }
.read_footer .files a .fileSize {
    /* 항상 표시 (tooltip → inline) */
    visibility: visible;
    position: static;
    display: inline;
    font-size: 12px;
    color: #94a3b8;
    margin-left: 6px;
    border: none;
    padding: 0;
    background: none;
    white-space: normal;
}
/* 태그 / 동작 링크 */
.read_footer .tns {
    float: right;
    margin: 12px 0;
    font-size: 13px;
    color: #64748b;
}
.read_footer .tns a:hover { text-decoration: underline; }
.read_footer .tags {
    display: inline-block;
    font-size: 13px;
    color: #64748b;
    vertical-align: top;
    line-height: 1.6;
}
.read_footer .tags a {
    text-decoration: none;
    color: #1d4ed8;
    font-size: 13px;
}
.read_footer .tags .xi-tags { font-size: 13px; margin-right: 3px; }
.read_footer .action {
    display: inline-block;
    line-height: 1.6;
    font-size: 13px;
    margin: 0 15px 0 0;
    color: #64748b;
}
/* 서명 */
.read_footer .sign {
    clear: both;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    margin: 0 0 0 0;
    padding: 12px 15px;
    overflow: hidden;
    background: #f8fafc;
}
.read_footer .sign .pf {
    float: left;
    margin: 0 14px 0 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
.read_footer .sign .tx {
    overflow: hidden;
    line-height: 1.5;
    font-size: 13px;
    border-left: 2px solid #e2e8f0;
    padding: 0 0 0 14px;
    color: #475569;
}
.read_footer .sign .tx * { margin: 0; }
/* 버튼 영역 */
.read_footer .btnArea {
    clear: both;
    text-align: right;
    padding: 12px 0;
    border-top: 1px solid #e2e8f0;
    margin-top: 10px;
}

/* ===========================
   9. 댓글 (Feedback/Comment)
   =========================== */
.feedback {
    position: relative;
    color: #334155;
    margin: 0 0 20px 0;
}
.feedback .fbHeader {
    position: relative;
    height: auto;
    padding: 12px 0 10px 4px;
    line-height: 1.5;
    border-top: 1px solid #e2e8f0;
}
#comment .fbHeader .wComment {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 0;
    text-decoration: none;
    color: #64748b;
    line-height: 1;
    font-size: 13px;
}
.feedback .fbHeader h2 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    display: inline;
    font-family: 'Pretendard', sans-serif;
    color: #0f172a;
}
.feedback .fbHeader h2 em {
    font-style: normal;
    color: #CDA25A;
}
.feedback .fbHeader .trackbackURL {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    line-height: 1;
    color: #64748b;
    font-size: 12px;
    font-family: 'Pretendard', sans-serif;
}
.feedback .fbHeader .trackbackURL a { text-decoration: none; color: #64748b; }
.feedback .fbList { margin: 0; padding: 0; }
.feedback .fbItem {
    padding: 16px 0 15px 0;
    border-bottom: 1px solid #f1f5f9;
    margin: 0;
    list-style: none;
}
.feedback .fbItem:last-child { border-bottom: none; }
.feedback .fbItem:after { content: ""; display: block; clear: both; }
/* 대댓글 들여쓰기 (배경 이미지 제거 → 좌측 border 표시) */
.feedback .indent {
    border-left: 3px solid #f1f5f9;
    margin-left: 8px;
    padding-left: 12px;
}
.feedback .fbMeta {
    float: left;
    width: 155px;
    padding: 0 0 0 4px;
}
.feedback .fbMeta .profile {
    float: left;
    width: 34px;
    height: 34px;
    margin: 0 10px 5px 0;
    background: #e2e8f0;
    background-size: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.feedback .fbMeta .author {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
}
.feedback .author a { text-decoration: none; color: #334155; }
.feedback .author a img { margin: 0 6px 0 0 !important; vertical-align: top !important; }
.feedback .time {
    margin: 0;
    font-size: 12px;
    font-family: 'Pretendard', sans-serif;
    color: #94a3b8;
}
.feedback .xe_content {
    margin: 0 0 0 165px;
    color: #334155;
    line-height: 1.7;
    font-size: 14px;
}
.feedback .xe_content *:first-child { margin-top: 0; }
.feedback .xe_content.is_deleted,
.feedback .xe_content.is_secret { color: #94a3b8; font-style: italic; }
#trackback .xe_content { color: #64748b; }
#trackback .xe_content strong { color: #475569; display: block; font-weight: normal; }
.feedback .fileList {
    margin: 0 0 0 165px;
    padding: 8px 0 0 0;
    display: inline;
    float: left;
    clear: both;
}
.feedback .toggleFile {
    border: 0;
    background: none;
    cursor: pointer;
    overflow: visible;
    padding: 0;
    color: #64748b;
    font-size: 13px;
}
.feedback .files {
    display: none;
    list-style: none;
    margin: 8px 0;
    padding: 0;
    line-height: 1.7;
}
.feedback .files li { padding: 3px 0; font-size: 13px; }
.feedback .files a { color: #1d4ed8; text-decoration: none; }
.feedback .files a:hover { text-decoration: underline; }
.feedback .files a .fileSize {
    font-size: 12px;
    color: #94a3b8;
    margin-left: 4px;
}
.feedback .action {
    margin: 0;
    padding: 6px 10px 0 0;
    white-space: nowrap;
    float: right;
    font-size: 13px;
    color: #64748b;
}
.feedback .action .vote { margin: 0 8px 0 0; color: #64748b; }
.feedback .action a { padding: 0 0 0 4px; color: #64748b; text-decoration: none; }
.feedback .action a:hover { color: #CDA25A; }
.feedback .action a.this { background: none; padding: 0; margin: 0 0 0 10px; text-decoration: underline; }
.feedback .pagination { padding: 8px 0; }

/* 대댓글 들여쓰기 단계 */
.feedback .indent1  { padding-left: 20px; }
.feedback .indent2  { padding-left: 40px; }
.feedback .indent3  { padding-left: 60px; }
.feedback .indent4  { padding-left: 80px; }
.feedback .indent5  { padding-left: 100px; }
.feedback .indent6  { padding-left: 120px; }
.feedback .indent7  { padding-left: 140px; }
.feedback .indent8  { padding-left: 160px; }
.feedback .indent9  { padding-left: 180px; }
.feedback .indent10 { padding-left: 200px; }
.feedback .indent11 { padding-left: 220px; }
.feedback .indent12 { padding-left: 240px; }
.feedback .indent12 .action { display: none; }
.fbFooter { margin: -10px 0 10px 0; }

/* ===========================
   10. 페이지네이션 (Pagination)
   =========================== */
.pagination {
    margin: 0;
    padding: 13px 0;
    text-align: center;
    line-height: normal;
    clear: both;
}
.pagination a,
.pagination strong {
    position: relative;
    color: #64748b;
    font-size: 13px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 500;
    line-height: 24px;
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
    padding: 2px 9px;
    background-color: #f1f5f9;
    border-radius: 4px;
    margin: 0 1px;
    transition: all .2s ease;
    z-index: 2;
}
.pagination a:hover { background-color: #e2e8f0; color: #334155; }
.pagination strong {
    color: #fff;
    background-color: #CDA25A;
    font-weight: 700;
}
.pagination .direction {
    font-weight: normal;
    color: #64748b;
    text-decoration: none !important;
    border: 0;
    z-index: 1;
}
.pagination .direction:hover { color: #334155; background-color: #e2e8f0; }
.pagination .prev { }
.pagination .next { }

/* ===========================
   11. 작성자 / 댓글 입력
   =========================== */
.write_author {
    float: left;
    margin: 0 4px 1em 0;
    font-size: 13px;
    color: #475569;
}
.write_author .item {
    position: relative;
    display: inline-block;
}
.write_author .iLabel {
    top: 6px;
    left: 12px;
    color: #94a3b8;
    font-size: 13px;
}
.write_author label { margin: 0 10px 0 2px; }

.write_comment {
    position: relative;
    margin: 10px 0 50px;
}
.write_comment:after { content: ""; display: block; clear: both; }
.write_comment textarea,
.rx_editor_textarea {
    width: 100%;
    max-width: 100%;
    font-size: 13px !important;
    font-family: 'Pretendard', sans-serif !important;
    line-height: 1.6 !important;
    box-sizing: border-box;
}
.write_comment .write_author { padding: 0 0 8px 0; }
.write_comment .iText.userName,
.write_comment .iText.userPw { width: 100px; }
.write_comment .iText.homePage { width: 150px; }

/* Context Data / Message */
.context_data {
    background: #f8fafc;
    border-top: 2px solid #334155;
    border-radius: 0 0 6px 6px;
    padding: 15px 20px;
    color: #475569;
}
.context_data h3.author, .context_data h3.title { margin: 0 0 10px 0; color: #0f172a; }
.context_data p.author { margin: 0; }
.context_data p.author strong { font-weight: normal; }
.context_data .xe_content { color: #475569; }
.context_message { text-align: center; border-top: 2px solid #334155; }
.context_message h1 { font-size: 16px; }
.context_message .btnArea { margin: 20px 0; }

/* ===========================
   12. 태그 목록 (Tag List)
   =========================== */
.tagList {
    margin: 0;
    padding: 20px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    line-height: 2;
    text-align: justify;
    background: #f8fafc;
}
.tagList a {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    margin: 0 2px;
    padding: 1px 7px;
    border-radius: 4px;
    display: inline-block;
}
.tagList a.rank1 { font-size: 22px; background: #0f172a; }
.tagList a.rank2 { font-size: 18px; background: #334155; }
.tagList a.rank3 { font-size: 15px; background: #64748b; }
.tagList a.rank4 { font-size: 13px; background: #94a3b8; }
.tagList a.rank5 { font-size: 13px; color: #64748b; background: #f1f5f9; }
.tagFooter { text-align: center; padding: 20px 0; }

/* ===========================
   13. 버튼 (Buttons)
   =========================== */
.board .btn {
    text-decoration: none !important;
    display: inline-block;
    padding: 0 12px !important;
    margin: 0 2px 0 0;
    font-family: 'Pretendard', sans-serif;
    font-size: 13px;
    line-height: 26px !important;
    height: 28px !important;
    color: #334155;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    overflow: visible;
    background-color: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    box-shadow: none;
    text-shadow: none;
    transition: all .2s ease;
}
.board .btn:hover,
.board .btn:active {
    color: #fff !important;
    background-color: #CDA25A;
    border-color: #CDA25A;
    text-decoration: none !important;
}
.board .btn[disabled] {
    color: #94a3b8;
    background-color: #f1f5f9;
    cursor: not-allowed;
}
.board .btn i {
    width: 22px;
    background: rgba(0,0,0,0.06);
    height: 28px;
    line-height: 28px;
    display: inline-block;
    margin-left: -12px;
    margin-right: 4px;
    text-align: center;
    border-radius: 4px 0 0 4px;
}
.board .btn_insert {
    font-size: 13px;
    font-family: 'Pretendard', sans-serif;
    border: 0;
    cursor: pointer;
    padding: 0 22px;
    height: 38px;
    border-radius: 6px;
    color: #fff;
    background: #CDA25A;
    transition: all .2s ease;
    font-weight: 600;
}
.board .btn_insert:hover { background: #475569; }
.board .secretForm .iText { height: 28px; width: 150px; box-sizing: border-box; border-radius: 4px 0 0 4px; }
.board .secretForm .btn { border-radius: 0 4px 4px 0 !important; }
.board .secretForm p { margin-bottom: 5px; }

/* ===========================
   14. 투표 로그
   =========================== */
.vote-list {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 !important;
    padding: 20px;
    color: #334155;
    font-size: 14px;
    font-family: 'Pretendard', sans-serif;
    line-height: 1.6;
    background: #fff;
}
.votelog {
    display: inline-block;
    padding: 3px 14px;
    background: #CDA25A;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}
