@charset "utf-8";

/* 기본 */
#bo_list,
#bo_v,
#bo_w {
    max-width: 1100px;
    margin: 40px auto;
    background: #081632;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.22);
    color: #e5edf8;
    box-sizing: border-box;
}

#bo_list * {
    box-sizing: border-box;
}

#bo_list a {
    text-decoration: none;
}

/* 상단 */
.pz-list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

#bo_list_total {
    color: #d9e7ff;
    font-size: 15px;
    font-weight: 700;
}

#bo_list_total span {
    color: #ffffff;
    margin-right: 6px;
}

.pz-head-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pz-head-actions .btn,
.pz-head-actions .btn_b01 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    height: 44px;
    padding: 0 18px;
    border-radius: 12px;
    background: #ff7a1a;
    color: #fff;
    font-weight: 800;
    border: 0;
}

/* 검색 */
.pz-board-search {
    margin: 0 0 28px;
}

.pz-board-search-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.pz-board-search select {
    min-width: 120px;
    height: 46px;
    padding: 0 14px;
    border: 1px solid #22365e;
    border-radius: 12px;
    background: #ffffff;
    color: #111827;
    font-size: 14px;
}

.pz-board-search .sch_bar {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pz-board-search .sch_input {
    width: 280px;
    height: 46px;
    padding: 0 16px;
    border: 1px solid #22365e;
    border-radius: 12px;
    background: #ffffff;
    color: #111827;
    font-size: 14px;
    outline: none;
}

.pz-board-search .sch_btn {
    height: 46px;
    padding: 0 20px;
    border: 0;
    border-radius: 12px;
    background: #ff7a1a;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

/* 카드 리스트 */
.tbl_head01,
.tbl_wrap {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.pz-card-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.pz-card {
    position: relative;
    display: block;
    padding: 28px;
    min-height: 150px;
    border-radius: 18px;
    background: linear-gradient(180deg, #020b1f 0%, #000815 100%);
    border: 1px solid rgba(122, 162, 255, 0.12);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    overflow: hidden;
}

.pz-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.28);
    border-color: rgba(255, 122, 26, 0.42);
}

.pz-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: #ff7a1a;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.4px;
}

.pz-card-top {
    margin-bottom: 10px;
}

.pz-date {
    display: inline-block;
    color: #7e95bd;
    font-size: 13px;
    font-weight: 600;
}

.pz-title {
    margin: 0 0 14px;
    padding-right: 110px;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 800;
    word-break: break-word;
}

.pz-comment-count {
    color: #ffb37a;
    font-size: 15px;
    font-weight: 800;
}

.pz-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 18px;
    color: #cbd7ec;
    font-size: 14px;
    line-height: 1.5;
}

.pz-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.pz-user {
    color: #8ea2c5;
    font-size: 14px;
    font-weight: 600;
}

.pz-more {
    color: #4d96ff;
    font-size: 15px;
    font-weight: 800;
}

.pz-empty {
    padding: 80px 20px;
    text-align: center;
    color: #9db1d1;
    border-radius: 18px;
    background: #020b1f;
    border: 1px solid rgba(122, 162, 255, 0.1);
}

.pg_wrap {
    margin-top: 26px;
    text-align: center;
}

.pg_page,
.pg_current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    margin: 0 4px;
    padding: 0 10px;
    border-radius: 10px;
    background: #122447;
    color: #d7e4fb;
    font-size: 14px;
    font-weight: 700;
}

.pg_current {
    background: #ff7a1a;
    color: #fff;
}

#bo_cate {
    margin-bottom: 20px;
}

#bo_cate h2 {
    position: absolute;
    left: -9999px;
}

#bo_cate_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#bo_cate_ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#bo_cate_ul a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: #102247;
    color: #dce7fb;
    font-size: 14px;
    font-weight: 700;
}

#bo_cate_ul #bo_cate_on {
    background: #ff7a1a;
    color: #fff;
}

