.index-banner {
    position: relative;
    height: 65vh;
    min-height: 400px;
    background: linear-gradient(30deg, #fff, #E9C6AE);
    overflow: hidden;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.index-banner-mask {
    position: absolute;
    display: flex;
    min-height: 65vh;
    padding-left: 8vw;
    padding-top: 20px;   
    z-index: 10;
}


@media only screen and (min-width: 767px) {
    .index-banner-mask {
        align-items: center;
    }
}



.index-banner-title {
    font-size: 3.6rem;
    margin-bottom: 1rem;
    font-weight: 600;
    margin-top: 0px;
    color: var(--title-color);
}

@media only screen and (max-width: 767px) {
    .index-banner-title {
        font-size: 2rem;
    }
}

.water {
    width: 1200px;
    height: 1200px;
    border-radius: 50rem;
    transform: rotate(-28deg) skew(25deg);
    position: absolute;
    top: 0px;
    right: -280px;
}


#cal {
    position: absolute;
    color: #ffffff;
    font-weight: 700;
    font-size: 15em;
    line-height: 0.9em;
    letter-spacing: 2px;
    text-align: center;
    transform: rotate(-28deg) skew(25deg);
    top: 130px;
    right: 30%;
    font-family: 'Arvo', serif;
}



#emba {
    position: absolute;
    color: #ffffff;
    font-weight: 700;
    font-size: 15em;
    line-height: 0.9em;
    letter-spacing: 2px;
    text-align: center;
    transform: rotate(-28deg) skew(25deg);
    top: 215px;
    right: 10%;
    font-family: 'Arvo', serif;
}

@media only screen and (max-width: 1400px) {


    #emba,
    #cal {
        font-size: 12em;
        padding-top: 30px;
    }
    
}


@media only screen and (max-width: 900px) {
    .index-banner-title {
        font-size: 2rem;
    }

    #emba,
    #cal {
        font-size: 7.3em;
        padding-top: 70px;
    }
    
}

.people {
    position: absolute;
}

.people img {
    width: 120px;
}

@media only screen and (max-width: 767px) {
    .people img {
        width: 100px;
    }
    
}

.product-wall img {
    height: 370px;
    object-fit: cover;
    object-position: 50% 50%;
}

.product-wall-list .owl-item:nth-child(odd) .product-wall img {
    height: 300px;
    object-fit: cover;
    object-position: 50% 50%;
}

.product-wall .product-wall-title {
    margin: 3% 0 1% 0;
    font-size: 1.2rem;
}

.product-wall .product-wall-text {
    font-size: 0.8125rem;
    color: #a5a5a5;
}

@media only screen and (max-width: 767px) {
    .product-wall-list {
        max-width: 95%;
        margin: 0 auto;
    }

    .product-wall img,
    .product-wall-list .owl-item:nth-child(odd) .product-wall img {
        height: 200px;
        object-fit: cover;
        object-position: 50% 50%;
    }
}

/* 拼圖 */
/*img-jigsaw-4-1*/

.img-jigsaw-4-1 {
    width: 100%;
    max-width: 1400px margin: 3vw 0;
}

.img-jigsaw-4-1:after {
    content: '';
    display: table;
    clear: left;
}

.img-jigsaw-4-1 .alt-wrap {
    float: left;
}

.img-jigsaw-4-1 .alt-wrap:nth-child(1) {
    width: 60%;
    padding-right: 0.5vw;
}

.img-jigsaw-4-1 .alt-wrap:nth-child(1) img {
    width: 100%;
    height: 28vw;
    object-fit: cover;
    object-position: 10% 10%;
}

.img-jigsaw-4-1 .alt-wrap:nth-child(2) {
    width: 40%;
    height: 14.25vw;
}

.img-jigsaw-4-1 .alt-wrap:nth-child(2) img {
    width: 100%;
    height: 13.75vw;
    object-fit: cover;
    object-position: 10% 10%;
}

.img-jigsaw-4-1 .alt-wrap:nth-child(3) {
    width: 20%;
    padding-right: 0.5vw;
}

.img-jigsaw-4-1 .alt-wrap:nth-child(3) img {
    width: 100%;
    height: 13.75vw;
    object-fit: cover;
    object-position: 10% 10%;
}

.img-jigsaw-4-1 .alt-wrap:nth-child(4) {
    width: 20%;
}

.img-jigsaw-4-1 .alt-wrap:nth-child(4) img {
    width: 100%;
    height: 13.75vw;
    object-fit: cover;
    object-position: 10% 10%;
}

@media only screen and (max-width: 767px) {
    .img-jigsaw-4-1 .alt-wrap:nth-child(1) {
        width: 100%;
        padding-right: 0vw;
    }

    .img-jigsaw-4-1 .alt-wrap:nth-child(1) img {
        height: 45vw;
    }

    .img-jigsaw-4-1 .alt-wrap:nth-child(2) {
        width: 33.33%;
        height: 30vw;
        padding-right: 1vw;
    }

    .img-jigsaw-4-1 .alt-wrap:nth-child(2) img {
        height: 30vw;
    }

    .img-jigsaw-4-1 .alt-wrap:nth-child(3) {
        width: 33.33%;
        height: 30vw;
        padding-right: 1vw;
    }

    .img-jigsaw-4-1 .alt-wrap:nth-child(3) img {
        height: 30vw;
    }

    .img-jigsaw-4-1 .alt-wrap:nth-child(4) {
        width: 33.33%;
        height: 30vw;
    }

    .img-jigsaw-4-1 .alt-wrap:nth-child(4) img {
        height: 30vw;
    }
}

/* end img-jigsaw-4-1*/

.alt-wrap {
    position: relative;
}

.alt-wrap p {
    position: absolute;
    bottom: 0px;
    padding: 10px;
    z-index: 999;
    color: #fff;
    font-size: 14px;
    line-height: 1.4 !important;
    text-shadow: 0 2px 7px rgba(0, 0, 0, 0.7);
}

@media only screen and (max-width: 767px) {
    .alt-wrap p {
        display: none;
    }
}








.words-card-pic {
    width: 25%;
    padding-top: 2vw;
    display: flex;
    justify-content: center;
    text-align: center;
}


.words-card-pic img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 500px;
}


.words-card-text {
    width: 75%;
    padding: 1.5vw;
}


@media only screen and (min-width: 767px) {
    .words-card {
        display: flex;
        padding: 1vw; 
    }
    .words-card-reverse {
        flex-direction: row-reverse !important;
    }

}


@media only screen and (max-width: 767px) {
    .words-card {
        padding:20px 0; 
    }

    .words-card-pic {
        width: 100%;

    }

    .words-card-pic img {
        width: 100px;
        height: 100px;
    }
    .words-card-text {
        width: 100%;
        padding: 10px;
    }
    
}

