/* 여기에 작업 또는 수정할 당신의 css style을 설정하세요. (customizations) */

/* 오른쪽 상단 슬라이더 크기 조정 */
.header-title .header-title-slider {
    width: 200px;
    height: 60px;
    top: 20px;
}
.header-title .header-title-slider .ebs-comm004-head {
    max-height: 60px;
}
.header-title .header-title-slider .ebs-comm004-head img {
    max-height: 60px;
    object-fit: cover;
}
.header-title .header-title-slider .swiper-cont h2 {
    font-size: 0.875rem;
}
.header-title .header-title-slider .swiper-cont h3 {
    font-size: 0.75rem;
    margin-top: 3px;
}

/* 메인 최신글 제목(headline) 크기 조정 */
.headline-short-alt h5 {
    font-size: 1.125rem;
    font-weight: 600;
}
.headline-short-alt h5 a {
    color: #151515;
}

/* 갤러리 최신글 썸네일 캡션 크기 조정 */
.comm004-gallery-latest .img-caption {
    font-size: 0.875rem;
    height: 34px;
    line-height: 34px;
}
.comm004-gallery-latest .img-bo-subj {
    font-size: 0.8125rem;
    min-width: 55px;
    padding: 0 8px;
}