@media (max-width: 768px) {
    #bo_list,
    #bo_v,
    #bo_w {
        margin: 18px 14px;
        padding: 20px 16px;
        border-radius: 18px;
    }

    .pz-list-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .pz-head-actions {
        width: 100%;
    }

    .pz-head-actions .btn,
    .pz-head-actions .btn_b01 {
        width: 100%;
    }

    .pz-board-search-inner {
        align-items: stretch;
    }

    .pz-board-search select {
        width: 100%;
    }

    .pz-board-search .sch_bar {
        width: 100%;
        flex-direction: column;
    }

    .pz-board-search .sch_input,
    .pz-board-search .sch_btn {
        width: 100%;
    }

    .pz-card {
        padding: 22px 18px;
        min-height: 0;
    }

    .pz-title {
        padding-right: 0;
        font-size: 18px;
    }

    .pz-badge {
        position: static;
        margin-bottom: 12px;
    }

    .pz-card-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

.pz-view-wrap{
    max-width:900px;
    margin:40px auto;
    background:#0b1a2f;
    border-radius:20px;
    padding:40px;
    color:#fff;
}

.pz-title{
    font-size:28px;
    font-weight:700;
    margin-bottom:15px;
}

.pz-meta{
    font-size:14px;
    color:#aaa;
    display:flex;
    gap:15px;
    margin-bottom:30px;
}

.pz-top-btn{
    display:flex;
    justify-content:space-between;
    margin-bottom:30px;
}

.pz-btn{
    background:#1e2a47;
    padding:10px 18px;
    border-radius:8px;
    color:#fff;
    text-decoration:none;
}

.pz-btn.orange{
    background:#ff7a00;
}

.pz-content{
    line-height:1.8;
    margin-bottom:40px;
}

.pz-cta{
    margin:40px 0;
}

.cta-box{
    background:#071423;
    padding:30px;
    border-radius:15px;
    text-align:center;
}

.cta-btn{
    display:inline-block;
    margin-top:15px;
    background:#ff7a00;
    padding:12px 25px;
    border-radius:10px;
    color:#fff;
}

.pz-nav{
    display:flex;
    justify-content:space-between;
    margin:30px 0;
}

.pz-comment{
    margin-top:40px;
}

.pz-write-wrap{
    max-width:900px;
    margin:40px auto;
    background:#0b1a2f;
    padding:40px;
    border-radius:20px;
    color:#fff;
}

.pz-write-title{
    font-size:26px;
    margin-bottom:30px;
}

.pz-field{
    margin-bottom:25px;
}

.pz-field label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
}

.pz-input{
    width:100%;
    padding:12px;
    border-radius:10px;
    border:none;
    background:#1e2a47;
    color:#fff;
}

.pz-editor{
    background:#fff;
    border-radius:10px;
    padding:10px;
}

.pz-submit-wrap{
    display:flex;
    justify-content:space-between;
    margin-top:30px;
}

.pz-btn{
    padding:12px 25px;
    border-radius:10px;
    background:#1e2a47;
    color:#fff;
    text-decoration:none;
}

.pz-btn.orange{
    background:#ff7a00;
}

.pz-comment-wrap{
    margin-top:40px;
}

.pz-comment-title{
    font-size:20px;
    margin-bottom:20px;
}

.pz-comment-item{
    background:#071423;
    padding:15px;
    border-radius:10px;
    margin-bottom:15px;
}

.pz-comment-top{
    display:flex;
    justify-content:space-between;
    font-size:13px;
    color:#aaa;
    margin-bottom:8px;
}

.pz-comment-content{
    font-size:14px;
    line-height:1.6;
}

.pz-no-comment{
    text-align:center;
    color:#888;
    padding:20px;
}

.pz-comment-form textarea{
    width:100%;
    height:100px;
    padding:10px;
    border-radius:10px;
    border:none;
    background:#1e2a47;
    color:#fff;
}

.pz-comment-btn{
    margin-top:10px;
    background:#ff7a00;
    padding:10px 20px;
    border:none;
    border-radius:8px;
    color:#fff;
}