#repair-search .club-button__search {
    width: 60px;
    height: 56px;
    min-height: 56px;
    margin-bottom: 8px;
    margin-left: 8px;
    border: 1px solid transparent;
    background: #333;
    color: #fff;
    transition: 0.3s;
}

#repair-search .club-button__search:hover {
    background-color: #4d4d4d;
}

#repair-search .club-table td {
    text-align: left;
}

#repair-search .club-table td a,
#repair-search .club-accordion .club-accordion__list a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 5px 10px 5px 5px;
    border: 1px solid transparent;
    background: #333;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    margin: 15px 0;
}

#repair-search .club-table td a:hover {
    background-color: #4d4d4d;
}

#repair-search .club-table .number {
    width: 30%;
}

#repair-search .club-table .memo {
    width: 50%;
}

#repair-search .repair-search {
    margin-left: 5px;
}

#repair-search .product-search-wrap {
    width: 50%;
    position: relative;
}

#repair-search .product-search-wrap input {
    line-height: 0;
}

#repair-search #product-suggest {
    position: absolute;
    top: 56px;
    left: 0px;
    width: fit-content;
    min-width: 70%;
    border: 1px solid rgb(168, 165, 165);
    background-color: #fff;
    z-index: 2;
}

#repair-search #product-suggest:empty {
    border: none;
}

#repair-search #product-suggest li {
    padding: 0px 10px;
}

#repair-search #product-suggest :hover {
    background-color: #b3b3b3;
    cursor: pointer;
}

#repair-search .image-intro-wrap {
    display: flex;
    flex-wrap: wrap;
}

#repair-search .club-list-refernce {
    display: flex;
    flex-wrap: wrap;
    margin-left: 15px;
    margin-bottom: 8px;
}

#repair-search .club-list-refernce li {
    display: inline-block;
    width: 49%;
    font-size: 0.75rem;
    cursor: pointer;
}

#repair-search .club-list-refernce li::before {
    content: none;
}

#repair-search a {
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (max-width: 767.9px) {
    #repair-search .product-search-wrap {
        width: 80%;
        position: relative;
    }

    #repair-search .club-table .number {
        width: 20%;
    }

    #repair-search .club-table .memo {
        width: 40%;
    }

    #repair-search img {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    #repair-search .product-search-wrap {
        width: 100%;
    }
}

#repair-search .club-table table tr th:first-child,
#repair-search .club-table table tr td:first-child {
    border-left: 1px solid #ccc;
}

#repair-search .club-table table tr th:last-child,
#repair-search .club-table table tr td:last-child {
    border-right: 1px solid #ccc;
}

#repair-search .club-accordion .c-product__accordionHeader {
    color: #fff;
    background-color: #333;
    padding: 0 15px;
}

#repair-search .club-accordion .c-product__accordionHeader .c-product__accordionTrigger {
    padding: 0;
    margin: 0;
}

.c-product__accordionIcon::before,
.c-product__accordionIcon::after {
    background-color: #fff;
}

.c-product__accordion-panel {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-bottom: 0;
}

.club-accordion__list {
    padding: 5px 10px 10px 10px;
}
