@charset "utf-8";

/* =====================================================
   BioStar Air — section-overview-v2
   ===================================================== */

   .new-prod-wrap .section-air-gr{
    background: var(--air-gr-bg);
}

.new-prod-wrap .section-gray{
    background: var(--bg-gray);
}
.new-prod-wrap .section-overview-v2 .txt-gr-bp {
    background: var(--air-gr);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.new-prod-wrap .section-overview-v2 .benefit-list {
    align-items: stretch;
    margin-top: 0;
}

.new-prod-wrap .section-overview-v2 .benefit-ico {
    width: 100%;
    height: 300px;    
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}
.new-prod-wrap .section-overview-v2 .benefit-ico img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.new-prod-wrap .section-overview-v2 .txt-blue-accent {
    color: var(--blue);
}
.new-prod-wrap .section-overview-v2 .txt-purple-accent {
    color: var(--purple);
}
@media  (max-width: 890px) {
    .new-prod-wrap .section-overview-v2 .benefit-list {grid-template-columns: 1fr; gap: 16px;}
    .new-prod-wrap .section-overview-v2 .benefit-ico {height: 220px;} 

    .new-prod-wrap .section-overview-v2 .level-2-tit {font-size: 2.5rem;}
}

/* =====================================================
   BioStar Air — section-ac-v2 (Access Control)
   ===================================================== */

   .new-prod-wrap .section-ac-v2 .ac-main-card {
    border-radius: var(--border-radius);
    overflow: hidden;
    position: relative;
    height: 720px;
}
.new-prod-wrap .section-ac-v2 .ac-card-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 112%;
    top: -6%;
}
.new-prod-wrap .section-ac-v2 .ac-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.new-prod-wrap .section-ac-v2 .ac-card-body {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: var(--pc-card-padding);
    background: linear-gradient(0deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 45%, transparent 75%);
}
.new-prod-wrap .section-ac-v2 .ac-card-tit {
    margin-bottom: 20px;
}
.new-prod-wrap .section-ac-v2 .ac-card-desc {
    color: rgba(255,255,255,0.8);   
}
.new-prod-wrap .section-ac-v2 .ac-card-tit h3 {
    color: #fff; 
}
.new-prod-wrap .section-ac-v2 .ac-tags {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.new-prod-wrap .section-ac-v2 .ac-tag-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.new-prod-wrap .section-ac-v2 .ac-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 10px 20px;
    border-radius: 52px;
    white-space: nowrap;
    line-height: 1;
}
.new-prod-wrap .section-ac-v2 .ac-tag img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
@media (min-width: 891px) {
    .new-prod-wrap .section-ac-v2 .ac-tag.mb_use {
        display: none;
    }
}
@media (max-width: 890px) {
    /* section-ac-v2 mobile */
    .new-prod-wrap .section-ac-v2 .ac-main-card {height: 540px;}
    .new-prod-wrap .section-ac-v2 .ac-tag {font-size: 13px; padding: 8px 14px; gap: 6px;}    
    .new-prod-wrap .section-ac-v2 .ac-tags {gap: 8px;}
    .new-prod-wrap .section-ac-v2 .ac-tag-row {gap: 8px;}
    .new-prod-wrap .section-ac-v2 .ac-tag-row-2 {display: none;}

    .new-prod-wrap .section-ac-v2 .ac-card-body {padding: var(--mb-card-padding);}

}

