

.search__match_title{
    font-size: 13px;
    font-weight: 400;
    color: #767676;
    margin-bottom: 10px;
}
.search__detail_box {
    padding-left: 0;
    padding-right: 0;
}
.__detail_box-faq {
    border-bottom: 1px solid #d9dbe1;
}
.__detail_box-faq_item  {
    border-top: 1px solid #d9dbe1;
}

.faq_title {
    background-position: calc(100% - 2rem) 50%;
    position: relative;
    display: flex;
    width: 100%;
    padding: 20px 30px;
    border: 0;
    background: url(/pages/header/images/ico-expander.svg) no-repeat right 10px center;
    background-size: 24px 24px;
    color: rgb(var(--color-color));
    line-height: 1.58;
    text-align: left;
    font-size: 15px;
    align-items: center;
    padding-right: 40px;
}

.__faq_title.-active .faq_title {
    background-image: url(/pages/header/images/ico-expander-active.svg);
    font-weight: 700;
    text-decoration: underline;
}
.faq_title .-ico-q {
    display: inline-block;
    font-weight: 700;
    width: 20px;
    margin-right: 10px;
    text-align: center;
}
.faq_title .-ico-q+span {
    width: calc(100% - 20px);
    display: block;
}


.faq__panel {
    display: none;
    padding: 20px 30px;
    font-size: 13px;
    line-height: 1.58;
    color: #555;
    background-color: #f3f4f8;
}






.none_faq_detail_box {
    border-top: 1px solid #d9dbe1;
}
/* .none_faq_detail__title {

} */
.none_faq_detail__title_btn {
    background-position: calc(100% - 2rem) 50%;
    position: relative;
    display: flex;
    width: 100%;
    padding: 20px 30px;
    border: 0;
    /* background: url(/pages/header/images/ico-expander.svg) no-repeat right 10px center; */
    background-size: 24px 24px;
    color: rgb(var(--color-color));
    line-height: 1.58;
    text-align: left;
    font-size: 15px;
    align-items: center;
    padding-right: 40px;
    gap: 10px;
}
.none_faq_detail_title_group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@keyframes search_list_none {
    0%, 100% {
        /* transform: scale(1); */
        background: #eeeeee;
    }
    50% {
        /* transform: scale(.96); */
        background: #eeeeee99;
    }
}
.none_faq_detail__title_text {
    background: #eee;
    width: 90%;
    height: 20px;
    border-radius: 5px;
    animation: search_list_none 1s ease-in-out infinite;
}
.none_faq_detail__title_desc {
    background: #eee;
    width: 100%;
    height: 20px;
    border-radius: 5px;
    animation: search_list_none 1s ease-in-out infinite;
}