.page-guide-text {
    align-items: center;
    position: relative;
    font-weight: 500;
    color: #666;
}

.comm-container {
    width: 100%;
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.row.step-row {
    border: 1px solid #d6d6d6;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    max-width: 1000px;
    width: 1000px;
    min-height: 220px;
    height: 220px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 20px 0 20px 40px;
}

.list-unstyled.step-desc img {
    max-width: 100%;
    height: 120px;
    max-height: 120px;
    object-fit: contain;
}

.list-unstyled.step-desc li {
    white-space: pre-line;
}

:root {
    --nxt-primary: #e61c3a;
}

.info-flow-wrapper {
    max-width: 1200px;
    margin: 100px auto 80px;
    font-size: 1.05rem;
}

.info-title {
    font-weight: 700;
    font-size: 2.2rem;
}

.badge-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--nxt-primary);
    color: var(--nxt-primary);
    font-size: 12px;
}

.step-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: var(--nxt-primary);
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.step-row {
    padding-top: 1.4rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e9ecef;
}

.step-row:last-child {
    border-bottom: none;
}

.step-heading {
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.step-desc {
    margin: 0;
    list-style: none;
}

.step-desc li {
    position: relative;
    margin-bottom: 0.3rem;
    color: #454545;
    font-size: 16px;
}

.step-desc li::before {
    content: "•";
    position: absolute;
    left: -1.2rem;
    font-size: 1.2rem;
    line-height: 1;
    top: 2px;
}

.step-row .col-9.col-md-10 {
    padding-left: 100px;
}

.row.step-row > .col-3 {
    padding-left: 40px !important;
}

.step-label {
    margin-left: 10px;
}

.procedure-detail-container {
    background-color: #fff;
    border: 1px solid #e9edf5;
    border-radius: 20px;
    padding: 20px 40px;
    margin-top: 20px;
}

.procedure-detail-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.procedure-detail-list li {
    display: flex;
    align-items: center;
    padding: 35px 0;
    border-bottom: 1px solid #e9edf5;
}

.procedure-detail-list li:last-child {
    border-bottom: none;
}

.step-number {
    background-color: #e50038;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%; /* 동그라미 모양 */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.6;
    flex-shrink: 0; /* 크기 찌그러짐 방지 */
}

.step-content {
    margin-left: 25px;
}

.step-title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #121212;
    margin-bottom: 10px;
}

.step-desc {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 4px 0;
}

.procedure-card-container img {
    width: 1170px;
    max-width: 1170px;
}

.procedure-visual-container {
    border-radius: 20px;
}

.visual-steps {
    display: flex;
    justify-content: center;
    list-style: none;
    background: #f8f9fc;
    padding: 20px;
    gap: 20px;
    margin: 0 auto;
    border-radius: 8px;
}

.step-item img {
    width: 275px;
    max-width: none;
    height: auto;
    display: block;
    margin-left: 0;
}

.step-label {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
    word-break: keep-all;
    white-space: pre-line;
    margin-top: 15px;
}

.step-item:nth-child(1) .step-label {
    padding-right: 65px;
}

.step-item:nth-child(2) .step-label {
    padding-right: 15px;
}

.step-item:nth-child(3) .step-label {
    padding-left: 10px;
}

.step-item:nth-child(4) .step-label {
    padding-left: 55px;
}

.procedure-main-card {
    padding-top: 32px;
}

.procedure-main-card .pi-box-title,
.procedure-feature-box .pi-box-title {
    margin-bottom: 24px;
}

.procedure-feature-box .pi-grid-container2 {
    display: block;
}

.procedure-feature-box .pi-grid-card2 {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    gap: 0;
}

.procedure-feature-box .info-list {
    margin-top: 0;
}

.procedure-feature-label {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    gap: 8px;
    line-height: 1.4;
}

.procedure-feature-box .flexList {
    gap: 48px;
}

.procedure-feature-box .sub-list {
    margin-top: 10px;
    padding-left: 0;
}

.procedure-feature-box .sub-list li {
    line-height: 1.8;
    margin-left: 23px;
}

.procedure-feature-box .notice-text {
    margin-bottom: 0;
    margin-top: 18px !important;
    margin-left: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    line-height: 1.6;
    color: #5f6778;
}

.procedure-note-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: #1e1847;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    flex-shrink: 0;
}

.procedure-note-text {
    font-size: 14px;
    font-weight: 500;
    color: #1e1847;
}

.procedure-network-section {
    margin-top: 24px;
    padding: 20px;
    border: 1px solid #e6edf3;
    background: linear-gradient(180deg, #fafbff 0%, #f5f7fc 100%);
    border-radius: 12px;
}

.procedure-subsection-heading {
    margin-bottom: 14px;
}

.procedure-subsection-heading h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #1e1847;
    line-height: 1.5;
}

.procedure-network-wrapper {
    align-items: flex-end;
}

.procedure-network-list {
    margin-top: 0;
}

.procedure-network-list .fs16 {
    font-size: 14px !important;
    color: #333;
    margin-left: 8px;
}

.procedure-network-wrapper .pi-box-action .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    line-height: 1.2;
}

.procedure-network-wrapper .pi-box-action .btn span {
    display: inline-flex;
    align-items: center;
    line-height: 1.2;
}

@media (max-width: 991px) {
    .procedure-feature-box .flexList {
        flex-direction: column;
        gap: 20px;
    }

    .procedure-network-wrapper {
        flex-direction: column;
        align-items: stretch;
    }

    .procedure-feature-box .notice-text {
        align-items: flex-start;
    }

    .procedure-network-wrapper .pi-box-action {
        width: 100%;
    }

    .procedure-network-wrapper .pi-box-action .btn {
        width: 100%;
    }
}
