/* B2B 회사소개 전용 CSS */
.about-hero {
    background: linear-gradient(135deg, #111111 0%, #222222 100%);
    color: #ffffff;
    padding: 80px 0;
    border-radius: 16px;
    margin-bottom: 50px;
}

.about-hero .badge-b2b {
    background-color: var(--theme-color);
    color: #ffffff;
    font-size: 0.85rem;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 600;
}

.stat-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: transform 0.2s ease;
}

.stat-card:hover {
    transform: translateY(-4px);
}

.stat-card .stat-number {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--theme-color);
}

.feature-box {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 32px 24px;
    height: 100%;
    border-left: 4px solid var(--theme-color);
}

.process-step {
    position: relative;
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
}

.process-step .step-num {
    width: 40px;
    height: 40px;
    background-color: var(--theme-color);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin: 0 auto 16px;
}

.partner-cta-box {
    background: #f4f6f8;
    border-radius: 16px;
    padding: 40px 30px;
    border: 1px solid #e0e0e0;
}

/* 개인정보처리방침 전용 스타일 */
.privacy-wrapper {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}
.privacy-title {
    border-bottom: 2px solid var(--theme-color);
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.privacy-content h5 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #111;
    margin-top: 30px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.privacy-content h5::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 16px;
    background-color: var(--theme-color);
    border-radius: 2px;
}
.privacy-content p, .privacy-content li {
    font-size: 0.9rem;
    color: #495057;
    line-height: 1.75;
}
.privacy-table {
    width: 100%;
    margin: 15px 0;
    font-size: 0.85rem;
}
.privacy-table th {
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 10px 12px;
    font-weight: 600;
    text-align: center;
}
.privacy-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

/* B2B 이용약관 전용 CSS */
.terms-header {
    border-bottom: 2px solid var(--theme-color);
    padding-bottom: 16px;
    margin-bottom: 30px;
}

.terms-container {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.terms-section {
    margin-bottom: 32px;
}

.terms-section h5 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #111111;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.terms-section h5::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 16px;
    background-color: var(--theme-color);
    border-radius: 2px;
}

.terms-section p,
.terms-section ol,
.terms-section ul {
    font-size: 0.88rem;
    color: #495057;
    line-height: 1.75;
    margin-bottom: 10px;
}

.terms-section ol {
    padding-left: 20px;
}

.terms-section ol li {
    margin-bottom: 6px;
}

.terms-highlight {
    background-color: #f8f9fa;
    border-left: 3px solid #6c757d;
    padding: 12px 16px;
    border-radius: 0 8px 8px 0;
    margin: 10px 0;
}

/* B2B 이용안내 전용 CSS */
.guide-hero {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 16px;
    padding: 40px 30px;
    margin-bottom: 40px;
}

.guide-nav-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 20px;
    text-decoration: none !important;
    color: #333;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.2s ease;
}

.guide-nav-card:hover {
    border-color: var(--theme-color);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transform: translateY(-2px);
}

.guide-nav-card i {
    font-size: 1.8rem;
    color: var(--theme-color);
}

.guide-section {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
}

.guide-section-title {
    font-size: 1.25rem;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 2px solid #111111;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.guide-step-box {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
}

.guide-step-num {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: var(--theme-color);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 10px;
}

.table-guide th {
    background-color: #f8f9fa;
    font-size: 0.88rem;
    padding: 12px;
    border-bottom: 1px solid #dee2e6;
}

.table-guide td {
    font-size: 0.85rem;
    padding: 12px;
    vertical-align: middle;
}

/* 고객센터 전용 CSS */
.cs-header-box {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 35px 25px;
    border: 1px solid #e9ecef;
}

.cs-info-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 24px;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cs-info-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.cs-icon-circle {
    width: 50px;
    height: 50px;
    background-color: rgba(184, 151, 114, 0.1);
    color: var(--theme-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 16px;
}

.faq-nav .nav-link {
    color: #495057;
    border-radius: 20px;
    padding: 8px 18px;
    font-size: 0.88rem;
    font-weight: 600;
    background: #f1f3f5;
    border: none;
}

.faq-nav .nav-link.active {
    background-color: var(--theme-color);
    color: #ffffff;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(184, 151, 114, 0.08);
    color: #111111;
    font-weight: 700;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

.as-step-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 16px;
    text-align: center;
}