@charset "utf-8";

.nc-wrap{
    width:100%;
    max-width:1180px;
    margin:40px auto 80px;
    padding:0 20px;
    box-sizing:border-box;
    font-family:"Pretendard","Noto Sans KR","Malgun Gothic",sans-serif;
    color:#1f2937;
}
.nc-head{margin-bottom:28px;}
.nc-head h2{margin:0 0 8px;font-size:32px;font-weight:800;letter-spacing:-.04em;}
.nc-head p{margin:0;color:#667085;font-size:15px;}
.nc-search{display:flex;gap:8px;justify-content:flex-end;margin-bottom:18px;}
.nc-search select,.nc-search input{height:42px;border:1px solid #d1d5db;border-radius:8px;padding:0 12px;background:#fff;}
.nc-search input{min-width:260px;}
.nc-search button{height:42px;padding:0 16px;border:0;border-radius:8px;background:#243146;color:#fff;font-weight:700;cursor:pointer;}
.nc-list{border-top:2px solid #243146;}
.nc-item{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 12px;border-bottom:1px solid #e5e7eb;}
.nc-item-info{flex:1;min-width:0;}
.nc-item-title{display:block;margin-bottom:7px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#1f2937;font-size:18px;font-weight:800;text-decoration:none;}
.nc-item-title:hover{text-decoration:underline;}
.nc-item-meta{color:#8a94a6;font-size:13px;}
.nc-item-excerpt{margin-top:7px;color:#667085;font-size:14px;line-height:1.6;}
.nc-empty{padding:50px 20px;text-align:center;color:#8a94a6;border-bottom:1px solid #e5e7eb;}
.nc-btn-area{display:flex;justify-content:flex-end;gap:8px;margin-top:20px;}
.nc-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:8px;background:#243146;color:#fff !important;font-size:14px;font-weight:700;text-decoration:none !important;border:0;cursor:pointer;}
.nc-btn.light{background:#f1f3f5;color:#344255 !important;}
.nc-view-title{margin:0 0 18px;padding:0 0 18px;border-bottom:2px solid #243146;}
.nc-view-title h1{margin:0 0 10px;font-size:32px;line-height:1.35;letter-spacing:-.035em;}
.nc-view-meta{color:#8a94a6;font-size:13px;}
.nc-view-content{min-height:260px;padding:24px 4px;font-size:16px;line-height:1.95;color:#374151;}
.nc-view-content img{max-width:100%;height:auto;}
.nc-write-table{width:100%;border-collapse:collapse;border-top:2px solid #243146;}
.nc-write-table th,.nc-write-table td{padding:14px 12px;border-bottom:1px solid #e5e7eb;text-align:left;vertical-align:top;}
.nc-write-table th{width:150px;background:#f8fafc;}
.nc-input,.nc-textarea,.nc-file{width:100%;box-sizing:border-box;}
.nc-input{height:44px;padding:0 12px;border:1px solid #d1d5db;border-radius:8px;}
.nc-textarea{min-height:130px;padding:14px;border:1px solid #d1d5db;border-radius:8px;resize:vertical;}
.nc-content-textarea{min-height:360px;}
.nc-help{margin-top:7px;color:#7b8494;font-size:12px;line-height:1.55;}
.nc-current-photo{display:flex;align-items:center;gap:14px;margin:0 0 12px;}
.nc-current-photo img{width:86px;height:86px;border-radius:50%;object-fit:cover;border:1px solid #e5e7eb;}
.nc-check{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#596273;}

/* BACP형 2단 상세 레이아웃 */
.nc-bacp-layout{
    display:flex !important;
    flex-direction:row !important;
    align-items:flex-start !important;
    gap:32px !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
    box-sizing:border-box !important;
}

.nc-bacp-profile{
    flex:0 0 352px !important;
    width:352px !important;
    min-width:352px !important;
    max-width:352px !important;
    margin:0 !important;
    padding:0 !important;
    box-sizing:border-box !important;
    background:#f3f3f3;
}

.nc-bacp-profile-title{
    margin:0 !important;
    padding:20px 20px !important;
    background:#95085c;
    color:#fff;
    font-size:20px;
    font-weight:800;
    line-height:1.4;
}

.nc-bacp-profile-inner{
    padding:20px !important;
    box-sizing:border-box !important;
}

.nc-bacp-photo{
    width:200px !important;
    height:260px !important;
    margin:0 auto 20px !important;
    overflow:hidden !important;
    background:#e5e7eb;
}

.nc-bacp-photo img{
    display:block !important;
    width:200px !important;
    height:260px !important;
    min-width:200px !important;
    max-width:200px !important;
    min-height:260px !important;
    max-height:260px !important;
    object-fit:cover !important;
    object-position:center top !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
}

.nc-bacp-no-photo{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    color:#7b8494;
    font-size:13px;
}

.nc-bacp-name{
    margin:0 0 5px !important;
    color:#111827;
    font-size:17px;
    font-weight:800;
    line-height:1.5;
}

.nc-bacp-badge{
    display:inline-block;
    margin-left:5px;
    color:#95085c;
    font-size:13px;
    font-weight:800;
}

.nc-bacp-role{
    margin:0 0 14px !important;
    color:#374151;
    font-size:14px;
    line-height:1.65;
}

.nc-bacp-desc{
    margin:0 !important;
    color:#333;
    font-size:14px;
    line-height:1.75;
    white-space:pre-line;
    word-break:keep-all;
}

.nc-bacp-links{
    display:flex;
    flex-direction:column;
    gap:7px;
    margin-top:18px;
}

.nc-bacp-links a{
    color:#95085c !important;
    font-size:13px;
    font-weight:700;
    text-decoration:none !important;
}

.nc-bacp-article{
    flex:1 1 auto !important;
    width:auto !important;
    min-width:0 !important;
    margin:0 !important;
    padding:0 !important;
    box-sizing:border-box !important;
}

@media(max-width:900px){
    .nc-bacp-profile{
        flex-basis:300px !important;
        width:300px !important;
        min-width:300px !important;
        max-width:300px !important;
    }
}

@media(max-width:700px){
    .nc-wrap{padding:0 14px;}
    .nc-head h2{font-size:26px;}
    .nc-search{display:grid;grid-template-columns:1fr;}
    .nc-search input{min-width:0;width:100%;}
    .nc-item{display:block;}
    .nc-write-table th,.nc-write-table td{display:block;width:100%;box-sizing:border-box;}
    .nc-bacp-layout{display:block !important;}
    .nc-bacp-profile{
        width:100% !important;
        min-width:0 !important;
        max-width:none !important;
        margin-bottom:28px !important;
    }
    .nc-bacp-photo{
        width:180px !important;
        height:230px !important;
    }
    .nc-bacp-photo img{
        width:180px !important;
        height:230px !important;
        min-width:180px !important;
        max-width:180px !important;
        min-height:230px !important;
        max-height:230px !important;
    }
}
