#exhDetail{

    margin: 4rem auto 10rem auto;
    
    
}

#exhDetail dt,
#exhDetail dd{
    font-size: 1.75vw;
}

#exhDetail dt{
    padding: 0.25rem 0.5rem;
    background-color: #f5f5f5;
    font-weight: bold;
    margin-bottom: 1rem;
}

#exhDetail dd{
    padding-left: 0rem;
}

#exhDetail dd,
#exhDetail dd > a{
    vertical-align: top;
    
}

#exhDetail dd > a > img{
    max-height: 1.25vw;
    padding-right: 0.5rem;
    margin-top: -0.3rem;
    /*vertical-align: top;*/
}

#exhDetail dt+dd:first-child{
    /*margin-top: 4rem;*/
}

#exhDetail dd+dt{
    margin-top: 4rem;
}

#exhDetail tr:last-child th,
#exhDetail td:last-child{
    border-bottom: 1px solid #dee2e6;
}

/*======================================================================================*/
@media (max-width: 768px) {
    #exhDetail table th{
        white-space: nowrap;
    }
    
    #exhDetail dt,
    #exhDetail dd{
        font-size: 3.5vw;
    }
}