
img {
    display: block;
    height: auto;
}

.st-search-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.category-name {
    flex-shrink: 0;
    font-size: 26px;
    color: #6a4c92;
    line-height: 32px;
    margin-right: 20px;
}
.input-group{
    width: auto;
    flex: 1 0 auto;
    float: right;
    margin-right: 365px;
}
.st-keyword-list {
    display: flex;
    column-gap: 20px;
    padding-top: 15px;
    align-items: baseline;
    width: 100%;
}
.st-keyword-item {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    color: #6a4c92;
    line-height: 16px;
}
.st-keyword-item:not(:last-child):after {
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    background-color: #6a4c92;
    margin: 1px 0 0 10px;
}
.st-category-list .st-category-item {
    position: relative;
    align-items: flex-start;
    height: 92px;
    padding-left: 0;
    background-color: transparent;
}
.st-category-item .span_target_name {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 17px;
    padding-left: 20px;
    color: #ffffff;
}

