/* 원본의 미지원 색상 클래스(22/32/42/62%, border 8%)는 실제 렌더링 색상을 유지합니다. */
.unicare-footer-preview {
    margin: 0;
}
/* 유니케어 푸터: Tailwind 및 JavaScript 없이 사용합니다. */
.unicare-footer {
    padding: 64px 0 32px;
    background: #060d22;
    color: #1a1a2e;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
.unicare-footer * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid #e5e7eb;
}
.unicare-footer a {
    color: inherit;
    text-decoration: none;
    transition: color .15s cubic-bezier(.4, 0, .2, 1);
}
.unicare-footer ul {
    list-style: none;
}
.unicare-footer img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 80%;
}
.unicare-footer svg {
    display: block;
    vertical-align: middle;
}
.unicare-footer-inner {
    max-width: 1152px;
    margin: 0 auto;
    padding: 0 24px;
}
.unicare-footer-line {
    display: flex;
    gap: 40px;
    margin-bottom: 48px;
}
.unicare-footer-brand {
    width: 288px;
    flex-shrink: 0;
}
.unicare-footer-logos {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
.unicare-footer .unicare-footer-logo {
    width: auto;
    height: 40px;
    /* object-fit: contain;
    filter: brightness(0) invert(1); */
}
.unicare-footer-divider {
    width: 1px;
    height: 32px;
    background: rgb(255 255 255 / 15%);
}
.unicare-footer .unicare-footer-partner-logo {
    width: auto;
    height: 24px;
    object-fit: contain;
    /* filter: brightness(0) invert(1);
    opacity: .45; */
}
.unicare-footer-description {
    margin-bottom: 20px;
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    line-height: 1.625;
}
.unicare-footer-contact > * + * {
    margin-top: 10px;
}
.unicare-footer-contact-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}
.unicare-footer .unicare-footer-contact-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    line-height: 16px;
}
.unicare-footer .unicare-footer-contact-link:hover {
    color: rgb(255 255 255 / 90%);
}
.unicare-footer-icon {
    width: 14px;
    height: 14px;
}
.unicare-footer-hours {
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    line-height: 16px;
}
.unicare-footer-menus {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    gap: 32px;
    font-size: 12px;
    line-height: 16px;
}
.unicare-footer-menus > div {
    width: calc((100% - 64px) / 3);
    min-width: 0;
}
.unicare-footer-heading {
    margin-bottom: 16px;
    color: rgb(255 255 255 / 100%);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.unicare-footer-list > * + * {
    margin-top: 12px;
}
.unicare-footer .unicare-footer-link {
    color: rgba(255,255,255,0.7);
}
.unicare-footer .unicare-footer-link:hover {
    color: rgba(255,255,255,1);
}
.unicare-footer-muted {
    color: #1a1a2e;
}
.unicare-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border-top: 1px solid #e5e7eb;
    padding-top: 24px;
}
.unicare-footer-copyright {
    color: rgb(255 255 255 / 70%);
    font-size: 12px;
    line-height: 16px;
}
.unicare-footer .unicare-footer-top-link {
    display: flex;
    align-items: center;
    gap: 4px;
    color: rgb(255 255 255 / 70%);
    font-size: 12px;
    line-height: 16px;
}
.unicare-footer .unicare-footer-top-link:hover {
    color: rgb(255 255 255 / 90%);
}
/* 서브페이지 푸터 */
.unicare-footer .unicare-footer-sub-logo {
    width: 40px;
    height: 40px;
}
.unicare-footer-brand-name {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
}
.unicare-footer-sub .unicare-footer-description {
    margin-bottom: 0;
    color: #1a1a2e;
    font-size: 14px;
}
.unicare-footer-sub .unicare-footer-menus {
    gap: 24px;
    font-size: 14px;
    line-height: 20px;
}
.unicare-footer-sub .unicare-footer-menus > div {
    width: calc((100% - 48px) / 3);
}
.unicare-footer-sub .unicare-footer-heading {
    margin-bottom: 12px;
    color: #fff;
    font-size: inherit;
    letter-spacing: normal;
}
.unicare-footer-sub .unicare-footer-list {
    color: #1a1a2e;
}
.unicare-footer-sub .unicare-footer-list > * + * {
    margin-top: 8px;
}
.unicare-footer-sub .unicare-footer-link {
    color: inherit;
}
.unicare-footer-sub .unicare-footer-link:hover {
    color: #2ec0b3;
}
.unicare-footer-sub .unicare-footer-bottom {
    gap: 16px;
    padding-top: 32px;
}
.unicare-footer-company {
    color: #1a1a2e;
    font-size: 12px;
    line-height: 1.625;
}
.unicare-footer-legal {
    display: flex;
    gap: 12px;
    color: #1a1a2e;
    font-size: 12px;
    line-height: 16px;
}
.unicare-footer .unicare-footer-legal-link:hover {
    color: #2ec0b3;
}
@media screen and (max-width: 767px) {
    .unicare-footer-line {
        flex-direction: column;
    }
    .unicare-footer-brand {
        width: auto;
    }
    .unicare-footer-sub .unicare-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media screen and (max-width: 639px) {
    .unicare-footer-inner {
        padding: 0 16px;
    }
    .unicare-footer-menus > div {
        width: calc((100% - 32px) / 2);
    }
    .unicare-footer-sub .unicare-footer-menus > div {
        width: calc((100% - 24px) / 2);
    }
    .unicare-footer-bottom {
        flex-direction: column;
    }
}
