


/* .list-ctn-wr {
    width: 1200px;
}

.mz-banner {
    position: relative;
    text-align: center;
}
.mz-banner > div.img {
    display: inline-block;
}
.mz-banner img {
    width: 500px;
}

.mz-banner .tlt {
    position: absolute;
    top : 10%;
    left : 50%;
    transform: translate(-50%, 0%);
    font-size: 52px;
    color: transparent;
    font-style: italic;
    font-weight: 900;
    filter: drop-shadow(2px 4px 6px white);
    border-radius: 10px;
    background-color: #ffff000d;
}
.mz-banner .tlt > span {
    display: inline-block;
    width: 100%;
    padding: 0 50px;
    filter: drop-shadow(2px 4px 6px black);
}
.mz-banner .tlt > span:nth-child(1) {
    text-align: left;
    background-image: linear-gradient(-45deg, #c5f9d7, #f7d486, #f27a7d);
    background-clip : text;
    color: transparent;
}
.mz-banner .tlt > span:nth-child(2) {
    text-align: right;
    background-image: linear-gradient(-45deg, #c5f9d7, #f7d486, #f27a7d);     
    background-clip : text;
    color: transparent;
}

.mz-banner .tlt-desc {
    position: absolute;
    top : 50%;
    left : 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background-color: #ffff000d;
}
.mz-banner .tlt-desc p {
    font-size: 32px;
    font-style: italic;
    font-weight: 900;
    color : #f7d486;
    text-shadow: 1px 1px 1px black;
}






.prod-list {
    border-radius: 10px;
    border : 1px solid #ccc;
    padding : 20px;
}
.prod-list .list-type {
    font-size: 32px;

    background-image: linear-gradient(-45deg, #c5f9d7, #f7d486, #f27a7d);     
    background-clip : text;
    color: transparent;

    font-style: italic;
    font-weight: 900;
    filter: drop-shadow(2px 4px 6px white);
    border-radius: 10px;
    background-color: #ffff000d;
}


.prod-list ul {
    display: flex;
    flex-wrap: wrap;
}
.prod-list ul li {
    border-radius: 10px;
    border : 1px solid #ccc;
    width: 350px;
    height: 500px;
    margin : 10px auto;
}
.prod-list ul li .img {
    height: 320px;
    text-align: center;
    padding : 10px;
}
.prod-list ul li .img img {
    height: 100%;
}
.prod-list ul li .title {
    font-style: italic;
    font-weight: 900;
    text-align: center;
}

.prod-list ul li .prod-grid {
    padding : 10px;
}
.prod-list ul li .prod-grid > div {
    display: flex;
}
.prod-list ul li .prod-grid > div span { 
    flex : 1;
    padding : 5px;
} */