
.image-item:hover .image-p {
    max-width: 800px;
}
.image-item:hover .image-title {
    display: none;
}

.image-title {
    height: auto;
    text-align: left;
    line-height: 28px;
    max-width: 330px;
    width: min-content;
    display: flex;
}

.image-item:hover .image-p {
    opacity: 1;
    top: 40%;
}

@media screen and (max-width: 1000px) {
    .image-item:hover .image-p {
        top: 15%;
    }

    .image-titleen {
        font-size: 20px;
     }

}

@media screen and (max-width: 767px) {
    
    .image-item:hover .image-titleen {
        top: 5%;
    }

    .image-item:hover .image-p {
        top: 13%;
    }
    .image-item {
        width: 300px;
        max-width: 300px;
        height: 750px;
    }

    .small-image {
        object-fit: cover;
    }

}

/* 關於我們 */
.ablayout .title {
    letter-spacing: 1px;
    max-width: 400px;
    margin: 0 50px 0px;
}

.ablayout .abtxt {
    padding: 35px 50px 60px;
}

@media screen and (max-width: 1200px) {
    .ablayout .title {
        text-align: center;
        margin: 0 auto;
    }

    .ablayout .abtxt {
        padding: 10px 30px 20px;
    }

}
 

/* 關於我們 */