@charset "utf-8";
/* CSS Document - mybap manual page */

#wrap_body { }

/* ===== Center content wrapper ===== */
#wrap_body_content .box_body_center { padding: 0 45px; }

/* ===== Main title ===== */
#wrap_body_content .box_body_center h3.sub-tutle,
#wrap_body_content .box_body_center .sub-tutle {
    position: relative;
    margin: 0 0 24px 0 !important;
    padding: 18px 22px 18px 56px;
    width: 100%;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #064E3B 0%, #0F766E 60%, #10B981 100%);
    border: none;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(15, 42, 91, 0.18);
    float: none;
}
#wrap_body_content .box_body_center h3.sub-tutle:before {
    content: "\f024"; /* fontawesome flag */
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 50%;
}

/* ===== Panel (card) wrapper — <panel> custom tag ===== */
#wrap_body_content .box_body_center panel {
    display: block;
    padding: 26px 28px 28px;
    background: #ffffff;
    border: 1px solid #e6ecf3;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(28, 58, 102, 0.06);
}

/* ===== Spacer ===== */
#wrap_body_content .box_body_center .d_blank {
    display: block;
    width: 100%;
    height: 18px;
    clear: both;
}

/* ===== Section subtitle (h5) — teal/emerald 바 ===== */
#wrap_body_content .box_body_center h5 {
    position: relative;
    margin: 6px 0 14px 0;
    padding: 6px 0 6px 16px;
    font-size: 16px;
    font-weight: 700;
    color: #064E3B;
    letter-spacing: -0.3px;
    border: none !important;
    line-height: 1.4;
}
#wrap_body_content .box_body_center h5:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 4px;
    border-radius: 2px;
    background: linear-gradient(180deg, #10B981 0%, #0F766E 100%);
}

/* ===== Pricing/Info table ===== */
#wrap_body_content .box_body_center .d_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 6px 0 4px;
    border: 1px solid #d9e2ee;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
}
#wrap_body_content .box_body_center .d_table th {
    background: linear-gradient(180deg, #f2f6fc 0%, #e8eff8 100%);
    color: #064E3B;
    font-weight: 600;
    font-size: 12px !important;
    padding: 11px 8px;
    border-right: 1px solid #d9e2ee;
    border-bottom: 1px solid #d9e2ee;
    text-align: center;
    letter-spacing: -0.2px;
}
#wrap_body_content .box_body_center .d_table th:last-child { border-right: none; }
#wrap_body_content .box_body_center .d_table td {
    padding: 12px 8px;
    font-size: 13px !important;
    color: #2a3242;
    border-right: 1px solid #eef1f6;
    border-bottom: 1px solid #eef1f6;
    background: #ffffff;
}
#wrap_body_content .box_body_center .d_table td:last-child { border-right: none; }
#wrap_body_content .box_body_center .d_table tr:last-child td { border-bottom: none; }
#wrap_body_content .box_body_center .d_table tbody tr:hover td,
#wrap_body_content .box_body_center .d_table tr:hover td { background: #f6faff; }

/* Pricing table — make price cells stand out (2nd col under data rows) */
#wrap_body_content .box_body_center .d_table tr td:nth-child(2) {
    font-weight: 700;
    color: #0F766E;
    font-size: 14px !important;
}

/* Bank account row — first table cell width */
#wrap_body_content .box_body_center .d_table th[width="120"] {
    background: linear-gradient(180deg, #f7faff 0%, #eaf1fb 100%);
    color: #064E3B;
    font-weight: 600;
}
#wrap_body_content .box_body_center .d_table td img {
    vertical-align: middle;
    margin-right: 8px;
}

/* Bank account number — emphasize the second table's first row td */
#wrap_body_content .box_body_center panel > table.d_table:nth-of-type(2) tr:first-child td {
    font-size: 15px !important;
    font-weight: 600;
    color: #064E3B;
    letter-spacing: 0.2px;
}
#wrap_body_content .box_body_center panel > table.d_table:nth-of-type(2) tr:nth-child(2) td strong {
    color: #0F766E;
    font-size: 15px;
}

/* ===== Footer notice ===== */
#wrap_body_content .box_body_center panel > .c_red,
#wrap_body_content .box_body_center panel > span.c_red {
    display: inline-block;
    margin-top: 16px;
}
#wrap_body_content .box_body_center panel > .c_red + span,
#wrap_body_content .box_body_center panel > span:not(.c_red) {
    color: #4a5568;
    font-size: 13px;
}
#wrap_body_content .box_body_center .c_red {
    color: #DC2626 !important;
    font-weight: 600;
}

/* Wrap the trailing notice into a soft alert box via adjacent siblings */
#wrap_body_content .box_body_center panel > span:last-of-type {
    display: inline;
}

/* ===== Left sub menu — active state polish ===== */
#wrap_body_content .box_body_left .left_sub_menu li.on > a {
    color: #0F766E;
    font-weight: 600;
}
#wrap_body_content .box_body_left .left_sub_menu li.on > a:before {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 9px;
    color: #10B981;
    margin-right: 6px;
}

/* ===== Responsive-ish narrow tweak ===== */
@media (max-width: 1100px) {
    #wrap_body_content .box_body_center h3.sub-tutle { font-size: 18px; padding-left: 50px; }
    #wrap_body_content .box_body_center panel { padding: 20px; }
}

/* ============================================================
   hbil teal 테마 보정 — 기존 짙은 네이비/시안 → teal/emerald
   sub-tutle (legacy) + sub-title (new) 둘 다 지원
   ============================================================ */
#wrap_body_content .box_body_center h3.sub-tutle,
#wrap_body_content .box_body_center h3.sub-title,
#wrap_body_content .box_body_center .sub-tutle,
#wrap_body_content .box_body_center .sub-title {
    position: relative;
    margin: 0 0 24px 0 !important;
    padding: 18px 22px 18px 56px;
    width: 100%;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff !important;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #064E3B 0%, #0F766E 60%, #10B981 100%) !important;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 6px 18px rgba(15, 118, 110, 0.20) !important;
    float: none !important;
    height: auto !important;
    line-height: 1.4 !important;
}
#wrap_body_content .box_body_center h3.sub-tutle:before,
#wrap_body_content .box_body_center h3.sub-title:before {
    content: "\f024";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 50%;
}

/* 좌측 서브메뉴 active state */
#wrap_body_content .box_body_left .left_sub_menu li.on > a {
    color: #0F766E !important;
    font-weight: 700;
}
#wrap_body_content .box_body_left .left_sub_menu li.on > a:before {
    color: #10B981 !important;
}

/* 표 헤더 / 셀 — teal 톤 */
#wrap_body_content .box_body_center .d_table th { background: #F0FDFA !important; color: #0F766E !important; }

/* alert_box / contact_box / process_flow — teal 액센트 */
#wrap_body_content .alert_box {
    background: #F0FDFA !important;
    border-left: 4px solid #0F766E !important;
}
#wrap_body_content .contact_box {
    background: linear-gradient(135deg, #064E3B 0%, #0F766E 100%) !important;
}
#wrap_body_content .process_flow .step_no { background: #0F766E !important; color: #fff !important; }
#wrap_body_content .feature_list i { color: #0F766E !important; }
#wrap_body_content .faq_list .faq_q { background: #0F766E !important; color: #fff !important; }
#wrap_body_content .faq_list .faq_a { background: #10B981 !important; color: #fff !important; }
/* h5 의 좌측 바는 위 :before 로 처리 — 중복 border-left 제거 */
#wrap_body_content .c_red { color: #DC2626 !important; }
