.ftl-118 .title-box .title {
    width: 100%;
    text-align: center;
}

.ftl-118 .item-body {
    margin-top: 10px;
    padding: 10px 16px 10px 16px;
}

.ftl-118 li {
    margin-bottom: 20px;
}

.ftl-118 .date-box {
    width: 100%;
    text-align: center;
}

.ftl-118 .date {
    color: #CAB683;
    margin-bottom: 0;
}

.ftl-118 .date p {
    font-size: 18px;
}

.ftl-118 .yn-list-card-title-1 {
    width: 100%;
    text-align: center;
}

.ftl-118 .yn-list-card-title-1 {
    width: 100%;
    text-align: center;
}

.ftl-118 .yn-list-card-title-1:hover a {
    text-decoration: underline;
}

.ftl-118 .yn-list-card-summary-1 {
    text-align: center;
}

.ftl-118 .price-box {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.ftl-118 .price {
    font-size: 16px;
    font-weight: 600;
    color: #CAB683;
    text-align: center;
}

.ftl-118 .img-box {
    overflow: hidden;
}

.ftl-118 .img-box img {
    width: 100%;
    aspect-ratio: 600 / 380;
    object-fit: cover;
    transition: transform 1s ease;
}

.ftl-118 .img-box:hover img {
    transform: scale(1.1);
}

@media (min-width: 768px) {
    .ftl-118 ul {
        display: flex;
        gap: 6px;
        flex-wrap: wrap;
    }

    .ftl-118 ul li {
        width: calc(25% - (6px * 3 /4));
        margin-bottom: 0;
    }
}