.customer-content {
    padding: 68px 0 90px;
    color: #4f4f4f;
    letter-spacing: 0;
}

.customer-heading {
    margin-bottom: 48px;
    text-align: center;
}

.customer-heading .eyebrow {
    margin-bottom: 12px;
    color: #289ccf;
    font-size: 18px;
    font-family: "notokr-medium", arial, sans-serif, "dotum";
}

.customer-heading h1 {
    margin: 0 0 18px;
    color: #333;
    font-size: 45px;
    line-height: 1.22;
    font-family: "notokr-bold", arial, sans-serif, "dotum";
}

.customer-heading p {
    max-width: 760px;
    margin: 0 auto;
    color: #666;
    font-size: 18px;
    line-height: 1.8;
}

.customer-section {
    margin-top: 46px;
    padding-top: 46px;
    border-top: 1px solid #d9d9d9;
}

.customer-section:first-of-type {
    margin-top: 0;
}

.customer-section h2 {
    margin: 0 0 24px;
    color: #333;
    font-size: 30px;
    line-height: 1.35;
    font-family: "notokr-bold", arial, sans-serif, "dotum";
}

.customer-lead {
    margin: 0 0 28px;
    color: #555;
    font-size: 18px;
    line-height: 1.85;
}

.faq-list {
    border-top: 2px solid #289ccf;
}

.faq-item {
    padding: 26px 0;
    border-bottom: 1px solid #e3e3e3;
}

.faq-item h2,
.faq-item h3 {
    position: relative;
    margin: 0 0 14px;
    padding-left: 42px;
    color: #333;
    font-size: 24px;
    line-height: 1.45;
    font-family: "notokr-bold", arial, sans-serif, "dotum";
}

.faq-item h2:before,
.faq-item h3:before {
    content: "Q";
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #289ccf;
    color: #fff;
    font-size: 17px;
    line-height: 1;
}

.faq-item p {
    margin: 0;
    padding-left: 42px;
    color: #5d5d5d;
    font-size: 17px;
    line-height: 1.85;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.info-card {
    min-height: 190px;
    padding: 28px 30px;
    border: 1px solid #dedede;
    background: #fff;
}

.info-card h3 {
    margin: 0 0 14px;
    color: #333;
    font-size: 23px;
    line-height: 1.4;
    font-family: "notokr-bold", arial, sans-serif, "dotum";
}

.info-card p,
.info-card li {
    color: #606060;
    font-size: 16px;
    line-height: 1.8;
}

.info-card p {
    margin: 0;
}

.info-card ul {
    margin: 0;
    padding: 0;
}

.info-card li {
    position: relative;
    padding-left: 13px;
}

.info-card li:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #289ccf;
}

.guide-steps {
    border-top: 2px solid #289ccf;
}

.guide-step {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 26px;
    padding: 28px 0;
    border-bottom: 1px solid #e3e3e3;
}

.guide-step strong {
    color: #289ccf;
    font-size: 22px;
    line-height: 1.5;
    font-family: "notokr-bold", arial, sans-serif, "dotum";
}

.guide-step div {
    color: #5d5d5d;
    font-size: 17px;
    line-height: 1.85;
}

.guide-step h3 {
    margin: 0 0 8px;
    color: #333;
    font-size: 23px;
    font-family: "notokr-bold", arial, sans-serif, "dotum";
}

.guide-step p {
    margin: 0;
}

.notice-box {
    margin-top: 36px;
    padding: 28px 32px;
    background: #f4f9fb;
    border-left: 5px solid #289ccf;
}

.notice-box h2,
.notice-box h3 {
    margin: 0 0 10px;
    color: #333;
    font-size: 24px;
    font-family: "notokr-bold", arial, sans-serif, "dotum";
}

.notice-box p {
    margin: 0;
    color: #555;
    font-size: 17px;
    line-height: 1.8;
}

.fee-section {
    margin-top: 46px;
}

.fee-table-wrap {
    border-top: 2px solid #289ccf;
    border-bottom: 1px solid #d8d8d8;
}

.fee-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    color: #4f4f4f;
    font-size: 17px;
    line-height: 1.55;
}

.fee-table caption {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
}

.fee-col-category {
    width: 210px;
}

.fee-col-price {
    width: 280px;
}

.fee-table th,
.fee-table td {
    padding: 16px 22px;
    border-top: 1px solid #e6e6e6;
    vertical-align: middle;
}

.fee-table tbody tr:first-child th,
.fee-table tbody tr:first-child td {
    border-top: 0;
}

.fee-table th {
    background: #f4f9fb;
    color: #333;
    text-align: left;
    font-family: "notokr-bold", arial, sans-serif, "dotum";
    font-weight: normal;
}

.fee-table td {
    background: #fff;
}

.fee-table .fee-price {
    color: #222;
    text-align: right;
    white-space: nowrap;
    font-family: "notokr-bold", arial, sans-serif, "dotum";
}

.fee-price-lines span {
    display: block;
}

.fee-table .fee-group-row th,
.fee-table .fee-group-row td {
    border-top-color: #cfdde4;
}

.fee-subnote-row td {
    padding: 12px 22px;
    background: #fff;
    color: #666;
    font-size: 16px;
}

.fee-vat-row td {
    padding: 14px 22px;
    background: #f4f9fb;
    color: #289ccf;
    font-size: 16px;
    font-family: "notokr-bold", arial, sans-serif, "dotum";
    text-align: right;
}

.case-section {
    scroll-margin-top: 130px;
}

.case-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-top: 26px;
}

.case-photo {
    border: 1px solid #ddd;
    background: #f7f7f7;
}

.case-photo strong {
    display: block;
    padding: 13px 18px;
    background: #289ccf;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-family: "notokr-bold", arial, sans-serif, "dotum";
    font-weight: normal;
}

.case-image-slot {
    position: relative;
    height: 410px;
    background: #f3f6f7;
    overflow: hidden;
}

.case-image-slot:before {
    content: "이미지 준비 영역";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    color: #9a9a9a;
    font-size: 16px;
    text-align: center;
}

.case-image-slot img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 410px;
    object-fit: cover;
}

.case-disclaimer {
    margin-top: 52px;
}

@media (max-width: 768px) {
    .info-grid,
    .case-grid {
        grid-template-columns: 1fr;
    }

    .guide-step {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .fee-table {
        table-layout: auto;
        font-size: 15px;
    }

    .fee-table th,
    .fee-table td {
        padding: 13px 12px;
    }

    .fee-col-category {
        width: 34%;
    }

    .fee-col-price {
        width: 30%;
    }

    .fee-table .fee-price {
        white-space: normal;
    }

    .fee-subnote-row td {
        font-size: 14px;
    }

    .fee-vat-row td {
        font-size: 14px;
        text-align: left;
    }
}
