450 B
450 B
/* B 본문 레이아웃 */
.sheet .body-content .b-top{
margin: 0 0 10px 0;
}
.sheet .body-content .b-columns{
display: flex;
gap: 18px;
align-items: flex-start;
}
.sheet .body-content .b-col{
flex: 1;
min-width: 0;
}