/* 
 * sub-visual-styles.css
 * 서브 비주얼 스타일
 * 만든 날짜: 2023년
 */

.page-header1 {
    height: 300px;
    background-image: url(/assets/img/sub_bg_2025_1.jpg); 
    background-repeat: no-repeat;
    background-position: center; 
    background-color: #A5DEFA;
}

@media (max-width: 768px) {
    .page-header1 {
        height: 370px;
        background-image: url(/assets/img/bg--m_2025.png); 
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (max-width: 414px) {
    .page-header1 {
        height: 340px;
    }
}
@media (max-width: 390px) {
    .page-header1 {
        height: 307px;
    }
}
@media (max-width: 375px) {
    .page-header1 {
        height: 307px;
    }
} 