.product-menu {
    background: rgb(0, 0, 0);
}

#faq_list {
    margin: 0 auto;
    padding-top: 110px;
    width: 60%;
    min-width: 1160px;
}

.faq_list_top {
    width: 100%;
    background: rgb(247, 247, 247);
    padding: 25px 40px;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.faq_list_top .right-box {
    flex: 1;
    display: flex;
    justify-content: end;
    position: relative;
}
.faq_list_top .right-box .search_input {
    width: 600px;
    height: 45px;
    box-sizing: border-box;
    border: 0.5px solid rgb(194, 194, 194);
    background: #fff;
    margin-right: 25px;
    padding: 0 40px 0 12px;
    font-size: 14px;
}

.faq_list_top .right-box .search-icon {
    position: absolute;
    right: 280px;
    top: 15px;
    width: 16px;
    height: 16px;
}

.faq_list_top .right-box button {
    width: 240px;
    height: 45px;
    background: rgb(255, 139, 0);
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
}
.faq-list-ul .question {
    padding: 30px 0 30px 30px;
    background: url('/image/catalog/kficons/product_q.png') no-repeat left center;
    background-size: 16px 16px;
    color: rgb(15, 17, 17);
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    cursor: pointer;
}
.faq-list-ul .question:hover {
    color: rgb(255, 139, 0);
}
.faq-details-ul .question {
    padding: 30px 0 30px 30px;
    background: url('/image/catalog/kficons/product_q.png') no-repeat left center;
    background-size: 16px 16px;
    color: rgb(15, 17, 17);
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}
.faq-details-ul .answer {
    padding: 30px 0 30px 30px;
    background: url('/image/catalog/kficons/product_a.png') no-repeat left center;
    background-size: 16px 16px;
    color: rgb(15, 17, 17);
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}