/* 공통 서브 비주얼: PC는 원본 전체, 모바일은 헤더/제목 공간 확보 */
.ing_bnr_Wrap > .bnrimg {height: auto;}
.ing_bnr_Wrap > .bnrimg > img {
    display: block;
    position: static;
    width: 100%;
    height: auto;
    transform: none;
}
.ing_bnr_Wrap > .bnrimg > br,
.bnrimg.product_banner > br,
.bnrimg.product_banner2 > br {display: none;}

/* 게시판에는 img 대신 동일 비율(1920×581)의 배경 이미지를 사용 */
.bnrimg.product_banner,
.bnrimg.product_banner2 {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 581;
    padding: 0;
    background-size: cover;
    background-position: center;
}
.ing_bnr_Wrap > .bnrtxtwrap,
.bnrimg.product_banner > .bnrtxtwrap,
.bnrimg.product_banner2 > .bnrtxtwrap {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
    transform: translateY(-50%);
    text-align: center;
}
.ing_bnr_Wrap > .bnrtxtwrap > h3,
.bnrimg.product_banner > .bnrtxtwrap > h3,
.bnrimg.product_banner2 > .bnrtxtwrap > h3 {
    font-size: 33px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
}
.ing_bnr_Wrap > .bnrtxtwrap > .bnrline,
.bnrimg.product_banner > .bnrtxtwrap > .bnrline,
.bnrimg.product_banner2 > .bnrtxtwrap > .bnrline {
    width: 40px;
    height: 3px;
    margin: 20px auto;
    background: #fff;
}
.ing_bnr_Wrap > .bnrtxtwrap > p,
.bnrimg.product_banner > .bnrtxtwrap > p,
.bnrimg.product_banner2 > .bnrtxtwrap > p {
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    #hd {
        position: fixed;
        top: 0;
        left: 0;
        height: 64px;
        z-index: 100;
        background: rgba(0, 0, 0, 0.18);
        transition: background-color 0.2s ease, box-shadow 0.2s ease;
    }
    #hd.scrollBg {
        background: rgba(28, 38, 28, 0.96);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    }
    #hd_wrapper,
    #hd_wrapper > .inner {
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    #logo {width: 90px; height: 44px;}
    #logo a {display: block; height: 100%;}
    #logo img.logo_mobile {
        width: 100%;
        height: 100%;
        padding: 0;
        object-fit: contain;
    }
    #mb-open-menu {right: 16px; width: 30px; height: 28px;}
    #mb-open-menu span {height: 3px;}
    #mb-open-menu .line2 {top: 12.5px;}

    .ing_bnr_Wrap > .bnrimg,
    .bnrimg.product_banner,
    .bnrimg.product_banner2 {
        height: clamp(300px, 55vw, 400px);
        aspect-ratio: auto;
    }
    .ing_bnr_Wrap > .bnrimg > img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .ing_bnr_Wrap > .bnrtxtwrap,
    .bnrimg.product_banner > .bnrtxtwrap,
    .bnrimg.product_banner2 > .bnrtxtwrap {top: calc(50% + 32px);}
    .ing_bnr_Wrap > .bnrtxtwrap > h3,
    .bnrimg.product_banner > .bnrtxtwrap > h3,
    .bnrimg.product_banner2 > .bnrtxtwrap > h3 {font-size: 28px; line-height: 36px;}
    .ing_bnr_Wrap > .bnrtxtwrap > .bnrline,
    .bnrimg.product_banner > .bnrtxtwrap > .bnrline,
    .bnrimg.product_banner2 > .bnrtxtwrap > .bnrline {margin: 16px auto;}
    .ing_bnr_Wrap > .bnrtxtwrap > p,
    .bnrimg.product_banner > .bnrtxtwrap > p,
    .bnrimg.product_banner2 > .bnrtxtwrap > p {font-size: 14px; line-height: 22px;}
}
