@charset "utf-8";

#column-latest{
    padding-block: 8rem;
}
#column-latest .sub-item-title{
    margin-bottom: 5rem;
    display: flex;
    align-items: center;
}

#column-latest .sub-item-title h2 {
    text-align: left;
}

#column-latest .sub-item-title a {
    color: var(--blue-color-);
    margin-left: auto;
    display: flex;
    gap: 2rem;
}

.subcat-latest > strong {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
}

.subcat-latest > strong i {
    width: 2.6rem;
    margin-right: 0.6rem;
}

#column-latest .latest-list{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
#column-latest .latest-list li{
    border-radius: 1.5rem;
    background-color: #f4f4f4;
    padding: 3rem;
}
#column-latest .latest-list li .txt{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
#column-latest .latest-list li .txt strong{
    font-size: 2rem;
    font-weight: 300;
}
#column-latest .latest-list li .txt time{
    font-size: 1.4rem;
    font-weight: 300;
    color: var(--grey-color-);
}