:root {
    --main-color: #103050;
    --main-color-light: #105090;
    --sub-color: #B09030;
    --text-color: #222;
    --text-color-sub: #6b7280;
    --text-color-light: #9ca3af;
    --border-color: #e5e7eb;
    --inner-width: 1280px;
}

button {
    background-color: transparent;
}

#base_wrap {
    background: #fff;
    color: var(--text-color);
    font-family: "Noto Sans KR", sans-serif;
}

.edk_img {
    display: flex;
}

.inner {
    max-width: var(--inner-width);
    margin: 0 auto;
    padding: 0 16px;
    width: 100%;
}

.btn-default {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border-radius: 6px;
    border: 1px solid transparent;
}

.btn-default.full {
    width: 100%;
}

.fill-main {
    background: var(--main-color);
    border-color: var(--main-color);
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    transition: background 0.2s;
}

.fill-main:hover {
    background: var(--main-color-light);
    border-color: var(--main-color-light);
}

.border-main {
    background: #fff;
    border-color: var(--main-color);
    font-size: 14px;
    font-weight: 700;
    color: var(--main-color);
    transition: all 0.2s;
}

.border-main:hover {
    background: var(--main-color-light);
    border-color: var(--main-color-light);
    color: #fff;
}

.clist_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.clist_count {
    font-size: 14px;
    color: var(--text-color-sub);
}

.clist_count strong {
    color: var(--main-color);
    font-weight: 800;
    margin: 0 2px;
}

.clist_tabs {
    display: inline-flex;
    background: #f4f6f9;
    border-radius: 999px;
    padding: 4px;
    gap: 2px;
}

.clist_tab {
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 700;
    color: var(--text-color-sub);
    background: transparent;
    border-radius: 999px;
    transition: all 0.15s;
    line-height: 1;
}

.clist_tab:hover {
    color: var(--main-color);
}

.clist_tab.active {
    background: var(--main-color);
    color: #fff;
}

.clist_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.clist_card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px 22px 20px;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 14px;
    transition: all 0.2s;
}

.clist_card:hover {
    border-color: var(--main-color);
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(16, 48, 80, 0.08);
}

.clist_card_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.clist_tag {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1.4;
}

.tag_car {
    background: rgba(16, 48, 80, 0.1);
    color: var(--main-color);
}

.tag_lease {
    background: rgba(176, 144, 48, 0.14);
    color: var(--sub-color);
}

.tag_rent {
    background: #f0f2f5;
    color: var(--text-color-sub);
}

.clist_date {
    font-size: 12px;
    color: var(--text-color-light);
    font-family: "Inter", "Noto Sans KR", sans-serif;
    font-variant-numeric: tabular-nums;
}

.clist_car {
    font-size: 18px;
    font-weight: 800;
    color: var(--text-color);
    letter-spacing: -0.02em;
}

.clist_meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    padding-top: 14px;
    border-top: 1px solid var(--border-color);
}

.clist_meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: var(--text-color-sub);
}

.clist_meta span i {
    font-size: 15px;
    color: var(--text-color-light);
}

.clist_empty {
    padding: 60px 20px;
    text-align: center;
    color: var(--text-color-light);
    font-size: 14px;
    background: #fafbfc;
    border: 1px dashed var(--border-color);
    border-radius: 12px;
}

.clist_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 36px;
}

.page_btn {
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-color);
    transition: all 0.15s;
    font-family: "Inter", "Noto Sans KR", sans-serif;
}

.page_btn:hover:not(:disabled) {
    border-color: var(--main-color);
    color: var(--main-color);
}

.page_btn.active {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
    font-weight: 800;
}

.page_btn:disabled {
    color: var(--text-color-light);
    cursor: not-allowed;
    opacity: 0.6;
}

.page_arrow {
    font-size: 18px;
}




.board_card {
    display: flex;
    flex-direction: column;
    padding: 26px 24px;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    transition: all 0.2s;
}

