.ftl-121 .title-box{
    margin-bottom: 42px;
}
.ftl-121 .title-box .title {
    width: 100%;
    text-align: center;
}

.ftl-121 ul {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    overflow: auto;
}

.ftl-121 ul li {
    min-width: 340px;
    margin-bottom: 0;
    padding: 16px 20px;
}

.ftl-121 .yn-list-card-title-1 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    margin: 1.8rem 0;
}

.ftl-121 .yn-list-card-summary-1 {
    font-size: 14px;
    font-weight: unset;
    text-align: center;
}

.ftl-121 .item-body {
    margin-top: 10px;
    padding: 2px 8px 6px 8px;
}

.ftl-121 li a {
    display: block;
    width: 100%;
}

.ftl-121 li a:hover {}

.ftl-121 .img-box {
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.ftl-121 .img-box img {
    min-width: 200px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

@media (min-width: 768px) {
    .ftl-121 .title-box{
        margin-bottom: 48px;
    }

    .ftl-121 ul {
        gap: 6px;
        justify-content: space-around;
    }

    .ftl-121 ul li {
        width: calc(33.33% - (10px * 2) / 3);
        margin-bottom: 0;
        padding-top: 10px;
    }
    

    .ftl-121 ul.item-4 li {
        min-width: unset;
        width: calc(25% - (10px * 3) / 4);
        margin-bottom: 0;
        padding: 10px 10px;
    }

    .ftl-121 ul.item-5 li {
        min-width: unset;
        width: calc(20% - (10px * 4) / 5);
        margin-bottom: 0;
        padding: 10px 10px;
    }

    .ftl-121 .yn-list-card-title-1 {
        font-size: 20px;
        line-height: 32px;
        font-weight: 400;
        
    }

    .ftl-121 .yn-list-card-summary-1 {
        font-size: 15px;
        line-height: 25px;
    }

    .ftl-121 .img-box img {
        width: 14rem;
        aspect-ratio: 1 / 1;
    }
}