/* =====================================================
   BioStar Air — hl-section (Get the highlights.)
   ===================================================== */

   .new-prod-wrap .hl-section .hl-card {
    position: relative;
    height: 720px;
    border-radius: var(--border-radius);
    overflow: hidden;
}
.new-prod-wrap .hl-section .hl-bg {
    position: absolute;
    inset: 0;
}
.new-prod-wrap .hl-section .hl-bg-item {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: right center;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.new-prod-wrap .hl-section .hl-bg-item.is-active {
    opacity: 1;
}
/* Left panel */
.new-prod-wrap .hl-section .hl-panel {
    position: relative;
    z-index: 2;
    width: 576px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: var(--pc-card-padding);
}
.new-prod-wrap .hl-section .hl-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}
.new-prod-wrap .hl-section .hl-item {
    width: 100%;
}
/* Pill button */
.new-prod-wrap .hl-section .hl-pill {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    transition: background 0.2s;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
.new-prod-wrap .hl-section .hl-pill:hover {
    background: rgba(255,255,255,0.9);
}
/* Inactive: hide full text */
.new-prod-wrap .hl-section .hl-pill-full {
    display: none;
}
/* Active pill */
.new-prod-wrap .hl-section .hl-item.is-active .hl-pill {

    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    cursor: default;
}
.new-prod-wrap .hl-section .hl-item.is-active .hl-pill-full {
    display: block;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -0.02em;
    color: #000;
}
.new-prod-wrap .hl-section .hl-item.is-active .hl-pill-full strong {
    font-weight: 700;
}
.new-prod-wrap .hl-section .hl-item.is-active .hl-plus-ico,
.new-prod-wrap .hl-section .hl-item.is-active .hl-pill-ttl {
    display: none;
}
/* Circle-plus icon (CSS-drawn) */
.new-prod-wrap .hl-section .hl-plus-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1.5px solid #000;
    position: relative;
}
.new-prod-wrap .hl-section .hl-plus-ico::before,
.new-prod-wrap .hl-section .hl-plus-ico::after {
    content: '';
    position: absolute;
    background: #000;
    border-radius: 1px;
}
.new-prod-wrap .hl-section .hl-plus-ico::before {
    width: 10px;
    height: 1.5px;
}
.new-prod-wrap .hl-section .hl-plus-ico::after {
    width: 1.5px;
    height: 10px;
}
.new-prod-wrap .hl-section .hl-pill-ttl {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
}
/* NEW badge */
.new-prod-wrap .hl-section .hl-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: var(--purple);
    margin-left: 6px;
    vertical-align: middle;
    letter-spacing: 0.5px;
}
/* Mobile nav arrows — hidden on desktop */
.new-prod-wrap .hl-section .hl-nav-btn {
    display: none;
}
/* Mobile overlay — hidden on desktop */
.new-prod-wrap .hl-section .hl-mo-overlay {
    display: none;
}

/* ── hl-section mobile (≤890px) ───────────────────────────── */

@media (max-width: 890px) {
    .new-prod-wrap .hl-section .hl-bg-item{
        background-position: center;
    }

    /* Card becomes auto height: image area + text area stacked */
    .new-prod-wrap .hl-section .hl-card {
        height: auto;
    }
    /* Image area has fixed height */
    .new-prod-wrap .hl-section .hl-bg {
        position: relative;
        height: 720px;
    }
    /* Hide desktop left panel */
    .new-prod-wrap .hl-section .hl-panel {
        display: none;
    }
    /* Show nav arrows — half-circle on left/right edges, bottom-aligned with overlay */
    .new-prod-wrap .hl-section .hl-nav-btn {
        display: flex;
        align-items: center;        
        position: absolute;
        top: auto;
        transform: none;
        z-index: 4;
        width: 32px;
        height: 56px;
        border: none;
        font-size: 36px;
        line-height: 1;
        cursor: pointer;
        color: #000;
        background: rgba(255,255,255,0.75);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        bottom: 32px;
    }
    .new-prod-wrap .hl-section .hl-nav-prev {
        left: 0;
        border-radius: 0 28px 28px 0;
        padding-left: 8px;
    }
    .new-prod-wrap .hl-section .hl-nav-next {
        right: 0;
        border-radius: 28px 0 0 28px;
        padding-right: 8px;
        justify-content: flex-end;
    }
    /* Mobile overlay — always visible below image */
    .new-prod-wrap .hl-section .hl-mo-overlay {
        display: block;
        position: absolute;
        z-index: 3;
        padding: var(--mb-card-padding) 40px;
        bottom: 0;
    }
    /* Close button not needed — overlay is always visible */
    .new-prod-wrap .hl-section .hl-mo-txt {
        margin: 0;
        font-size: 14px;
        line-height: 1.75;
        color: #000;
        background: rgba(255,255,255,0.7);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        padding: var(--mb-card-padding);
        border-radius: 1.25rem;
    }
    .new-prod-wrap .hl-section .hl-mo-txt strong {
        font-weight: 700;
    }
}