.board_card:hover {
    border-color: var(--main-color);
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(16, 48, 80, 0.08);
}

.board_tag {
    display: inline-block;
    width: fit-content;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 14px;
    letter-spacing: 0.02em;
}

.tag_notice {
    background: rgba(16, 48, 80, 0.08);
    color: var(--main-color);
}

.tag_event {
    background: rgba(176, 144, 48, 0.14);
    color: var(--sub-color);
}

.tag_news {
    background: #f0f2f5;
    color: var(--text-color-sub);
}

.board_card_title {
    font-size: 17px;
    font-weight: 800;
    color: var(--text-color);
    margin: 0 0 10px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 49px;
}

.board_card_desc {
    font-size: 13px;
    color: var(--text-color-sub);
    line-height: 1.7;
    margin: 0 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.board_card_meta {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 14px;
    border-top: 1px solid var(--border-color);
    font-size: 12px;
    color: var(--text-color-light);
}

.board_card_meta i {
    margin-right: 4px;
}



.form_input,
.form_textarea {
    width: 100%;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    font-size: 14px;
    color: var(--text-color);
    transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
    height: 42px;
}

.form_textarea {
    height: auto;
    line-height: 1.6;
    padding-top: 12px;
    padding-bottom: 12px;
}

.form_input::placeholder,
.form_textarea::placeholder {
    color: var(--text-color-light);
}

.form_input:focus,
.form_textarea:focus {
    outline: none;
    border-color: var(--main-color);
    box-shadow: 0 0 0 3px rgba(16, 48, 80, 0.08);
}

.post_detail {
    background: #fff;
}

.post_head {
    padding: 8px 0 24px;
    margin-bottom: 32px;
}

.post_head .board_tag {
    margin-bottom: 14px;
}

.post_title {
    font-size: 24px;
    font-weight: 800;
    color: var(--text-color);
    line-height: 1.4;
    letter-spacing: -0.02em;
    margin: 0 0 18px;
}

.post_meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 18px;
}

.post_meta_item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: var(--text-color-sub);
}

.post_meta_item i {
    font-size: 15px;
    color: var(--text-color-light);
}

.post_body {
    padding: 8px 0 40px;
    font-size: 15px;
    line-height: 1.85;
    color: var(--text-color);
}


.post_foot {
    margin-top: 12px;
    padding-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.post_list_btn {
    align-self: flex-end;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    background: var(--main-color);
    color: #fff;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    transition: background 0.15s, transform 0.15s;
}

.post_list_btn:hover {
    background: var(--main-color-light);
    transform: translateY(-2px);
}

.post_list_btn i {
    font-size: 16px;
}

.post_nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.post_nav_btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    background: #fafbfc;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    color: var(--text-color);
    transition: all 0.15s;
    min-width: 0;
}

.post_nav_btn:hover {
    background: #fff;
    border-color: var(--main-color);
}

.post_nav_btn>i {
    flex-shrink: 0;
    font-size: 22px;
    color: var(--text-color-light);
    transition: color 0.15s;
}

.post_nav_btn:hover>i {
    color: var(--main-color);
}

.post_nav_next {
    text-align: right;
    justify-content: flex-end;
}

