.search-main {
    width: 100%;
}

.search-main .searchresult-header {
    margin-bottom: 1.875rem;
}

.search-main .searchresult-header .keyword {
    font-weight: 700;
}

.search-main .searchresult-group {
    margin-bottom: 1.875rem;
    width: 100%;
}

.search-main .searchresult-group .header:before {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    content: '\f107';
    display: inline-block;
    margin-right: 0.625rem;
    font-size: 1.375rem;
    transition: ease-in-out 0.3s;
}

.search-main .searchresult-group .header.active:before {
    transform: rotate(180deg);
}

.search-main .searchresult-group .header {
    font-size: 1.313rem;
    font-family: klavika-bold, arial, sans-serif;
    display: block;
    border-bottom: 0.063rem solid #a4b7e0;
    margin-bottom: 0.938rem;
    padding: 0 0 0.188rem 1.063rem;
    background: url(/_images/subnav-trigger.png) left 0.25rem no-repeat;
    background-size: 0.688rem 4rem;
    cursor: pointer;
}

.search-main .searchresult-group .header.active {
    background-position: left -2.938rem;
}

.search-main .searchresult-list {
    display: none;
}

.search-main .searchresult-list ul {
    display: inline;
}

.search-main .searchresult-item {
    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;
    border-bottom: 0.063rem dotted #706f6f;
    display: block;
    width: 100%;
    float: none;
}

.search-main .searchresult-link {
    font-size: 1rem;
}

.search-main .searchresult-item .keyword {
    font-weight: 700;
}

.search-main .searchresult-item .date {
    font-size: 0.75rem;
    line-height: 0.875rem;
    margin-bottom: 0.313rem;
}
