/* .sns svg{
    fill: #131313;
}
.header.is-scrolled .sns svg{
    fill: #ff9100;

}
.header:hover .sns svg{
    fill: #ff9100;

} */
.heritage-card__img img, .heritage-view__img img{
    max-height: 500px;
}

/* 문화유산상세페이지 */
.info-table{
    display: none;
}

.per01 .info-table{
    display: block;
}
.per01 .info-table tbody{
        display: table;width: 100%;
}

.per01 .info-table tr{
        border-bottom: 1px solid #131313;

}
.info-table th, .info-table td{
    border-bottom:unset;
}
.per_right{    
    width: 70%;display: flex;
    flex-direction: column;
    justify-content: center;}
.heritage-view__desc p{
    max-width: 620px;
    font-size: 18px;
    line-height: 1.7;
    word-break: keep-all;
    overflow-wrap: break-word;
}

/* 유산 이미지 동그라미 */
.heritage-view__top .heritage-card__img{
   width:100%;
    max-width:600px;
    aspect-ratio:1 / 1;
    border-radius:50%;
    overflow:hidden;
}
 
.heritage-view__top .heritage-card__img img{
    display:block;
    width:100%;
    height:100%;
    max-height: unset;
    object-fit:cover;
}
.heritage-view__top{
    margin-bottom: 60px;
}