.footer__container {
    width: 100%;
    background: var(--white);
}

.footer__contents {
    display: flex;
    padding: 24px 0;
    max-width: 761px;
    margin: 0 auto;
}

.footer__contents .footer__content-item .footer__item-title {
    display: flex;
    align-items: center;
    height: 48px;
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    padding: 13px 12px;
}

.footer__contents .footer__content-item .footer__item-sub {
    font-weight: 700;
    font-size: 16px;
    line-height: 22.4px;
    color: #8c8c8c;
    margin-left: 36px;
}

.footer__contents
    .footer__content-item
    .footer__item-title
    img:not(.footer__title-arrow) {
    margin-right: 8px;
}

.footer__title-arrow {
    display: none;
}

.footer__contents .footer__content-item .footer__item-child li {
    width: 100%;
    min-height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 8px 16px;
}

.footer__contents
    .footer__content-item
    .footer__item-child
    li
    .footer__child-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--black);
}
.footer__contents
    .footer__content-item
    .footer__item-child
    li.nested-link
    .db_section-nested-child
    a {
    display: flex;
    align-items: center;
    padding-left: 31px;
    margin-top: 12px;
}

.footer__contents
    .footer__content-item
    .footer__item-child
    li
    .footer__child-item:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.footer__contents
    .footer__content-item
    .footer__item-child
    li
    .footer__child-item
    img {
    margin-right: 8px;
}

.footer__contents > *:not(:first-child) {
    width: 232px;
    margin-left: 4px;
}

.footer__contents > *:first-child {
    width: 289px;
}

.footer__divider {
    width: 100%;
    border: 1px solid #999999;
}
.policyLinkText {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}
.st-Footer_Copy {
    margin: 24px 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .footer__contents {
        flex-direction: column;
        padding: 24px 48px;
    }

    .footer__contents > *:not(:first-child) {
        width: 100%;
        margin-left: 0;
    }

    .footer__contents > *:first-child {
        width: 100%;
    }

    .footer__item-child,
    .footer__item-sub {
        overflow: hidden;
        max-height: 0;
    }

    [id^="footer-accordion"]:checked ~ .footer__item-child,
    [id^="footer-accordion"]:checked ~ .footer__item-sub {
        max-height: 1850px;
        padding-bottom: 1rem;
    }

    [id^="footer-accordion"]:checked ~ label span .footer__title-arrow {
        transform: rotate(180deg);
    }

    .footer__title-arrow {
        display: inline-block;
        margin-left: auto;
    }
}

@media only screen and (max-width: 767.99px) {
    .footer__contents {
        flex-direction: column;
        padding: 16px 0 8px;
    }

    .footer__contents > *:not(:first-child) {
        width: 100%;
        margin-left: 0;
    }

    .footer__contents > *:first-child {
        width: 100%;
    }

    .footer__item-child,
    .footer__item-sub {
        overflow: hidden;
        max-height: 0;
    }

    [id^="footer-accordion"]:checked ~ .footer__item-child,
    [id^="footer-accordion"]:checked ~ .footer__item-sub {
        max-height: 1850px;
        padding-bottom: 1rem;
    }

    [id^="footer-accordion"]:checked ~ label span .footer__title-arrow {
        transform: rotate(180deg);
    }

    .footer__title-arrow {
        display: inline-block;
        margin-left: auto;
    }
    .policyLinkText:hover {
        color: #333333 !important;
        text-decoration: underline !important;
        text-underline-offset: 4px !important;
    }
    .st-Footer_Copy {
        font-size: 14px;
    }
}
