@charset "utf-8";
.programCon_Custom{max-width: 1400px; margin: 0 auto; padding: 120px 0 150px;}
.programCon_Custom .gal_wrap ul li a .part_img img{height: 100%; object-fit: cover; max-width:none;}

.programCon_Custom #productSelect{max-width: 140px;}
.programCon_Custom #productSelect ~ select{width: fit-content;}

@media all and (max-width:1400px){
    .programCon_Custom{width: 93.75%;}
}

@media all and (max-width:1000px){
    .programCon_Custom{padding: 80px 0 150px;}
    .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);}
}



.banner_box .img_box img {
    max-width: 100%;
    width: 75%;
}

.banner_box .img_box {
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.li_group_box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}




.map_pc_box {
    display: none;
}


.map_m_box {

}



.inner_margin_custom {
    margin-right: 150px;
}

@media all and (max-width:1400px){
    
    .inner_margin_custom {
        margin-right: unset;
    }

}

.pro_logo {
    max-width: 42px;
    max-height: 42px;
}


.img_box.bmd_size_custom img {
    transform: scale(1.4);
}

.zigzag_list > li .img_box.bmd_size_custom:hover img {
    transform: scale(1.6);
}