/* 為什麼需要NEMO - start */
#whyNeedSection .white-line {
    width: 100%;
    height: 26px;
}

#whyNeedSection {
    padding: 60px 16px;
}

#whyNeedSection .section-sub-title,
#whyNeedSection .section-content p {
    font-size: 16px;
    line-height: 26px;
}

#whyNeedSection .small-img-wrapper {
    width: 80px;
    height: 80px;
    padding: 12px;
}

#whyNeedSection .small-img-wrapper::before {
    width: 100px;
    height: 100px;
    top: -8px;
    left: -8px;
}

@keyframes translate-1 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(5px, 5px);
    }

    50% {
        transform: translate(5px, -5px);
    }

    75% {
        transform: translate(-5px, 5px);
    }

    100% {
        transform: translate(0, 0);
    }
}

#whyNeedSection .small-img-wrapper.img-1 {
    top: -32px;
    left: -12px;
}

#whyNeedSection .small-img-wrapper.img-2 {
    top: -2%;
    right: -20px;
}

#whyNeedSection .small-img-wrapper.img-3 {
    bottom: -42px;
    left: 24%; 
}

#whyNeedSection .small-img-wrapper .q-txt {
    opacity: 1;
    font-size: 12px;
    width: calc(100% - 24px);
    text-align: center;
}

#whyNeedSection .small-img-wrapper .ty-icon {
    opacity: 1;
}

#whyNeedSection .q-txt .q-icon {
    width: 24px;
    height: 24px;
}
#whyNeedSection .small-img-wrapper::after {
    opacity: 1;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%) scale(1);
}
/* 為什麼需要NEMO - end */

/* 為什麼選擇NEMO - start */
.choose-section {
    box-sizing: border-box;
    background-image: none !important;
    padding: 16px;
    min-height: 460px;
}

.choose-section .section-sub-title {
    align-items: flex-start;
}

.choose-section .section-sub-title svg {
    margin-top: 2px;
}

.choose-section .section-title {
    font-size: 22px;
}

.choose-section::before {
    display: none;
}

.choose-section .my-container {
    padding: 32px 16px;
    border-radius: 24px;
    /* background-image: url(../image/choose-1-bg.jpg); */
    /* background-attachment: fixed; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 460px;
    position: relative;
    overflow: hidden;
}

#chooseSection1 .my-container {
    background-position: bottom left;
    border-radius: 4px;
}

.choose-section .my-container::before {
    top: 0 !important; 
    left: 0 !important;
    width: 100% !important;
    height: 100% !important
}

#chooseSection2 .my-container::before {
    width: calc(100% - 4px) !important;
    height: calc(100% - 4px) !important
}

#chooseSection1 .my-container {
    background-image: url(../image/choose-1-bg.jpg);
    background-size: contain;
    background-position: bottom left;
    padding-bottom: 200px;
}

#chooseSection2 .my-container {
    background-image: url(../image/4.jpg);
    background-position: center;
}

#chooseSection3 .my-container {
    background-image: url(../image/q-bg.jpg);
}

#chooseSection1.choose-section .my-container {
    background-color: rgba(239, 214, 210, 0.6);
}

/* #chooseSection1.choose-section .my-container::before {
    content: "";
    width: 100% !important;
    height: calc(100% - 200px) !important;
    top: 0px !important;
    left: 0px !important;
    background-color: #efd6d2;
    position: absolute;
    border-radius: 24px;
    z-index: 0;
} */

#chooseSection3 .my-container::before {
    content: "";
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    top: 50px;
    left: 50px;
    background-color: rgba(250, 250, 250, 0.6);
    position: absolute;
    border-radius: 24px;
    z-index: 0;
}

#chooseSection2 .my-container::before {
    content: "";
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    top: 50px;
    left: 50px;
    border-radius: 24px;
    border: 2px solid rgba(255, 123, 20, 0.6);
    position: absolute;
}

.choose-section.mb {
    padding: 16px;
}

.choose-section .skin-img-wrapper {
    width: 100px    ;
    height: 100px;
}

.choose-section .skin-img-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.choose-section .skin-img-wrapper .skin-txt {
    font-size: 14px;
    color: #646464;
}
/* 為什麼選擇NEMO - start */

/* NEMO溫柔的密碼 - start */
#secretSection {
    background-position: top left;
}

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

.my-container .right-wrapper {
    padding-left: 0;
    padding-bottom: 32px;
}

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

#secretSection .detail-item {
    font-size: 16px;
    line-height: 16px;
}

#secretSection .drop-icon {
    width: 18px;
    height: 18px;
}

/* NEMO溫柔的密碼 - end */

/* NEMO的生活態度 - start */
#lifestyleSection .product-item {
    width: calc(50% - 8px);
    border-radius: 12px;
    margin: 12px 2px;
    padding-bottom: 20px;
    min-height: 243px;
}

#lifestyleSection .product-item .product-img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.product-wrapper {
    height: auto !important;
}

#lifestyleSection .product-item .img-wrapper {
    border-radius: 12px 12px 0 0;
    padding: 16px 0;
}

#lifestyleSection .product-list {
    margin-top: 32px;
}

.my-section.snipaste {
    padding: 16px;
}

/* NEMO的生活態度 - end */

/* NEMO的卓越技術 - start */
#technicalSection .cert-item, #patentSection .cert-item, #designSection .cert-item {
    width: calc(50% - 8px);
}

#technicalSection .cert-technical-list {
    gap: 16px;
    justify-content: space-between;
}

#patentSection .cert-list {
    gap: 16px;
}

#designSection .cert-list {
    width: 100% !important;
    display: flex;
}

#designSection .cert-item {
    width: 100%;
    margin-bottom: 16px;
}

/* NEMO的卓越技術 - end */

/* 規格與細節 - start   */
#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: 72% !important;
    padding: 18px;
}

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

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