.topServiceLInkBox02 {
    background: rgba(0, 0, 0, 0.2) url(/system_panel/uploads/images/20251128092642956434.png) no-repeat;
    background-size: cover;
}
.fixd-btn {
    position: fixed;
    top: 86px;
    right: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.fixd-btn-link {
    writing-mode: vertical-rl;
    background: #424242;
    padding: 16px;
    color: #fff;
    transition: all 0.3s;
    text-orientation: upright;
}
.fixd-btn-link:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}

@media screen and (max-width: 768px) {
    .fixd-btn {
        top: 64px;
    }
    .fixd-btn-link {
        padding: 10px;
        font-size: 12px;
    }
}