.kfsi-search-section-list-item {
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 18px 16px 18px;
}
/* 2025.05.08
   제목영역만 선택가능하게 하기위해 a태그 범위 조정 및
   해당 css 영역 상위로 전달
  */
.kfsi-search-section-list-item a {
    all:unset;
    display: block;
    cursor: pointer;
}

/* 2025.05.08
 밑줄 생성
*/
.kfsi-search-section-list-item__title:hover {
    text-decoration: underline;
}

/*
 * 2025.05.14
 * input 창 outline 제거
 */
.kfsi-search-form-input__inner > input {
    position: relative;
    z-index: 20;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    border: 0;
    font-family: Pretendard;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    outline: none;
}