@charset "utf-8";
/* CSS Document - bid_support pds (v3.0 additions) */
.box_body_center { width: 100%; padding:20px 45px; box-sizing: border-box; max-width: 1200px; margin: 0 auto; }
.pds_wrap { width: 100%; box-sizing: border-box; }

/* ===== Hero ===== */
.pds_hero {
    display: flex;
    align-items: center;
    gap: 22px;
    margin: 0 0 22px 0;
    padding: 22px 28px;
    background: linear-gradient(135deg, #0f2a5b 0%, #1a4ea3 60%, #12c3f3 100%);
    border-radius: 10px;
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(15, 42, 91, 0.18);
}
.pds_hero_icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 24px;
}
.pds_hero_text { flex: 1; }
.pds_hero_sub {
    margin: 0 0 4px 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.5px;
}
.pds_hero_title {
    margin: 0 0 6px 0;
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: -0.5px;
    border: none;
    float: none;
    padding: 0;
    width: auto;
}
.pds_hero_title strong { color: #ffffff; font-weight: 700; }
.pds_hero_desc {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
}
.pds_hero_phone {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 18px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    flex-shrink: 0;
}
.pds_hero_phone i { font-size: 20px; color: #ffffff; }
.pds_hero_phone span {
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.75);
}
.pds_hero_phone strong {
    display: block;
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 1.2;
}

/* ===== Panel Body ===== */
.pds_panel {
    background: #ffffff;
    border: 1px solid #e1eaf5;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(15, 42, 91, 0.05);
    padding: 22px 24px 24px;
}

/* 연도 선택 버튼 영역 (공용 include 안의 첫 줄) */
.pds_panel > .d_box.align_right,
.pds_panel .f_right {
    margin-bottom: 12px;
}
.pds_panel .d_btn {
    padding: 8px 16px !important;
    font-size: 12.5px !important;
    border-radius: 6px !important;
    border: 1px solid #d8dfe8 !important;
    background: #ffffff !important;
    color: #2a3242 !important;
    transition: all 0.15s ease;
}
.pds_panel .d_btn.type_green {
    background: linear-gradient(135deg, #1a4ea3 0%, #12c3f3 100%) !important;
    color: #ffffff !important;
    border-color: transparent !important;
    box-shadow: 0 3px 10px rgba(26, 78, 163, 0.2);
}
.pds_panel .d_btn:not(.type_green):hover {
    border-color: #12c3f3 !important;
    color: #1a4ea3 !important;
}

/* 상단 인트로 안내 박스 (공용 .panel) */
.pds_panel .panel {
    padding: 14px 18px;
    background: #f7faff;
    border: 1px solid #dce6f3;
    border-left: 4px solid #12c3f3;
    border-radius: 6px;
    color: #2a3242;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 14px;
}
.pds_panel .panel .c_green {
    color: #1a4ea3;
    font-weight: 700;
}

/* 탭바 보강 */
.pds_panel .tab_bar {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: 8px 0 0 0;
    padding: 0;
    list-style: none;
    border-bottom: 2px solid #1a4ea3;
}
.pds_panel .tab_bar .tc-tab {
    margin: 0;
    list-style: none;
}
.pds_panel .tab_bar .tc-tab a {
    display: inline-block;
    padding: 10px 18px;
    background: #f1f5fa;
    color: #4a5568;
    border: 1px solid #dde6f2;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.15s ease;
}
.pds_panel .tab_bar .tc-tab a:hover {
    background: #eaf1fb;
    color: #1a4ea3;
}
.pds_panel .tab_bar .tc-tab.tc-selected a {
    background: linear-gradient(135deg, #1a4ea3 0%, #12c3f3 100%);
    color: #ffffff;
    border-color: transparent;
    font-weight: 600;
}

/* 탭 패널 */
.pds_panel #tab_pds .tc-panel {
    padding: 18px 4px 24px;
}
.pds_panel #tab_pds h3 {
    position: relative;
    margin: 18px 0 14px 0;
    padding: 6px 0 6px 16px;
    font-size: 15px;
    font-weight: 600;
    color: #0f2a5b;
    border: none;
    float: none;
    width: auto;
    line-height: 1.4;
}
.pds_panel #tab_pds h3:first-child { margin-top: 4px; }
.pds_panel #tab_pds h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 4px;
    border-radius: 2px;
    background: linear-gradient(180deg, #12c3f3 0%, #1a4ea3 100%);
}

/* 적용일자 라인 */
.pds_panel #tab_pds h3 + .tbl_normal + .d_blank + div b,
.pds_panel #tab_pds .tc-panel > div > b {
    display: inline-block;
    padding: 6px 12px;
    background: #fff8e1;
    color: #8a6d00;
    border: 1px solid #f5e6a0;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

/* ===== 데이터 테이블 (tbl_normal) ===== */
.pds_panel .tbl_normal {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 6px 0;
    border: 1px solid #d9e2ee;
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
}
.pds_panel .tbl_normal th {
    padding: 11px 8px !important;
    background: linear-gradient(180deg, #f2f6fc 0%, #e8eff8 100%) !important;
    color: #0f2a5b !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
    border-right: 1px solid #d9e2ee;
    border-bottom: 1px solid #d9e2ee;
    text-align: center;
    letter-spacing: -0.2px;
}
.pds_panel .tbl_normal th:last-child { border-right: none; }
.pds_panel .tbl_normal td {
    padding: 10px 8px !important;
    font-size: 13px !important;
    color: #2a3242 !important;
    border-right: 1px solid #eef1f6;
    border-bottom: 1px solid #eef1f6;
    background: #ffffff;
    text-align: center;
}
.pds_panel .tbl_normal td:last-child { border-right: none; }
.pds_panel .tbl_normal tr:last-child td { border-bottom: none; }
.pds_panel .tbl_normal tr:nth-child(even) td { background: #fafbfd; }
.pds_panel .tbl_normal tr:hover td { background: #f6faff; }
.pds_panel .tbl_normal td b {
    color: #1a4ea3;
    font-weight: 700;
}

/* 구분자 hr */
.pds_panel hr {
    margin: 22px 0 !important;
    border: none;
    border-top: 1px dashed #d9e2ee !important;
}

/* 좁은 화면 */
@media (max-width: 1024px) {
    .pds_hero { flex-wrap: wrap; }
    .pds_hero_phone { margin-top: 8px; }
    .pds_panel { padding: 16px; }
}
