.ftl-119 .title-box .title {
    width: 100%;
    text-align: center;
}

.ftl-119 ul {
    display: flex;
    justify-content:flex-start;
    overflow: auto;
}

.ftl-119 ul li {
    min-width: 168px;
    max-width: 168px;
    margin-bottom: 0;
    padding: 16px 20px;
}

.ftl-119 .yn-list-card-title-1 {
    font-size: 12px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.ftl-119 .yn-list-card-summary-1 {
    font-size: 12px;
    font-weight: unset;
    text-align: center;
}

.ftl-119 .item-body {
    margin-top: 10px;
    padding: 2px 8px 6px 8px;
}

.ftl-119 li a  {
    transition: transform 1s ease;
    display: block;
    width: 100%;
}

.ftl-119 li a:hover  {
    transform: scale(1.1);
}

.ftl-119 .img-box {
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.ftl-119 .img-box img {
    width: 64px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

@media (min-width: 768px) {
    .ftl-119 ul {
        justify-content:space-around;
    }
    
    .ftl-119 ul li {
        /* min-width: 256px; */
        max-width: 256px;
        margin-bottom: 0;
        padding-top: 10px;
    }

    .ftl-119 .yn-list-card-title-1 {
        font-size: 16px;
    }
    
    .ftl-119 .yn-list-card-summary-1 {
        font-size: 16px;
    }
}