.search-wrap {
    min-width: 491px;
    height: 50px;
    width: fit-content;
    margin: 20px 0;
    padding-left: 15px;
    border: 1px solid #DFDFDF;
}

.search-wrap select {
    color: #242424;
    font-size: 16px;
    line-height: 18px;
    width: 120px;
    border: none;
}

.search-wrap .search {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
}

.search-wrap select:focus {
    outline: none;
}

.search-wrap input {
    margin-left: 15px;
    padding-left: 15px;
    color: black;
    background: none;
    font-size: 16px;
    border: none;
    border-left: 1px solid #DFDFDF;
    width: 335px;
    height: 50px;
}

.search-wrap input::placeholder {
    color: black;
}

.search-wrap .uk-form-icon {
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #999;
}

.search-result {
    height: 220px;
    margin: 20px 0;
    overflow-y: hidden;
}

.search-result > .header {
    display: flex;
}

.search-result > .header > div {
    display: flex;
    height: 45px;
    width: 145px;
    max-height: 45px;
    overflow: hidden;
    color: black;
    background: #F9F9F9;
    border: 1px solid #DFDFDF;
    border-bottom: none;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    cursor: not-allowed;
    font-weight: 500;
}

.search-result > .header > div.active {
    border: 2px solid #666666;
    background-color: #FFFFFF;
    border-bottom: 1px white;
    margin-bottom: -2px;
    z-index: 999;
}

.search-result > .splash {
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #666666;
    font-weight: 700;
    border: 1px solid #DFDFDF;
}

.search-result > .content {
    display: none;
    height: 175px;
    overflow-y: auto;
    position: relative;
    background: white;
    border: 1px solid #DFDFDF;
}

.search-result > .content.active {
    display: block;
    top: -1.8px;
    border: 2px solid #666666;
}

.search-result > .content#word .keyword {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-evenly;
}

.search-result > .content#word .keyword > div {
    margin: 25px 25px 25px 25px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.search-result > .content#word .keyword > div.active {
    color: #004AE1;
    cursor: default;
}

.search-result > .content#word .desc {
    position: relative;
    width: 100%;
    height: 95px;
    background-color: #F9F9F9;
    padding: 30px 40px 25px 44px;
    font-size: 14px;
}

.search-result > .content#book .wrap, .search-result > .content#book_professor .wrap {
    height: 100%;
    width: 100%;
    padding: 20px 25px;
    display: flex;
    overflow: auto;
}

.search-result > .content#book .wrap .book, .search-result > .content#book_professor .wrap .book {
    position: relative;
    min-width: 170px;
    top: 0;
    margin: 0 20px;
    display: flex;
    gap: 20px;
}

.search-result > .content#book .wrap .book .info, .search-result > .content#book_professor .wrap .book .info {
    min-width: 170px;
    font-size: 10px;
    text-align: center;
}

.search-result > .content#book .wrap .book .info .cg, .search-result > .content#book_professor .wrap .book .info .cg {
    position: relative;
    height: 25px;
    width: fit-content;
    padding: 0 15px;
    margin: 0 auto 0 auto;
    border: 1px solid #DFDFDF;
    border-radius: 20px;
    line-height: 25px;
}

.search-result > .content#book .wrap .book .info .title, .search-result > .content#book_professor .wrap .book .info .title {
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;
}

.search-result > .content#book .wrap .book .info .desc, .search-result > .content#book_professor .wrap .book .info .desc {
    color: #000000;
    font-size: 12px;
    margin-top: 10px;
}

.search-result > .content#book .wrap .book .info .publisher, .search-result > .content#book_professor .wrap .book .info .publisher {
    color: #000000;
    margin-top: 5px;
}

.search-result > .content .journal {
    padding: 25px 0 0 20px;
}

.search-result > .content span {
    font-family: "NEXON Lv2 Gothic Bold";
    font-weight: 700;
    font-size: 16px;
    color: #666666;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.search-result > .content ul {
    margin: 0;
    padding-left: 30px;
}

.search-result > .content ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
    color: black;
}

.search-result > .content ul li:last-child {
    margin-bottom: 0;
}

.search-result > .content ul li::marker {
    color: #004AE1;
    width: 5px;
    height: 5px;
}

.ai-sentence {
    height: 170px;
    margin: 20px 0;
    border: 1px solid #DFDFDF;
}

.ai-sentence .header {
    height: 50px;
    background: #F9F9F9;
    border-bottom: 1px solid #DFDFDF;
    display: flex;
    justify-content: space-between;
}

.ai-sentence .header span {
    font-size: 16px;
    color: black;
    margin: auto 20px;
}

.ai-sentence .sentence {
    height: 120px;
    padding: 15px 20px 15px 15px;
    overflow-y: auto;
    position: relative;
}

.ai-sentence .sentence li {
    list-style: disc !important;
}

.ai-sentence .sentence button {
    transform: translateX(10px);
}

.ai-sentence .sentence span {
    font-family: "NEXON Lv2 Gothic Bold";
    font-weight: 700;
    font-size: 16px;
    color: #666666;
    /*position: absolute;*/
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*white-space: nowrap;*/
    line-height: 120%;
}

.ai-sentence .sentence ul {
    margin: 0;
    padding-left: 30px;
}

.ai-sentence .sentence ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
    color: black;
}

.ai-sentence .sentence ul li:last-child {
    margin-bottom: 0;
}

.ai-sentence .sentence ul li::marker {
    color: #004AE1;
    width: 5px;
    height: 5px;
}

.ai-sentence .sentence ul li .text {
    display: contents;
}

.ai-sentence .sentence ul li .trash {
    margin-top: 5px;
    float: right;
}