@charset "utf-8";

/* topics PC */
.header{
    background-color: #F6F0F0;
}
.section_topics{
    background-color: #F6F0F0;
    padding: 40px 0 100px 0 ;
}

.topics__contents{
    margin-bottom: 40px;
}

.topic__menu{
    padding: 40px 0 ;
    display: flex;
    justify-content: center;
    gap: 10px;
}
    
.topic__item{
    padding: 10px 10px;
    width: 373px;
    height: 750px;
    background-color: white;
    border-radius: 10px;
}
.topic__item_img{
    width: 353px;
    height: 250px;
    margin-bottom: 20px;
}
.topic__detail{
    margin-bottom: 20px;
}
.topic__detail time{
    font-size: 2.4rem;
    font-weight: 600;
    display: block;
    text-align: center;
    background-color: #D0CFD1;
    color: #322727;
    width: 71px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.topic__head{
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.topic__txt{
    font-size: 1.8rem;
}
.topic__title_topics::after{
    background-color:rgba(201, 188, 97,0.4);
}

