@charset "utf-8"; 

#section-contents {background-color:var(--bs-white); min-height:500px;}
#section-contents .baord_gallery .itemList .cover_subject a {
	font-size: 1.3rem;
	line-height: 1.7rem;
	color: inherit;
	font-weight: 600;
}

#section-contents .baord_gallery .itemList .summary {
    font-size: 1.1rem;
    word-break: break-all;
}

#section-contents .baord_gallery .itemList .cover_subject a {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    position: relative;
}

#section-contents .baord_gallery .itemList .cover_subject a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    border-bottom: 2px dotted var(--duna-gray-800);
}

#section-contents .baord_gallery .itemList {
    min-height: 20rem;
    background-color: var(--duna-gray-100);
    border-bottom: 1rem solid var(--duna-point1);
}

#section-contents .baord_gallery .itemList .cover_info .date {
    position: absolute;
    bottom: 1rem;
    font-size: 1rem;
    font-weight: 600;
}

#section-contents .baord_gallery .itemList p:first-child {
    padding-top: 2rem;
}

#section-contents .baord_gallery .itemList p {
    padding: 0 2rem;
}
@media (max-width:1399.98px) {

}

@media (max-width:1199.98px) {
	
}

@media (max-width:991.98px) {

}

@media (max-width:767.98px) {

}

@media (max-width:575.98px) {

}

@media (min-width:992px) {

}