.topbar svg {
    display: none;
}

/* 텍스트 로고 스타일 */
.swagger-ui .topbar-wrapper::before {
    content: "선민투어(API Swagger)"; /* 원하는 텍스트 */
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}