/* */


.card .ratio-4x3 {
    height: 465px;
}

#bo_list .card .ratio-4x3 {
    height: 465px;            /* 세로 고정 높이 */
}

.card .ratio-4x3,
#bo_list .card .ratio-4x3 {
    width: 100%;              /* 필요 시 고정 너비로 지정 */          /* 세로 고정 높이 */
    background-color: #fff;   /* 흰 배경 */
    display: flex;
    justify-content: center;  /* 좌우 여백 균등 */
    align-items: center;      /* 수직 중앙 정렬 */
    overflow: hidden;
}

.card .ratio-4x3 img,
#bo_list .card .ratio-4x3 img {
    height: 100%;             /* 세로 기준 맞춤 */
    width: auto;              /* 가로는 비율에 따라 자동 */
    object-fit: contain !important;      /* 전체 이미지 보이도록 */
}

/* 공통 */

h3.fs-3 {
    color: var(--bs-primary);
    line-height: 1.5;
    letter-spacing: -0.9px;
}

#ctt_con ul li {
    padding: 2px 0;
    line-height: 1.7;
}

#ctt_con p {
    line-height: 1.6;
}

#ctt_con .table thead th {
    border-top: 1px solid #64D0CB;
    background-color: #F4F4F4;
}

#ctt_con .table th,
#ctt_con .table td {
    padding: 14px .5rem;
    vertical-align: middle;
}

#ctt_con .table tbody th,
#ctt_con .table td {
    font-size: 14px;
}

.line-bottom {
    border-color: #666 !important;
}

/* */
