/* 簡約的設計 - start */
.my-container .right-wrapper {
    padding-left: 0;
}

.section-sub-title {
    display: flex;
    justify-content: center;
}

#simpleDesignSection {
    padding-bottom: 0;
}

#simpleDesignSection .my-container {
    flex-flow: column;
}

#simpleDesignSection .right-wrapper {
    padding-left: 0;
}

#filterImgSection .filter-list {
    flex-wrap: wrap;
}

#filterImgSection .filter-item {
    width: 50%;
}

#filterImgSection .filter-item:last-child {
    width: 100%;
}

/* 簡約的設計 - end */


/* 規格與細節 - start   */
#detailsSection {
    padding-top: 32px;
}

#detailsSection .my-container {
    flex-flow: column-reverse;
}

#detailsSection .my-container .details-right {
    margin-bottom: 32px;
}

.details-left {
    width: 100%;
}

.details-left .section-sub-title {
    justify-content: flex-start;
}

.fixed-wrapper {
    background-size: 60% !important;
    padding: 18px;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.fixed-wrapper .section-sub-title {
    justify-content: flex-start;
}

.fixed-wrapper img {
    width: 100%;
}
/* 規格與細節 - end */

/* NEMO的專業技術 - start */
#nemoSection .my-container {
    flex-flow: column;
}

#technicalSection .cert-technical-list {
    margin-top: 32px;
    gap: 16px;
}

#technicalSection .cert-item {
    width: calc(50% - 8px);
}

/* NEMO的專業技術 - end */
