@charset "utf-8";
.programCon_Custom{max-width: 1400px; margin: 0 auto; padding: 150px 0; margin-top: unset !important;}
.programCon_Custom .gal_wrap ul li a .part_img img{height: 100%; object-fit: cover; max-width:none;}
@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{padding: 60px 0 100px;}
    .programCon_Custom .program_search input[type="text"]{width: calc(100% - 110px);}
    .writeForm > table > tbody > tr > td{padding-left: 0;}
    .writeForm table tr td input[type="file"]{width: 100%;}
    .member_box02{padding: 50px 0 0;}
    .login_wrap{padding-bottom:0;}
}
