/**************************************** 업데이트 시작 */

#update_list .list_line{
    column-gap: 0px;
}

.update_view_wrap .view_title > div .list_title p{
    max-width: 1240px;
}

/**************************************** 업데이트 끝 */


/**************************************** 제작노트 시작 */

.note_list_wrap ul:last-child{
    border-bottom: 3px solid #e6e6e6;
}

.note_list{
    padding: 30px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    border-bottom: 1px solid #e6e6e6;
}

.note_thumb{
    width: 292px;
    height: 186px;
    overflow: hidden;
}

.note_cap{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.note_list_con{
    display: flex;
    align-items: center;
    gap: 50px;
}

.note_title{
    display: flex;
    gap: 10px;
    overflow: hidden;
}

.note_title p{
    font-family: 'twayair';
    font-size: 18px;
    max-width: 760px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.note_title .list_label{
    font-size: 18px;
}

.note_sub_title p{
    max-width: 860px;
    font-size: 17px;
    color: #aaaaaa;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/**************************************** 제작노트 끝 */


/**************************************** 통합검색 시작 */

.search_wrap > section:not(:last-child){
    margin-bottom: 100px;
}

.sub_page_title_wrap.search{
    border-bottom: 0;
}

.search_box_wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #e6e6e6;
    padding: 40px 0;
    margin-bottom: 60px;
}

.search_box_wrap > .list_search_bar{
    width: 50%;
    padding: 10px 20px;
    background-color: #f9f9f9;
    border-radius: 50px;
}

.search_box_wrap >.list_search_bar input{
    width: 100%;
    height: 30px;
    font-size: 17px;
}

.search_more_btn{
    font-family: 'twayair';
    width: 100px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    background-color: #111;
    border-radius: 25px;
    color: #fff;
}

.sub_tab_wrap.search{
    display: flex;
    justify-content: center;
    border-bottom: 0;
    padding: 0;
    margin-top: 30px;
}

.search_result{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.search_result li{
    font-size: 24px;
    font-family: 'twayair';
}

.search_result li.result span{
    font-size: 34px;
    color: #b8282e;
}

.list_line.none{
    background-color: #f9f9f9;
}

.list_title p.none{
    color: #aaaaaa;
}

/**************************************** 통합검색 끝 */