.n-search-classify h6,
.n-association-result h6 {
    margin-bottom: 12px;
    color: #ACB1C6;
    /* padding: 0 5px; */
    box-sizing: border-box;
}

.n-search-classify div {
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #383838;
    white-space: pre-wrap;
    word-wrap: break-word;
    /* padding: 0 5px; */
    box-sizing: border-box;
}

.n-association-result div {
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #383838;
    word-wrap: break-word;
    /* padding: 0 5px; */
    box-sizing: border-box;
}

.n-search-line {
    width: 97%;
    height: 1px;
    background-color: #C3C9D5;
    margin: 24px 0;
    transform: scaleY(0.5);
}

.n-search-text {
    display: flex;
    border: 1px solid #D6D6D6;
    padding: 7px 14px;
    border-radius: 8px;
    width: 600px;
    margin-right: 8px;
    transition: border-color 0.3s ease;
}

.n-search-area input,
.n-search-area button {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    background-color: unset;
}

.n-search-area span {
    display: inline-block;
    padding: 10px;
    background-color: #DA0030;
    border-radius: 8px;
}

.n-search-text input {
    /* font-weight: 700;
    font-size: 16px; */
    color: #292929;
    width: 100%;
}
.n-association-result div strong {
    font-weight: 700;
    color: #DA0030;
}
.n-association-result{
    margin-top: 16px;
}
@media screen and (min-width:1200px) {
    .n-association-result{
        padding: 0 10px;
    }
    .n-search-classify{
        padding: 0 10px;
    }
}

@media screen and (max-width:1200px) {
    .n-search {
        display: none;
        padding: 10px 20px;
        background-color: #FFFFFF;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 64px;
        left: 0;
        z-index: 98;
        flex-direction: column;
        box-shadow: 0px 5px 10px rgba(15, 52, 108, 0.2);
        border-radius: 0;
        overflow-y: scroll;
    }

    .n-search-area {
        margin-top: 0;
        position: relative;
        display: flex;
        align-items: center;
        border-radius: 8px;
        width: 100%;
        height: 38px;
    }

    .n-search-area input {
        /* font-weight: 700;
        font-size: 16px; */
        color: #292929;
        width: 100%;
    }

    .n-search-text {
        padding: 10px 8px;
        width: 100%;
    }

    .n-clear-btn {
        display: block;
        margin: 0 8px 0 12px;
    }

    .n-search-classify div {
        margin-bottom: 12px;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        color: #383838;
        white-space: pre-wrap;
        word-wrap: break-word;
    }

    .n-search-classify a,
    .n-association-result a {
        line-height: 15px !important;
    }
    .non-slippability{
        overflow: hidden;
    }
}