﻿.navBar {
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
}
.navBar a {
    color: #000;
}
.navBar .logo {
    background-image: url(../../Images/common/logo_l.png);
}
.product-d {
    display: flex;
    padding: 0 8.33%;
    align-items: flex-start;
    margin: 20vh 0 15vh;
}
.product-d-box {
    width: 40%;
    position: sticky;
    top: 8rem;
    margin-right: 20%;
}
.product-content {
    width: 32%;
    line-height: 1.5;
}
.swiper-slide>img{width:100%;}
.product-d-t{font-weight:bold;font-size:2rem}
.product-desc{display:flex;font-size:1rem;margin:.5rem 0 1rem;justify-content:space-between}
.product-d-d {
    color: #007567;
}
.product-d-bott {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:2rem;
    background: #f2f2f2;
    position: relative;
}
.swiper-slide .product-d-bott{padding: 5rem 2rem 2rem;}
.product-price{display:flex;align-items:center}
.product-d-price{color:#ff0000;font-size:1.5rem;font-weight:bold}
.product-d-txt{display:flex;flex-wrap:wrap;margin-top:2rem}
.product-d-txt p{width:50%;margin-bottom:.5rem}
.parameter-t{margin-right:10px;color: #a1a1a1;}
.parameter-d{font-size:1.15rem;font-weight:bold}
.product-d-pic{line-height:0}
.product-sub {
    position: absolute;
    color: #000;
    left: 1rem;
    top: 2rem;
    display: flex;
    z-index: 1;
}
.product-sub-nav {
    color: #444343;
    padding: 0 1rem;
    border-right: 1px solid #9d9d9d;
}
.product-sub-nav:last-child {
    border-right: 0;
}
.product-sub-nav.active {
    color: #007765;
    font-weight: bold;
}
.product-content img{display:block;height:auto;}