@charset "utf-8";
.programCon_Custom{max-width: 1400px; margin: 0 auto; padding: 20px 0 80px;}
.programCon_Custom .gal_wrap ul li a .part_img img{height: 100%; object-fit: cover; max-width:none;}
.programCon_Custom .readTop .imgTitle_sub{font-size: 14px;}
.programCon_Custom .readEdit img{width: 93.75%; max-width: 820px; margin: 0 auto; display: block; margin: 0 auto;}
@media all and (max-width:1400px){
    .programCon_Custom{width: 93.75%;}
}

@media all and (max-width:1000px){
    .programCon_Custom .program_search{display: flex;}
    .programCon_Custom .program_search > span{margin-top: 0; width: 70%;}
    .programCon_Custom .program_search input[type="text"]{width: calc(100% - 115px);}
}

@media all and (max-width:640px){
    .programCon_Custom .program_search input[type="text"]{width: calc(100% - 110px);}
}