<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.breadcrumb {
    font-family: Pretendard;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.breadcrumb .img-home {
    background: url(../images/icon/ic_home.png) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 6px;
    filter: invert(47%) sepia(3%) saturate(50%) hue-rotate(190deg) brightness(95%) contrast(85%);
}

.breadcrumb .img-arrow {
    background: url(../images/icon/ic_arrow_right.png) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 6px;
    filter: invert(47%) sepia(3%) saturate(50%) hue-rotate(190deg) brightness(95%) contrast(85%);
}

.breadcrumb a {
    color: #767676;
    text-decoration: none;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 6px;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.breadcrumb a:hover {
    color: white;
    background-color: #404040;
    border-radius: 6px;
}

.breadcrumb .active {
    color: white;
}</pre></body></html>