.product-pgheader .ph_image{
    background-image:url(../../img/head/prod_h.jpg);
}
.product .linkRadio{
    flex-wrap:wrap;
    justify-content:space-between;
}
.product .linkRadio label{
    width:50%;
}
.prd_sec .txtarea > p{
    animation-delay:.5s;
}
.prd_sec .leadcopy{
    margin-top:1rem;
    padding-left:1rem;
    border-left:4px solid var(--blue4);
    color:var(--blue1);
    font-weight:500;
}
.mini-arch{
    margin-top:1.5rem;
    padding:1rem;
    background:rgba(255, 255, 255, 0.12);
    border:1px solid rgba(255, 255, 255, 0.25);
}
.mini-arch-box{
    padding:12px 14px;
    text-align:center;
    background:rgba(255, 255, 255, 0.95);
    color:#24386f;
    font-weight:600;
}
.mini-arch-box.accent{
    background:#cdeaf3;
    color:#11327c;
}
.mini-arch-arrow{
    position:relative;
    height:18px;
}
.mini-arch-arrow::before{
    content:'';
    position:absolute;
    top:4px;
    left:50%;
    width:2px;
    height:10px;
    background:#fff;
    transform:translateX(-50%);
}
.mini-arch-arrow::after{
    content:'';
    position:absolute;
    bottom:0;
    left:50%;
    border-top:7px solid #fff;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    transform:translateX(-50%);
}
.feature-grid{
    display:grid;
    gap:20px;
    margin-top:2rem;
}
.feature-card{
    padding:22px 20px;
    background:#fff;
    border:1px solid #d7ddee;
    box-shadow:3px 5px 14px rgba(17, 15, 73, 0.08);
}
.feature-card .h4org{
    margin-bottom:12px;
}
.feature-card p{
    margin-bottom:0;
}
.product-summary{
    padding:24px 20px;
    background:#fff;
    box-shadow:3px 5px 14px rgba(17, 15, 73, 0.08);
}
.product-summary-list{
    margin-bottom:0;
}
.product-summary-list dt{
    margin-bottom:6px;
    color:var(--blue1);
    font-weight:700;
}
.product-summary-list dd{
    margin-bottom:18px;
    padding-bottom:18px;
    border-bottom:1px solid var(--blue3);
}
.product-summary-list dd:last-of-type{
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:none;
}
.product-note{
    margin-top:2rem;
}
.product-note p{
    margin-bottom:1.5rem;
}
@media(min-width:768px){
    .product .linkRadio{
        flex-wrap:nowrap;
    }
    .product .linkRadio label{
        width:25%;
    }
    .mini-arch{
        padding:20px;
    }
    .feature-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }
    .product-summary{
        padding:30px;
    }
}
@media(min-width:992px){
    .product .linkRadio{
        justify-content:center;
    }
    .product .linkRadio label{
        width:220px;
        margin:0 8px;
    }
    .prd_sec{
        padding:50px 0;
    }
    .feature-grid{
        grid-template-columns:repeat(3, minmax(0, 1fr));
    }
    .product-summary{
        display:flex;
        justify-content:space-between;
        align-items:flex-start;
    }
    .product-summary-list{
        width:52%;
    }
    .product-note{
        width:42%;
        margin-top:0;
        padding-left:30px;
        border-left:1px solid var(--blue3);
    }
}