.post_nav_label {
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 700;
    color: var(--text-color-light);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.post_nav_title {
    flex: 1;
    min-width: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.comments {
    margin-top: 50px;
    padding-top: 36px;
    border-top: 2px solid var(--text-color);
}

.comments_title {
    font-size: 18px;
    font-weight: 800;
    color: var(--text-color);
    margin: 0 0 18px;
    letter-spacing: -0.01em;
}

.comments_title .comments_count {
    color: var(--main-color);
    margin-left: 4px;
}

.comment_form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.comment_form_foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.comment_form_info {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: var(--text-color-light);
}

.comment_form_info i {
    font-size: 14px;
}

.comment_submit {
    padding: 9px 20px;
    background: var(--main-color);
    color: #fff;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    transition: background 0.15s, transform 0.15s;
}

.comment_submit:hover {
    background: var(--main-color-light);
    transform: translateY(-1px);
}

.comment_submit_sm {
    padding: 7px 16px;
    font-size: 12px;
}

.comment_cancel {
    padding: 7px 14px;
    background: transparent;
    color: var(--text-color-sub);
    font-size: 12px;
    font-weight: 600;
    transition: color 0.15s;
}

.comment_cancel:hover {
    color: var(--main-color);
}

.comment_list {
    margin: 24px 0 0;
}

.comment_item {
    display: flex;
    gap: 14px;
    padding: 20px 0;
    border-bottom: 1px solid var(--border-color);
}

.comment_item:last-child {
    border-bottom: 0;
}

.comment_item.comment_reply {
    margin-left: 50px;
    padding-left: 18px;
    position: relative;
}

.comment_item.comment_reply::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 32px;
    width: 18px;
    height: 16px;
    border-left: 2px solid var(--border-color);
    border-bottom: 2px solid var(--border-color);
    border-radius: 0 0 0 6px;
}

.comment_avatar {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f4f6f9;
    color: var(--text-color-sub);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.comment_avatar_admin {
    background: rgba(16, 48, 80, 0.1);
    color: var(--main-color);
}

.comment_body {
    flex: 1;
    min-width: 0;
}

.comment_head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 10px;
    margin-bottom: 6px;
}

.comment_author {
    font-size: 14px;
    font-weight: 800;
    color: var(--text-color);
}

.comment_badge {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    background: rgba(16, 48, 80, 0.08);
    color: var(--main-color);
    border-radius: 4px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.comment_date {
    font-size: 12px;
    color: var(--text-color-light);
    font-family: "Inter", "Noto Sans KR", sans-serif;
}

.comment_text {
    font-size: 14px;
    color: var(--text-color);
    line-height: 1.7;
    white-space: pre-wrap;
    word-break: break-word;
}

.comment_actions {
    margin-top: 8px;
}

.comment_reply_btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 0;
    background: transparent;
    font-size: 12px;
    font-weight: 600;
    color: var(--text-color-sub);
    transition: color 0.15s;
}

.comment_reply_btn:hover {
    color: var(--main-color);
}

.comment_reply_btn i {
    font-size: 14px;
}

.comment_reply_form {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.comment_reply_form .comment_form_foot {
    justify-content: flex-end;
}

@media (max-width: 1024px) {
    .clist_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .clist_head {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .clist_tabs {
        width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .clist_tab {
        padding: 7px 14px;
        font-size: 12px;
        white-space: nowrap;
    }

    .clist_grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .clist_card {
        padding: 18px 18px 16px;
        gap: 12px;
    }

    .clist_car {
        font-size: 16px;
    }

    .clist_meta span {
        font-size: 12px;
    }

    .board_card {
        padding: 22px 20px;
    }

    .board_card_title {
        font-size: 16px;
        min-height: auto;
    }

    .board_card_desc {
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .post_title {
        font-size: 19px;
    }

    .post_body {
        font-size: 14px;
        padding-bottom: 30px;
    }

    .post_body h3 {
        font-size: 15px;
    }

    .post_body ul li {
        font-size: 13.5px;
    }

    .post_body blockquote {
        padding: 14px 16px;
        font-size: 13px;
    }

    .post_nav {
        grid-template-columns: 1fr;
    }

    .post_nav_title {
        font-size: 13px;
    }

    .post_list_btn {
        width: 100%;
        justify-content: center;
        padding: 12px;
    }

    .comments {
        margin-top: 36px;
        padding-top: 26px;
    }

    .comments_title {
        font-size: 16px;
    }

    .comment_form_foot {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .comment_reply_form .comment_form_foot {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }

    .comment_item.comment_reply {
        margin-left: 30px;
    }

    .comment_text {
        font-size: 13px;
    }
}