.aiIdea_searchBox_container {
    display: flex;
    padding: 0;
}

.aiIdea_searchBox_container a:hover {
    background-color: #f2f2f2;
}

.aiIdea_searchBox_container a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    width: 100%;
    padding: 0 12px;
    text-decoration: none;
    cursor: pointer;
}

.aiIdea_searchBox_leftIdeaImage {
    height: 14px;
}

.aiIdea_searchBox_textContainer {
    font-size: 12px;
    font-weight: 700;
    flex:1;
    margin-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.aiIdea_searchBox_textContainer b {
    font-weight: 700;
    color: #db3a3f;
}

.recentSchTerms__item.header__aideaLink.selectedItem {
    background: #f2f2f2;
}

#searchResult_aiIdea_container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
    padding: 17px 10px;
    border: solid 1px #E7E7E7;
    margin-top: 15px;
}

#searchResult_aiIdea_queryTextContainer {
    display: flex;
    font-size: 18px;
    flex: 1;
    font-weight: 500;
    gap: 5px;
}

#searchResult_aiIdea_searchResultTextContainer {
    color: #666666;
    margin-top: 44px;
    font-weight: 500;
    font-size: 15px;
}

#queryText {
    flex: 1;
    max-width: 400px;
    color: #DB3A3F;
    white-space: normal;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 25px;
}

#searchResult_aiIdea_optionSpan {
    height: 25px;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#searchResult_aiIdea_mobile_subjectText {
    font-size: 15px;
    flex: 1;
    font-weight: 500;
    color: #666666;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 960px) {
    #searchResult_aiIdea_queryTextContainer {
        font-size: 16px;
        min-width: 100px;
    }

    .aiIdea_searchBox_textContainer {
        font-size: 14px;
    }

    .aiIdea_searchBox_textContainer {
        line-height: 20px;
    }
}

@media screen and (max-width: 490px) {
    #header_aiIdea_section2 {
        height: 40px;
    }

    #header_ideaLink_step2 {
        height: 40px;
    }

    #header_aiIdea_recommendTextContainer2 {
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.recentSchTerms__item.header__aideaLink:before {
    display: none;
}

a.recentSchTerms__item.recent {
    font-weight: 800;
    color: black !important;
}

a.recentSchTerms__item.recent b {
    font-weight: 400;
    color: black !important;
}

.notification__search__keywordBtn {
    background: none;
    color: #6c6c6c;
}

.notification__search__keywordBtn::before {
    filter: brightness(0.5);
}

#searchResult_aiIdea_option_arrow.upperSide {
    transform: translateY(-50%) rotate(135deg) !important;
    top: 3px;
}

.searchResult_aiIdea_alarmButton_pc {
    padding: 3px;
}

.searchResult_aiIdea_alarmButton_pc:hover {
    cursor: pointer;
}

.searchResult_aiIdea_alarmButton_pc:hover img {
    filter: invert(12%) sepia(89%) saturate(7467%) hue-rotate(5deg) brightness(97%) contrast(115%);
}

.searchResult_aiIdea_alarmButton_pc:hover span {
    filter: invert(12%) sepia(89%) saturate(7467%) hue-rotate(5deg) brightness(97%) contrast(115%);
}

.searchResult_aiIdea_queryTextContainer:hover {
    text-decoration: underline;
    cursor: pointer;
}

.searchResult_aiIdea_logo {
    cursor: pointer;
}

.dpSearchResult__list {
    flex: 1;
}

@media screen and (max-width: 960px) {
    .dpSearchResult__head {
        display: block !important;
    }

    .dpSearchResult__head {
        padding: 18px 0 !important;
    }

    #queryText {
        flex: 1;
    }

    #searchResult_aiIdea_container {
        padding: 24px !important;
        border: none !important;
        border-top: solid 1px #E7E7E7 !important;
    }

    .searchResult_aiIdea_box_header {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    #searchResult_aiIdea_searchResultTextContainer {
        margin-top: 0 !important;
    }

    .searchResult_aiIdea_alarmButton {
        width: 30px;
        height: 30px;
        border: 1px solid #c8c8c8;
        border-radius: 2px;
        justify-content: center;
        align-items: center;
    }
}