.search_form .ui-state-active,
.search_form .ui-widget-content .ui-state-active,
.search_form .ui-widget-header .ui-state-active,
.search_form a.ui-button:active,
.search_form .ui-button:active,
.search_form .ui-button.ui-state-active:hover{
    background: #f5f5f5 !important;
    border:1px solid  #f5f5f5 !important;
    /* color: #000; */
}
.ui-button{
    padding: 0 20px;
}
.search_form{
    margin-bottom: 50px;
}
.search_form .ui-selectmenu-button.ui-button{
    width: 150px;
    height: 49px;
    border-radius: 0;
    background: #fff;
    color: #999;
    line-height: 49px;
    border: 1px solid #dddddd;
}
.search_form .ui-selectmenu-icon.ui-icon{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/img/ico/select_down02.png) no-repeat center/cover;
    width: 10px;
    height: 5px;
}
.search_form .search_txt{
    position: relative;
    margin-left: 10px;
}
.search_form .s_txt{
    padding: 15px 20px;
    border: 1px solid #dddddd;
    width: 600px;
}
.search_form .s_txt::placeholder{
    font-size: 16px;
    color: #aaaaaa;
    font-weight: 400;
}
.search_form .s_submit{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/img/ico/search_ic.png) no-repeat center/cover;
    width: 18px;
    height: 18px;
    text-indent: -9999em;
    cursor: pointer;
}   
.board_list td,
.board_list td *{vertical-align: middle;}
.board_list .board_normal{
    text-align: center;
}
.board_list .board_normal .txt-align_left{
    text-align: left;
}
.board_list .board_normal .txt-align_left a{
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    display: inline-block;
    width: 40vw;
}
.board_list .board_normal th{
    border-bottom: 1px solid #ff7a00;
    color: #ff7a00;
    font-weight: 700;
    font-size: 16px;
    padding: 20px 0;
}
.board_list .board_normal tr{
    border-bottom: 1px solid #ddd;
}
.board_list .board_normal tbody tr:hover{
    background: #ff7a00;
}
.board_list .board_normal tbody tr:hover td{
    color: #fff;
}
.board_list .board_normal td{
    padding: 20px 0;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    transition: 0.1s;
}
.board_list .board_normal td.gray{
    color: #999;
}
.board_list .board_normal td:first-child{
    font-weight: 700;
}
.board_list .video_ul li{
    width: 22.5%;
    margin-right: 40px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}
.board_list .video_ul li:nth-child(4n){
    margin-right: 0;
}
.board_list .video_ul li img{
    width: 100%;
}
.board_list .video_ul li .txt_box{
    background: #f5f5f5;
    padding: 20px;
    transition: 0.3s;
}
.board_list .video_ul li .txt_box .video_tit{
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical
}
.board_list .video_ul li .txt_box .date{
    text-align: right;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    margin-top: 20px;
}
.board_list .video_ul li:hover .txt_box{
    background: #ff7a00;
}
.board_list .video_ul li:hover .txt_box .video_tit{
    color: #fff;
}
.board_list .video_ul li:hover .txt_box .date{
    color: #fff;
}


.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    padding-bottom: 100px;
}
.pagination .num {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
}
.pagination .num .page-item a{
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-right: 1px solid #aaa;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin-left: -1px;
}
.pagination .num .page-item a:first-child{
    border-left: 1px solid #aaa;
}
.pagination .num .page-item.on a{
    color: #fff;
    background: #df1635;
    border: 1px solid #df1635;
}

/* board_view */

#sub .board_view{
    padding-bottom: 100px;
} 
.b_index_top_box{
    position: relative;
}
.b_index_top_box .back_a{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 600;
    color: #999;
}
.b_index_top_box .back_a img{
    margin-right: 10px;
}
.b_index_top_box .date_num{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: 600;
}
#sub .board_view .s_top_h2{
    margin-bottom: 0;
}
#sub .board_view .video_wrap{
    width: 60%;
    margin: 0 auto;
}
#sub .board_view .video_wrap iframe,#sub .board_view .video_wrap img{
    width: 100%;
    min-height: 460px;
}
#sub .board_view .video_txt_box{
    margin-top: 50px;
    background: #eaeaea;
    padding: 50px;
}
#sub .board_view .video_txt_box p{
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
}

.recruit_app_wrap{
    text-align: center;
}
.recruit_app_btn{
    background-color: #ff7a00;
    color: #fff;
    padding: 10px 20px;
    font-weight: 400;
    vertical-align: middle;
}
.recruit_app_btn:hover{
    background-color: #fff;
    color: #df1635;
    border: 1px solid #df1635;
}
