/* sub0101.php 전용 CSS */

.sub0101-bottom-banner__bg {
    background-position: right center;
}

.sub0101-bottom-banner__content {
    width: 100%;
    max-width: 920px;
    text-align: left;
}

.sub0101-bottom-banner__line {
    margin: 0;
}

.sub0101-bottom-banner__headline {
    margin-bottom: 28px;
}

.sub0101-bottom-banner__headline-line {
    font-size: 26px;
    line-height: 1.5;
}

.sub0101-bottom-banner__headline-line + .sub0101-bottom-banner__headline-line {
    margin-top: 6px;
}

.sub0101-bottom-banner__text,
.sub0101-bottom-banner__headline-regular,
.sub0101-bottom-banner__lead,
.sub0101-bottom-banner__body .sub0101-bottom-banner__line {
    color: #323232;
}

.sub0101-bottom-banner__text,
.sub0101-bottom-banner__headline-regular {
    font-weight: 500;
}

.sub0101-bottom-banner__accent {
    color: #2b70b8;
    font-weight: 700;
}

.sub0101-bottom-banner__lead {
    margin-bottom: 32px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
}

.sub0101-bottom-banner__body {
    max-width: 760px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
}

.sub0101-bottom-banner__body .sub0101-bottom-banner__line + .sub0101-bottom-banner__line {
    margin-top: 0.1em;
}

.sub0101-bottom-banner__body .sub0101-bottom-banner__line--group-start {
    margin-top: 1.25rem;
}

.sub0101-risk-row__heading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 1rem;
}

.sub0101-risk-row__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background-color: #0a5ec2;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 10px;
}

.sub0101-risk-row__title {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 700;
    color: #222;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .sub0101-bottom-banner__line {
        white-space: nowrap;
    }

    .sub0101-bottom-banner__headline {
        margin-bottom: 36px;
    }

    .sub0101-bottom-banner__headline-line {
        font-size: 34px;
    }

    .sub0101-bottom-banner__headline-line + .sub0101-bottom-banner__headline-line {
        margin-top: 8px;
    }

    .sub0101-bottom-banner__lead {
        margin-bottom: 40px;
        font-size: 22px;
        max-width: none;
    }

    .sub0101-bottom-banner__body {
        font-size: 18px;
    }

    .sub0101-bottom-banner__body .sub0101-bottom-banner__line--group-start {
        margin-top: 1.5rem;
    }

    .sub0101-risk-row__heading {
        gap: 16px;
        margin-bottom: 1.5rem;
    }

    .sub0101-risk-row__number {
        width: 44px;
        height: 44px;
        font-size: 1.5rem;
    }

    .sub0101-risk-row__title {
        font-size: 2.25rem;
    }
}

@media (min-width: 1024px) {
    .sub0101-bottom-banner__headline-line {
        font-size: 38px;
    }

    .sub0101-bottom-banner__lead {
        font-size: 24px;
    }

    .sub0101-bottom-banner__body {
        font-size: 20px;
    }
}
