.title_wrap{
    width: 100%;
    padding-top: 257px;
    padding-bottom: 80px;
    border-bottom: solid 1px #dbdbdb;
}
.title_wrap .subpage_title{
    text-align: center;
}


.search_wrap{
    padding-top: 30px;
    padding-bottom: 169px;
    width: 1290px;
    margin: 0 auto;
}
.search_input_wrap{
    margin: 0 auto;

    margin-top: 95px;
    padding-bottom: 28px;
    width: 900px;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #171717;
}
.search_input_wrap input{
    width: calc(100% - 50px);
    margin-right: 10px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #000;


}
.search_input_wrap input::placeholder{
    font-size: 32px;
    font-weight: 700;
    font-family: 'Pretendard';
    color: #000;
}
.search_btn{
    width: 21px;
    height: 21px;
    background: url('../images/icon/h-search-ic.svg') no-repeat;
}
.top_list {
    width: 100%;
    display: flex;
    margin-top: 80px;
}
.top_list li {
    width: 20%;
    padding: 18px 0;
    text-align: center;
    background-color: #f2f2f2;
    font-size: 18px;
    font-weight: 700;
    color: #171717;
    border-bottom: solid 1px #000;
}

.top_list li.is-selected {
    color: #fff;
    background-color: #171717;
    border: none;
}
.result_list_wrap{
    width: 100%;
    margin-top: 80px;
}
.result_list{
    margin-bottom: 110px;
}
.result_list:last-child{
    margin-bottom: 0;
}
.result_title_wrap{
    padding-bottom: 40px;

    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #dbdbdb;

}
.result_title{
    font-size: 24px;
    font-weight: 700;
    color: #171717;
}
.result_txt_wrap{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}
.result_txt_wrap > div{
    width: calc((100% - 20px)/2);
    margin-right: 20px;
    padding: 30px;
    border: solid 1px #171717;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.library_txt_wrap >div{
    
}
.result_txt_dep{
    
}
.result_txt_wrap > div:nth-child(2n){
    margin-right: 0;
}
.result_list_title{
    font-size: 24px;
    font-weight: 700;
    word-break: keep-all;
    width: 100%;
    text-overflow: ellipsis;
   overflow: hidden;
   word-break: break-word;
    
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}
.result_list_txt{
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    padding-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.library_list_txt{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.result_bottom_wrap{
    margin-top: 40px;
    border-top: solid 1px #dbdbdb;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.date{
    font-size: 17px;
    font-weight: 600;
    color: #575757;
    font-family: 'Pretendard';
}

.more_view_btn{
    width: 126px;
    height: 50px;
    background-color: #171717;
    color: #fff;
}
.more_view_btn::after{
    content: '';
    display: inline-block;
    width: 14px;
    height: 10px;
    background: url('../images/icon/c-arrow-right-wh.svg') no-repeat;
    background-size: cover;
    margin-left: 4px;

}
.agency{
    font-weight: 500;
}
.agency span:first-child{
    font-weight: 700;
}
.list_br{
    display: none;
}
@media (max-width:1300px){
    .search_wrap{
        width: 92%;
    }
}
@media (max-width:1000px){
    .search_input_wrap{
        width: 100%;
    }
}
@media (max-width:900px){
    .search_input_wrap{
        width: 100%;
    }
    .list_br{
        display: block;
    }
}
@media (max-width:700px){
    .top_list{
        flex-wrap: wrap;
    }
    .top_list li{
        font-size: 14px;
    }
.top_list li:nth-child(1),
.top_list li:nth-child(2),
.top_list li:nth-child(3){
    width: 33.33%;
    border-bottom: none;
}

.top_list li:nth-child(4),
.top_list li:nth-child(5){
    width: 50%;
}
.result_txt_wrap{
    margin-top: 20px;
}
.result_txt_wrap > div{
    width: 100%;
    margin-right: 0;
}
}
@media (max-width:600px){
    .search_wrap{
        padding-top: 0px;
        padding-bottom: 80px;
    }
    .title_wrap{
        padding-top: 140px;
        padding-bottom: 60px;
    }
    .search_input_wrap{
        padding-bottom: 10px;
        margin-top: 30px;
    }
    .search_input_wrap input{
        font-size: 20px;
    }
    .search_input_wrap input::placeholder{
        font-size: 20px;
    }
    .result_title{
        font-size: 18px;
    }
    .result_list_title{
        font-size: 18px;
    }
    .result_list_txt{
        font-size: 17px;
        padding-top: 10px;
    }
    .result_bottom_wrap{
        margin-top: 30px;
        padding-top: 10px;
    }
    .result_title_wrap{
        padding-bottom: 20px;
    }
   
    .result_list{
        margin-bottom: 80px;
    }
}
@media (max-width:500px){
    .input_wrap{
        flex-wrap: wrap;

    }
    .input_wrap > div{
        width: 100%;
    }
    .select_box {
        margin-right: 0;
    }
    .select_box p{
        width: 100%;
    }
    .input_wrap > div:last-child{
        margin-top: 8px;
    }
    .select_box.is-show .select_list{
        width: 100%;
        padding: 0;
    }
    .select_list li{
        padding: 24px 15px;
    }
    .select_list li.selected{
        background-color: #000;
        color: #fff;
    }
    .select_list li:last-child{
        padding: 24px 15px;
    }
}