.ftl-120 .title-box .title {
    width: 100%;
    text-align: center;
}

.ftl-120 .item-body {
    margin-top: 10px;
    padding: 10px 24px 31px 24px;
    height: 219px;
    position: relative;
}

.ftl-120 li {
    margin-bottom: 20px;
}

.ftl-120 .date-box {
    width: 100%;
    height: 26px;
    text-align: center;
}

.ftl-120 .date {
    color: #CAB683;
    margin-bottom: 0;
}

.ftl-120 .date p {
    font-size: 18px;
}

.ftl-120 .yn-list-card-title-1 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 8px 0 14px 0;
}

.ftl-120 .yn-list-card-title-1 .yn-list-card-title-box {
    width: 80%;
    text-align: center;
}
.ftl-120 .yn-list-card-title-1 .yn-list-card-title-box {
    font-size: 24px;
}

.ftl-120 .yn-list-card-title-1:hover a {
    text-decoration: underline;
}

.ftl-120 .yn-list-card-summary-1 {
    text-align: center;
    height: 52px;
    font-size: 14px;
}

.ftl-120 .price-box {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.ftl-120 .price {
    font-size: 16px;
    font-weight: 600;
    color: #CAB683;
    text-align: center;
}

.ftl-120 .img-box {
    overflow: hidden;
}

.ftl-120 .img-box img {
    width: 100%;
    aspect-ratio: 600 / 380;
    object-fit: cover;
}
.ftl-120 .item-boxs{
    color: #CAB683;
    font-size: 16px;
    display: flex;
    justify-content: center;

    position: absolute;
    right: 50%;
    bottom: 20px;
}

@media (min-width: 768px) {
    .ftl-120 ul {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        width: 100%;
    }

    .ftl-120 ul li {
        width: calc(33.333% - 13.333px);
        margin-bottom: 0;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    }

    .ftl-120 .item-content {
        box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
        transition: transform .3s ease-in-out;
    }

    .ftl-120 .item-content:hover {
        transform: translateY(-.25rem);
    }

}