/* 化學品交易頁：與重構前視覺一致 */
@import url("exhibition-image-idea.css");

#exhibtion-section-07 figure figcaption {
    font-size: 0.875rem;
    color: #666;
    line-height: 1.6;
    margin-top: 10px;
    text-align: justify;
}

#exhibtion-section-07 {
    padding: 50px 0;
    background: #2f5714;
}

#exhibtion-section-07 h2 .whiteColor {
    color: #fff;
}

#exhibtion-section-07 .card {
    border-radius: 15px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    height: 448.03px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#exhibtion-section-07 .card figure {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
}

#exhibtion-section-07 .card figure img {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center;
}

#exhibtion-section-07 .card figure figcaption {
    flex: 0 0 auto;
}

#exhibtion-section-08 .col-md-6 img {
    width: 554.98px;
    height: 206.7px;
    max-width: 100%;
    object-fit: contain;
    object-position: center center;
}

#exhibtion-section-10 .row.vertical-align > .col-md-6:first-child img {
    width: 554.98px;
    height: 225.67px;
    max-width: 100%;
    object-fit: contain;
    object-position: center center;
}

#exhibtion-section-08 {
    padding: 50px 0;
}

#exhibtion-section-08 .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    #exhibtion-section-08 .row::before,
    #exhibtion-section-08 .row::after {
        display: none;
    }

    #exhibtion-section-08 .row > [class*="col-"] {
        float: none;
    }

#exhibtion-section-10 {
    background: #eafbda;
    padding: 50px 0;
}

@media (max-width: 767px) {
    #exhibtion-section-08 .row {
        display: block !important;
    }

        #exhibtion-section-08 .row > [class*="col-"] {
            width: 100%;
        }
}