/* =====================================================
   BioStar Air — section-ops-v2
   ===================================================== */
   .new-prod-wrap .section-ops-v2 {
    background: linear-gradient(90deg, rgba(235, 241, 248, 1) 0%, rgba(244, 240, 255, 1) 100%);
}
.new-prod-wrap .section-ops-v2 .ops-v2-row {
    align-items: flex-start;
}
.new-prod-wrap .section-ops-v2 .ops-v2-card {
    position: relative;
    height: 100%;
    min-height: 226px;
    background: rgba(255, 255, 255, 0.88);
    border-radius: var(--border-radius);
    padding: 24px;
    box-shadow: 0 12px 30px rgba(18, 28, 45, 0.06);
}

.new-prod-wrap .section-ops-v2 .ops-v2-card figure {
    text-align: left;
}

.new-prod-wrap .section-ops-v2 .ops-v2-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    background: var(--air-gr);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
}
.new-prod-wrap .section-ops-v2 .ops-blue {color: var(--blue);}
.new-prod-wrap .section-ops-v2 .ops-purple {color: var(--purple);}
.new-prod-wrap .section-ops-v2 .ops-pink {color: var(--pink);}
.new-prod-wrap .section-ops-v2 .ops-gray {color: #7d7d84;}
.new-prod-wrap .section-ops-v2 .ops-teal {color: #17c6c3;}
.new-prod-wrap .section-ops-v2 .ops-black {color: #222;}
.new-prod-wrap .section-ops-v2 .ops-lavender {color: #8b7cff;}

.new-prod-wrap .section-ops-v2 .ops-v2-grid .col-3 {padding: 0 8px;}


/* =====================================================
   BioStar Air — air-security-v2 (dark section)
   ===================================================== */
   .new-prod-wrap .section-security .air-security-v2-top {
    align-items: flex-start;
}
.new-prod-wrap .section-security .air-security-v2-grid > .col-6 {
    padding: 0 8px;
    margin-bottom: 16px;
}
.new-prod-wrap .section-security .air-security-v2-card {
    height: 100%;
    min-height: 280px;
    border-radius:var(--border-radius);
    padding: var(--pc-card-padding);
}
.new-prod-wrap .section-security .air-security-v2-card-blue {
    background: #0d3d4d;
}
.new-prod-wrap .section-security .air-security-v2-card-purple {
    background: #352b54;
}

.new-prod-wrap .section-security .air-security-v2-card figure img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.new-prod-wrap .section-security .air-security-v2-card p {
    color: rgba(255,255,255,0.78);   
}
.new-prod-wrap .section-security .air-security-v2-badges .card {
    background: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-prod-wrap .section-security .air-security-v2-badge {
    height: 84px;
    border-radius: 14px;
    background: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
}
.new-prod-wrap .section-security .card img {
    max-width: 100%;
    max-height: 90px;
    width: auto;
    height: auto;
    object-fit: contain;
}

@media screen and (max-width: 890px) {
    .new-prod-wrap .section-security .air-security-v2-top {
        display: block;
        margin-bottom: 32px;
    }
    .new-prod-wrap .section-security .air-security-v2-intro {
        padding-right: 0;
        margin-bottom: 24px;
    }
    .new-prod-wrap .section-security .air-security-v2-grid {
        margin: 0;
    }
    .new-prod-wrap .section-security .air-security-v2-grid > .col-6 {
        width: 100%;
        flex: 0 0 100%;
        padding: 0;
        margin-bottom: 12px;
    }
    .new-prod-wrap .section-security .air-security-v2-card {
        min-height: 0;
        padding: var(--mb-card-padding);     
    }
    .new-prod-wrap .section-security .air-security-v2-card .tit {
        font-size: 17px;
    }
    .new-prod-wrap .section-security .air-security-v2-card p,
    .new-prod-wrap .section-security .air-security-v2-intro .sec-tit01 {
        font-size: 15px;
        line-height: 1.65;
    }
    .new-prod-wrap .section-security .air-security-v2-badges > [class*="col-"] {
        width: 50%;
        flex: 0 0 50%;
        margin-bottom: 12px;
    }
    .new-prod-wrap .section-security .air-security-v2-badge {
        height: 76px;
    }
    
}

/* =====================================================
   BioStar Air — page-specific styles
   Extracted from 08_biostar2.css
   ===================================================== */

/* BioStar Air */
.new-prod-wrap.bs2-air .product_visual {margin-top: 0;}
.new-prod-wrap.bs2-air .swiper-slide .bg img {object-position: left;}
.new-prod-wrap.biostar2.bs2-air .product_swiper .btn-grp .btn-air{ color: #fff;}
.new-prod-wrap.biostar2.bs2-air .sticky_anchor {margin: 0 auto; font-weight: unset;}
.new-prod-wrap.bs2-air .txt-gr {background: -webkit-linear-gradient(310deg, rgba(0,160,233,1) 0%, rgba(143,113,245,1) 70%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;}


.new-prod-wrap.bs2-air .section01 {text-align: center; padding-top: 50px;}
.new-prod-wrap.bs2-air .section01 .sec-tit { text-align: center;}
.new-prod-wrap.bs2-air .section01 .ico-list figure {min-height:270px; display: flex; align-items: center; justify-content: center; padding: 0 80px;}
.new-prod-wrap.bs2-air .section01 .ico-list h3 {font-weight: 600;text-align: center; font-size: 32px; line-height: 1.5; margin-bottom: 36px;}
.new-prod-wrap.bs2-air .section01 .ico-list p {text-align: center;}

.new-prod-wrap.bs2-air section.dark-section {background: #000; color: #fff;}
.new-prod-wrap.bs2-air section.dark-section * {color: #fff;}

.new-prod-wrap.bs2-air .section02 .slider-container .btn-grp .btn {color: #222;}

.new-prod-wrap.bs2-air .section06 .card,
.new-prod-wrap.bs2-air .section02-1 .card {background: #3c3c3c;}
.new-prod-wrap.bs2-air .section06 .card:hover,
.new-prod-wrap.bs2-air .section02-1 .card:hover {background: #5d5d5d;}
.new-prod-wrap.bs2-air .section02-1 .card em {opacity: 0.5; font-weight: 400;}

.new-prod-wrap.bs2-air .section-card [class^="card"] {position: relative; height: 100%; border-radius: 24px; overflow: hidden;}
.new-prod-wrap.bs2-air .section-card .card1 {background: #000; height: 890px; overflow: hidden; }
.new-prod-wrap.bs2-air .section-card .card1 figure {padding-left: 80px;}
.new-prod-wrap.bs2-air .section-card .card1 img {object-position: 100px -10px;}
.new-prod-wrap.bs2-air .section-card .sub-card-grp {margin-top: 24px;}
.new-prod-wrap.bs2-air .section-card .card2 {background: #009fe8;}
.new-prod-wrap.bs2-air .section-card .card3 {background: #222;}

.new-prod-wrap.bs2-air .section-card .card5 img,
.new-prod-wrap.bs2-air .section-card .card3 img {object-fit: cover; height: 100%; width: 100%;}
.new-prod-wrap.bs2-air .section-card .card4 {background: #8f71f5;}


.new-prod-wrap.bs2-air .section-card [class^="card"] .tit {padding: var(--pc-card-padding); color: #fff; }
.new-prod-wrap.bs2-air .section-card [class^="card"] .tit h3,
.new-prod-wrap.bs2-air .section-card [class^="card"] .tit p {color: #fff; line-height: 1.2;}
.new-prod-wrap.bs2-air .section-card [class^="card"] .tit h3 {margin-top: 16px; font-size: 32px; font-weight: 600;}
.new-prod-wrap.bs2-air .section-card .bg-img .tit {position: absolute; z-index: 1;}
.new-prod-wrap.bs2-air .section-card .bg-img figure {height: 100%;}
.new-prod-wrap.bs2-air .section-card [class^="card"] figure {text-align: center;}



.new-prod-wrap.bs2-air .section-card .card2 figure,
.new-prod-wrap.bs2-air .section-card .card4 figure {padding: 0 48px;}


.new-prod-wrap.bs2-air .section04 .card5 { height: 800px;}



.new-prod-wrap.bs2-air .section04 .card6 {background: var(--blue);}
.new-prod-wrap.bs2-air .section04 .card6 figure {padding: 0 50px;}
.new-prod-wrap.bs2-air .section04 .card6 img {border-radius: 30px;}

.new-prod-wrap.bs2-air .section04 .card7 {background: var(--purple);}

.new-prod-wrap.bs2-air .section05 .card1 {background: #2e2e2e; border-radius: 24px;margin: 0 0 100px;}
.new-prod-wrap.bs2-air .section05 .card1 .tit {padding: 50px 50px 0; color: #fff; }
.new-prod-wrap.bs2-air .section05 .card1 .tit h3,
.new-prod-wrap.bs2-air .section05 .card1 .tit p {color: #fff; line-height: 1.2;}
.new-prod-wrap.bs2-air .section05 .card1 .tit h3 {margin: 16px 0 0; font-size: 32px; font-weight: 600;}
.new-prod-wrap.bs2-air .section05 .card1 figure {padding: 0 50px 50px;}

.new-prod-wrap.bs2-air .section05 .card {background: #f0efef;}
.new-prod-wrap.bs2-air .section05 .card:hover {background: #ddd;}

.new-prod-wrap.bs2-air .section06 .col-6 {margin-bottom: 24px;}

.new-prod-wrap.bs2-air .section06 .card img {vertical-align: middle; margin-right: 8px;}

.new-prod-wrap.bs2-air .section07 .prod-grp .tit {margin: 0 0 50px;font-weight: 600;opacity: 0.7; font-size: 24px;}
.new-prod-wrap.bs2-air .section07 .prod-grp .product_sum,
.new-prod-wrap.bs2-air .section07 .prod-grp .product_txt {text-align: center;}

.new-prod-wrap.bs2-air .section07 .prod-grp .product_sum {padding: 30px; display: block;}

.new-prod-wrap.bs2-air .section07 .prod-grp + .prod-grp {margin-top: 80px;}

.sub-txt small { display: inline-block; color: #666;padding: 6px 16px;background: #ccc;border-radius: 16px;color: #fff;}

#wrap .new-prod-wrap.bs2-air .section8 {background: url(/en/asset/images/01_product/bg_air_ebook.svg?v2) repeat top / 35% auto, linear-gradient(90deg, hsl(199, 100%, 86%) 0%, hsl(254, 87%, 95%) 100%);}

.new-prod-wrap.bs2-air .section8 .content-bg {background: rgba(246, 246, 246, 0.95); border-radius: 24px; overflow: hidden;}
.new-prod-wrap.bs2-air .section8 .content-bg .sec-line { height: 20px; background: linear-gradient(90deg, rgba(0,160,233,1) 0%, rgba(143,113,245,1) 70%)}
.new-prod-wrap.bs2-air .section8 {color: #222;}
.new-prod-wrap.bs2-air .section8 .tit-grp {width: 100%;text-align: left;color: #222;margin-bottom: 32px;}
.new-prod-wrap.bs2-air .section8 .guide-content-wrap {padding: 50px 100px; text-align: left;}

.new-prod-wrap.bs2-air .section8 .sub-txt {color: #666;}
.new-prod-wrap.bs2-air .section8 .guide-tit {font-size: 48px; margin: 16px 0; line-height: 1.2; color: #222;}
.new-prod-wrap.bs2-air .section8 .guide-sub-tit {font-size: 24px; font-weight: 500;color: #222; line-height: 1.5;}
.new-prod-wrap.bs2-air .section8 .row {align-items: center;}
.new-prod-wrap.bs2-air .btn-air { background: linear-gradient(90deg, #00a0e9 0%, #8f71f5 100%);color: #fff; border-radius: 32px;}
.new-prod-wrap.bs2-air .btn-air:hover{background: linear-gradient(90deg, hsl(199, 100%, 36%) 0%, hsl(254, 87%, 60%) 100%);}
.new-prod-wrap.bs2-air .section8 .btn .material-icons {margin-left: 0; margin-right: 16px;}

@media screen and (max-width: 890px) {
    .new-prod-wrap.bs2-air .section8 .guide-sub-tit,
    #product_wrap.new-prod-wrap section[class^="section"] .sub-tit{font-size: 18px;}

    .new-prod-wrap.bs2-air .section8 .guide-tit,
    .new-prod-wrap.bs2-air section .sec-tit {font-size: 28px; margin: 24px 0;}
    .new-prod-wrap.bs2-air .section01 .ico-list h3 {font-size: 24px; margin-bottom: 16px;}

    .new-prod-wrap.bs2-air .section-card [class^="card"] .tit {padding: var(--mb-card-padding);}

    .new-prod-wrap.bs2-air .section-card .card1 {height: auto;}
    .new-prod-wrap.bs2-air .section-card .card1 .tit {position: relative;}


    .new-prod-wrap.bs2-air .section-card .card2 img,
    .new-prod-wrap.bs2-air .section-card .card4 img {max-width: 100%;}

    .new-prod-wrap.bs2-air .section04 .card5{height: 400px;}

    .new-prod-wrap.bs2-air .section-card .card3,
    .new-prod-wrap.bs2-air .section04 .card6 {height: auto;}
    .new-prod-wrap.bs2-air .section04 .card6 {padding: 0 0 30px; background: var(--blue);}
    .new-prod-wrap.bs2-air .section04 .card6 figure {padding: 0 30px;}


    .new-prod-wrap.bs2-air .section-card .card2,
    .new-prod-wrap.bs2-air .section-card .card4,
    .new-prod-wrap.bs2-air .section-card .card7 {height: auto;}
    .new-prod-wrap.bs2-air .section-card .card1 figure {padding: 0;}
    .new-prod-wrap.bs2-air .section-card .card1 img {object-position: unset;}

    .new-prod-wrap.bs2-air .section04 .card5 .tit {background: linear-gradient(0deg, rgb(0 0 0 / 0%) 6%, rgb(0 0 0 / 74%) 50%); padding-bottom: 100px; width: 100%;}

    .new-prod-wrap.bs2-air .section-card.section04 .sub-card-grp,
    .new-prod-wrap.bs2-air .section-card .sub-card-grp {height: auto;}


    .new-prod-wrap.bs2-air .section-card .card3 img {width: 100%; height: auto;}
    .new-prod-wrap.bs2-air .section04 .card5 img {width: 100%; height: 100%; object-fit: cover; }

    .new-prod-wrap.bs2-air .section05 .card1 {margin: 0;}
    .new-prod-wrap.bs2-air .section05 .card1 figure {padding: 30px 30px 30px 0;}
    .new-prod-wrap.bs2-air .section8 .guide-content-wrap,
    .new-prod-wrap.bs2-air .section05 .card1 .tit {padding: 30px;}

    .new-prod-wrap.bs2-air .section07 .prod-grp .product_sum {padding: 0;}
    .new-prod-wrap.bs2-air .section02-1 .video-wrap {height: 54vw;}

    .new-prod-wrap.bs2-air .section8 .guide-content-wrap .row {flex-direction: column-reverse;}
    .new-prod-wrap.bs2-air .bg img {object-position: center top;}


}